blob: ce6ab8a6ec90e66f4e662282f73ca6db56df3ad8 (
plain)
1
2
3
4
5
6
|
help: Disable split horizon
create: vtysh -c "configure terminal" -c "interface $IFNAME" -c "no ipv6 ripng split-horizon"
delete: vtysh -c "configure terminal" -c "interface $IFNAME" -c "ipv6 ripng split-horizon"
commit:expression: ($VAR(../poison-reverse/) == ""); \
"You cannot have 'split-horizon poison-reverse' enabled with 'split-horizon' disabled for $IFNAME"
|