F5Networks / f5-cloud-libs-azure

Azure specific implementations for f5-cloud-libs
Apache License 2.0
6 stars 1 forks source link

Enhancement: failoverProvider.js: matchRoutes on multiple interfaces #3

Closed chen23 closed 6 years ago

chen23 commented 6 years ago

Currently failoverProvider.js will only update UDR to reference the internal interface. It would be useful to also support the external interface as well.

Route 1 -> External Interface - [ BIG -IP ] - Internal Interface <- Route 2
mikeshimkus commented 6 years ago

Will have to find a way to correlate interface with route. Most likely it will be another Azure tag on the route table.

jsevedge commented 6 years ago

This has been resolved, closing.