summaryrefslogtreecommitdiff
path: root/tests/topotests/static_srv6_sids/r1/setup.sh
blob: 99cbdee2803c372e4775230f4560aaa8e40267ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
ip link add sr0 type dummy
ip link set sr0 up

ip link add Vrf10 type vrf table 10
ip link set Vrf10 up

ip link add Vrf20 type vrf table 20
ip link set Vrf20 up

ip link add Vrf30 type vrf table 30
ip link set Vrf30 up

ip link add Vrf40 type vrf table 40
ip link set Vrf40 up

sysctl -w net.vrf.strict_mode=1