frr/tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/r1/setup.sh
Jonathan Voss 11ac6ab650 topotests: extend bgp_srv6_l3vpn_to_bgp_vrf4 test with bgp peers
This test ensures route redistribution across an srv6 VPN network
is well taken into account.

Signed-off-by: Jonathan Voss <jvoss@onvox.net>
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
2025-03-24 09:17:01 +01:00

5 lines
116 B
Bash

sysctl net.vrf.strict_mode=1
ip link add vrf10 type vrf table 10
ip link set vrf10 up
ip link set eth1 master vrf10