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