diff options
-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" |