forked from Mirror/frr

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>
5 lines
116 B
Bash
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
|