diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-29 15:04:02 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-29 15:04:02 -0700 |
commit | 10045880f2801c174008e76e5d8ef1d1db813fea (patch) | |
tree | 3b9c550a1ddf11cc740d45f21fbd39cc70df3d67 /interface-templates | |
parent | af0b2a66b7d39808faddf4f087c4bf467cfb0ca7 (diff) | |
download | vyatta-cfg-quagga-10045880f2801c174008e76e5d8ef1d1db813fea.tar.gz vyatta-cfg-quagga-10045880f2801c174008e76e5d8ef1d1db813fea.zip |
Fix extra " at end of template
More conversion stuff.
Diffstat (limited to 'interface-templates')
-rw-r--r-- | interface-templates/ip/rip/split-horizon/disable/node.def | 8 |
1 files changed, 6 insertions, 2 deletions
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" |