summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-03-29 15:01:11 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-03-29 15:01:11 -0700
commitaf0b2a66b7d39808faddf4f087c4bf467cfb0ca7 (patch)
tree99139d94b85f122d605eb678d0e98b384fc4f77f
parent5182559eeb9ffa7acde43561c9a331f5e5bdf09c (diff)
downloadvyatta-cfg-quagga-af0b2a66b7d39808faddf4f087c4bf467cfb0ca7.tar.gz
vyatta-cfg-quagga-af0b2a66b7d39808faddf4f087c4bf467cfb0ca7.zip
Fix extra " in template
Leftover from conversion from old expression syntax
-rw-r--r--interface-templates/ip/rip/authentication/md5/node.tag/password/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-templates/ip/rip/authentication/md5/node.tag/password/node.def b/interface-templates/ip/rip/authentication/md5/node.tag/password/node.def
index 723bd94a..15e09b12 100644
--- a/interface-templates/ip/rip/authentication/md5/node.tag/password/node.def
+++ b/interface-templates/ip/rip/authentication/md5/node.tag/password/node.def
@@ -13,7 +13,7 @@ delete:vyatta-vtysh --noerror \
-c "configure terminal" -c "interface $IFNAME" \
-c "no ip rip authentication mode md5" \
-c "no ip rip authentication key-chain $IFNAME-rip" \
- -c "no key chain $IFNAME-rip" "
+ -c "no key chain $IFNAME-rip"
comp_help: possible completions:
<text> MD5 Key (16 characters or less)