From a8a31e45980e9730092d790ce5dda3ac41216e96 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 30 Mar 2009 10:12:11 -0700 Subject: Add missing backslash Fix ospf smoke failure --- interface-templates/ip/ospf/authentication/md5/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interface-templates') diff --git a/interface-templates/ip/ospf/authentication/md5/node.def b/interface-templates/ip/ospf/authentication/md5/node.def index 9389c838..f861944c 100644 --- a/interface-templates/ip/ospf/authentication/md5/node.def +++ b/interface-templates/ip/ospf/authentication/md5/node.def @@ -1,5 +1,5 @@ help: Set MD5 key id update:vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" \ -c "no ip ospf authentication" -c "ip ospf authentication message-digest" -delete:vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" +delete:vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" \ -c "no ip ospf authentication" -- cgit v1.2.3