ipspace / netlab

Making virtual networking labs suck less
https://netlab.tools
Other
409 stars 58 forks source link

Add SR Linux quirk to catch inter-VRF leaking scenarios without EVPN #1138

Closed jbemmel closed 2 months ago

jbemmel commented 2 months ago

Fixes https://github.com/ipspace/netlab/issues/1073

ipspace commented 2 months ago

In principle, one could build hub-and-spoke topologies where a VRF does not import its own routes (yeah, don't ask, people were doing crazy things before the IBGP-over-EBGP craze), so both import and export lists could have a single entry, but I guess this is good enough ;)

jbemmel commented 2 months ago

I did consider that, this covers the 31- through 34- test cases in the integration test directories so I figured this would do for now