blob: 07cb8944749bec5f66c8989b25c914e2ffcf4861 (
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 "ip rip split-horizon poisoned-reverse"
delete:vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" \
-c "no ip rip split-horizon" -c "ip rip split-horizon "
commit:expression: ($VAR(../disable/) == ""); \
"You cannot have 'split-horizon poison-reverse' enabled with 'split-horizon' disabled for $IFNAME"
|