From 5bb36c49a20e15032fb43da99c694dece32cba05 Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Mon, 13 Jul 2009 16:18:07 -0700 Subject: Bugfix 4708: Use "create" field instead of "update" for non-leaf multi-nodes. --- interface-templates/ip/ospf/authentication/md5/node.def | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/interface-templates/ip/ospf/authentication/md5/node.def b/interface-templates/ip/ospf/authentication/md5/node.def index f861944c..1fcf3e64 100644 --- a/interface-templates/ip/ospf/authentication/md5/node.def +++ b/interface-templates/ip/ospf/authentication/md5/node.def @@ -1,5 +1,14 @@ 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" \ - -c "no ip ospf authentication" + +create: + 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" \ + -c "no ip ospf authentication" -- cgit v1.2.3