From af0b2a66b7d39808faddf4f087c4bf467cfb0ca7 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Sun, 29 Mar 2009 15:01:11 -0700 Subject: Fix extra " in template Leftover from conversion from old expression syntax --- .../ip/rip/authentication/md5/node.tag/password/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interface-templates/ip') 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: MD5 Key (16 characters or less) -- cgit v1.2.3