summaryrefslogtreecommitdiff
path: root/interface-templates/ipv6/ripng/split-horizon/poison-reverse/node.def
blob: 82010036cde9fbb4a7a6aef887ffca473de59f6c (plain)
1
2
3
4
5
6
7
8
9
help: Enable poison reverse for split-horizon
create: vtysh -c "configure terminal" -c "interface $IFNAME" \
          -c "ipv6 ripng split-horizon poisoned-reverse"

delete: 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"