summaryrefslogtreecommitdiff
path: root/interface-templates/ip/rip/split-horizon/disable/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'interface-templates/ip/rip/split-horizon/disable/node.def')
-rw-r--r--interface-templates/ip/rip/split-horizon/disable/node.def6
1 files changed, 2 insertions, 4 deletions
diff --git a/interface-templates/ip/rip/split-horizon/disable/node.def b/interface-templates/ip/rip/split-horizon/disable/node.def
index 55e8a0d1..67ffe7aa 100644
--- a/interface-templates/ip/rip/split-horizon/disable/node.def
+++ b/interface-templates/ip/rip/split-horizon/disable/node.def
@@ -1,9 +1,7 @@
help: Disable split horizon on specified interface
-create:vyatta-vtysh \
- -c "configure terminal" -c "interface $IFNAME" \
+create: vtysh -c "configure terminal" -c "interface $IFNAME" \
-c "no ip rip split-horizon"
-delete:vyatta-vtysh \
- -c "configure terminal" -c "interface $IFNAME" \
+delete: vtysh -c "configure terminal" -c "interface $IFNAME" \
-c "ip rip split-horizon"
commit:expression: ($VAR(../poison-reverse/) == ""); \