summaryrefslogtreecommitdiff
path: root/interface-templates/ipv6/ripng/split-horizon/disable/node.def
blob: c801f7c4566578e3f6153248969969a8d97c265a (plain)
1
2
3
4
5
6
help: Disable split horizon on specified interface
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"