diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-30 10:12:11 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-30 10:12:11 -0700 |
commit | a8a31e45980e9730092d790ce5dda3ac41216e96 (patch) | |
tree | 2a4b535649cf232ca9aa345019c03ea84312f880 /interface-templates/ip | |
parent | 0e01ac40944bd450e0f8c4f90912ea4105b42b29 (diff) | |
download | vyatta-cfg-quagga-a8a31e45980e9730092d790ce5dda3ac41216e96.tar.gz vyatta-cfg-quagga-a8a31e45980e9730092d790ce5dda3ac41216e96.zip |
Add missing backslash
Fix ospf smoke failure
Diffstat (limited to 'interface-templates/ip')
-rw-r--r-- | interface-templates/ip/ospf/authentication/md5/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
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" |