From 10045880f2801c174008e76e5d8ef1d1db813fea Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Sun, 29 Mar 2009 15:04:02 -0700 Subject: Fix extra " at end of template More conversion stuff. --- interface-templates/ip/rip/split-horizon/disable/node.def | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'interface-templates') diff --git a/interface-templates/ip/rip/split-horizon/disable/node.def b/interface-templates/ip/rip/split-horizon/disable/node.def index 10c57ba4..55e8a0d1 100644 --- a/interface-templates/ip/rip/split-horizon/disable/node.def +++ b/interface-templates/ip/rip/split-horizon/disable/node.def @@ -1,6 +1,10 @@ help: Disable split horizon on specified interface -create:vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" -c "no ip rip split-horizon " -delete:vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" -c "ip rip split-horizon " " +create:vyatta-vtysh \ + -c "configure terminal" -c "interface $IFNAME" \ + -c "no ip rip split-horizon" +delete:vyatta-vtysh \ + -c "configure terminal" -c "interface $IFNAME" \ + -c "ip rip split-horizon" commit:expression: ($VAR(../poison-reverse/) == ""); \ "You cannot have 'split-horizon poison-reverse' enabled with 'split-horizon' disabled for $IFNAME" -- cgit v1.2.3