|
Learned routes are not disappearing from from when L3VPN deleted
Topology Used : Dual Stack (N1, S1(IPv4), S2IPV6), two ports on each compute.
- Create Router
- Add S1 and S2 to Router and Validate FIB --> PASS
- Create External network(neutron net-create extnetwork --router:external=True --provider:network_type gre)
- Create L3VPN and Associate external network to L3VPN
- Validate DCGW routes advertised in FIB. --> PASS
- Set Router to external network for SNAT(neutron router-gateway-set R1 extnetwork --enable-snat)
- Delete L3VPN and check FIB removes learned IPV4 routes from FIB –> FAIL
|