summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/test_protocols_isis.py
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2022-04-05 11:20:54 +0000
committerChristian Poessinger <christian@poessinger.com>2022-04-06 10:08:34 +0200
commit409a2e1239e66cdac0cb244281ee725a16180dcf (patch)
tree4d3b3a97d8c92fd3620483dea1057e263be00c97 /smoketest/scripts/cli/test_protocols_isis.py
parentaf2563589b79539fd771c167aee0ab531a8f0fba (diff)
downloadvyos-1x-409a2e1239e66cdac0cb244281ee725a16180dcf.tar.gz
vyos-1x-409a2e1239e66cdac0cb244281ee725a16180dcf.zip
interfaces: T4331: Fix assign link-local static IPv6 addr to vrf
If we have link-local static address and vrf, for example: set interfaces ethernet eth2 address 'fe80::5200:ff:fe55:222/64' set interfaces ethernet eth2 vrf 'foo' This IPv6 address was assigned before vrf, as result after attaching the intreface to vrf we lose this static linklocal address DEBUG/IFCONFIG cmd 'ip addr add fe80::5200:ff:fe55:222/64 dev eth2' DEBUG/IFCONFIG cmd 'ip link set dev eth2 master foo' DEBUG/IFCONFIG cmd 'ip addr add fe80::5208:ff:fe13:2/64 dev eth2' This commit fixes this, the address is assigned after vrf assign (cherry picked from commit d6e22b28887c7a3f7d2f8b955c2e90bcadaeeeba)
Diffstat (limited to 'smoketest/scripts/cli/test_protocols_isis.py')
0 files changed, 0 insertions, 0 deletions