summaryrefslogtreecommitdiff
path: root/interface-templates/ip/ospf/authentication/md5/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'interface-templates/ip/ospf/authentication/md5/node.def')
-rw-r--r--interface-templates/ip/ospf/authentication/md5/node.def8
1 files changed, 2 insertions, 6 deletions
diff --git a/interface-templates/ip/ospf/authentication/md5/node.def b/interface-templates/ip/ospf/authentication/md5/node.def
index 1fcf3e64..1f3c8519 100644
--- a/interface-templates/ip/ospf/authentication/md5/node.def
+++ b/interface-templates/ip/ospf/authentication/md5/node.def
@@ -1,14 +1,10 @@
help: Set MD5 key id
-create:
- vyatta-vtysh \
- -c "configure terminal" \
+create: vtysh -c "configure terminal" \
-c "interface $IFNAME" \
-c "no ip ospf authentication" \
-c "ip ospf authentication message-digest"
-delete:
- vyatta-vtysh \
- -c "configure terminal" \
+delete: vtysh -c "configure terminal" \
-c "interface $IFNAME" \
-c "no ip ospf authentication"