You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a topology that has a gateway on a VLAN using vrrp, the vrrp.priority configured on each node is not copied to the interface.
Consequently, all nodes get the default priority
To Reproduce
netlab create bug-topo
Expected behavior
Expected to see the configured vrrp.priority values on the VLAN interfaces for each node
The VLAN module did not copy gateway.* items specified in the global
or node VLAN data to prevent 'gateway: true' overwriting the data
computed through the gateway module transformation and subsequent
link transformation.
With a perfect hindsight, that was wrong. This fix:
* Removes the 'do not copy gateway.* items' restriction
* Changes the 'merge interface data with node vlan data' logic to
say 'if the VLAN data is True and the interface data exists, use
the interface data'
The first change fixes the 'vlan-vrrp' test case. The second change
keeps 'anycast-gateway' test case working.
Describe the bug
In a topology that has a gateway on a VLAN using vrrp, the vrrp.priority configured on each node is not copied to the interface.
Consequently, all nodes get the default priority
To Reproduce
netlab create bug-topo
Expected behavior
Expected to see the configured vrrp.priority values on the VLAN interfaces for each node
Lab topology
Output
Version
netlab version 1.9.1
The text was updated successfully, but these errors were encountered: