Arista drivers for ML2 and L3 Service Plugin
 
 
 
Go to file
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
devstack Add support for specifying switch shortnames in physnets for HPB 2021-06-01 09:32:13 -07:00
doc/source Initial Setup of the base project for networking-arista drivers 2014-12-30 21:12:02 -08:00
dockerfiles Add dockerfiles subdir 2019-10-08 16:48:16 -04:00
etc Add support for specifying switch shortnames in physnets for HPB 2021-06-01 09:32:13 -07:00
networking_arista Don't use router_interface fixed_ip for MLAG peer SVI IPs 2022-05-03 17:09:15 -07:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:29:31 +00:00
.gitignore Initial Setup of the base project for networking-arista drivers 2014-12-30 21:12:02 -08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:50:26 +00:00
.mailmap Moving Arista ML2 driver from neutron tree 2015-02-02 22:28:12 -08:00
.stestr.conf Switch to stestr to comply with OpenStack python guidelines[1] 2018-05-21 17:57:49 -04:00
.zuul.yaml Start running jobs against newer python versions 2022-03-03 22:14:20 -08:00
CONTRIBUTING.rst Change http link to https according to OpenStack website 2018-01-18 16:31:39 -08:00
HACKING.rst Change http link to https according to OpenStack website 2018-01-18 16:31:39 -08:00
LICENSE Initial Setup of the base project for networking-arista drivers 2014-12-30 21:12:02 -08:00
README.rst Update README 2019-11-01 00:47:57 -07:00
babel.cfg Initial Setup of the base project for networking-arista drivers 2014-12-30 21:12:02 -08:00
lower-constraints.txt Start running jobs against newer python versions 2022-03-03 22:14:20 -08:00
requirements.txt Start running jobs against newer python versions 2022-03-03 22:14:20 -08:00
setup.cfg Fix unit tests and lower-constraints 2021-11-01 14:10:09 -07:00
setup.py Sync from global requirements 2017-03-31 17:35:40 -04:00
test-requirements.txt Start running jobs against newer python versions 2022-03-03 22:14:20 -08:00
tox.ini Start running jobs against newer python versions 2022-03-03 22:14:20 -08:00

README.rst

networking-arista

Arista Networking drivers