6cb0c49857
The following patch adds the support for L2-Adjacency to indicate if there is L2 adjacency between the ports on a network. Partially-Implements: blueprint routed-networks Change-Id: Id2d4331568886bee52e78e1c138f1475cc89342b
8 lines
280 B
YAML
8 lines
280 B
YAML
---
|
|
features:
|
|
- |
|
|
The new l2_adjacency extension adds an l2_adjacency field to the network,
|
|
to indicate whether or not there is guaranteed L2 adjacency between the
|
|
ports on that Network. Routed network implementations would typically set
|
|
l2_adjacency to False.
|