You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
networking-l2gw/networking_l2gw/db/l2gateway
vikas a381726b53 support multi segment network for l2gw connection
Since l2gateway binds vxlan(virtual side) to vlan(physical side) segment.
We are extracting only vxlan segment from the virtual network.
Since multi segment network can have multiple segmentation id's belonging
to different network types(vlan, gre, vxlan, etc), we are extracting the
vxlan segment from it.
We are checking for multiple vxlan segments in the network since ovsdb
does not allow multiple vxlan segmentation id's to associate for same
vlan (physical side) while creating l2_gateway_connection.
For Ex: say multi segment network has two vxlan segment id's 1000 and 2000.
If we create a l2_gateway_connection for this network by providing physical
side vlan segment as 500, the bindings should be 1000:500 and 2000:500,
this is not allowed in ovsdb hardware vtep schema.

Closes-Bug:1511639

Change-Id: I5f704eaf40763686aa30320dff7a99a16b6c1772
7 years ago
..
ovsdb Fix typos in networking-l2gw repo 8 years ago
__init__.py L2gateway db implementation for RESTful API 8 years ago
db_query.py support multi segment network for l2gw connection 7 years ago
l2gateway_db.py Fix typos in networking-l2gw repo 8 years ago
l2gateway_models.py Defect fixed for l2 gateway DB implementation 8 years ago