diff options
Diffstat (limited to 'tests/topotests/static_srv6_sids/r1/setup.sh')
| -rw-r--r-- | tests/topotests/static_srv6_sids/r1/setup.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/topotests/static_srv6_sids/r1/setup.sh b/tests/topotests/static_srv6_sids/r1/setup.sh index 040be73914..99cbdee280 100644 --- a/tests/topotests/static_srv6_sids/r1/setup.sh +++ b/tests/topotests/static_srv6_sids/r1/setup.sh @@ -10,4 +10,7 @@ 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 |
