networking-arista/networking_arista/l3Plugin
Mitchell Jameson 03a525f9b0 Don't use router_interface fixed_ip for MLAG peer SVI IPs
When selecting IPs for MLAG peers SVIs, we typically choose
the top two IPs in the subnet (eg. .254 and .253 in a /24).
However, this may collide with the fixed_ip for the router,
which will cause EOS to reject the router create on one of
the peers as the VARP IP cannot be the same as the SVI IP.

The fix prosed here is to use the third highest IP in the
subnet if the fixed_ip is one of the two highest IPs in the
subnet.

Change-Id: I6a320a31b55edc947d288c9ad030bc476ae6ee9f
2022-05-03 17:09:15 -07:00
..
__init__.py Arista L3 Service Plugin decomposition 2015-03-13 21:34:41 -07:00
arista_l3_driver.py Don't use router_interface fixed_ip for MLAG peer SVI IPs 2022-05-03 17:09:15 -07:00
l3_arista.py Start running jobs against newer python versions 2022-03-03 22:14:20 -08:00