summaryrefslogtreecommitdiff
path: root/templates/interfaces/ethernet
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@vyatta.com>2007-11-29 12:43:15 -0800
committerStig Thormodsrud <stig@vyatta.com>2007-11-29 12:43:15 -0800
commit2446b9e66e42bc75d11e0e4502ff7edf34525a8b (patch)
treed0542a06d782c828ca1ce1829ff4f40282c1d043 /templates/interfaces/ethernet
parent67a64a925231ac24036bdad5916e175bf1bb5dbf (diff)
downloadvyatta-cfg-quagga-2446b9e66e42bc75d11e0e4502ff7edf34525a8b.tar.gz
vyatta-cfg-quagga-2446b9e66e42bc75d11e0e4502ff7edf34525a8b.zip
Add OSPF authentication cli to loopback interface.
Diffstat (limited to 'templates/interfaces/ethernet')
-rw-r--r--templates/interfaces/ethernet/node.tag/ip/ospf/authentication/simple/node.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/interfaces/ethernet/node.tag/ip/ospf/authentication/simple/node.def b/templates/interfaces/ethernet/node.tag/ip/ospf/authentication/simple/node.def
index 834f581b..28d1b2f2 100644
--- a/templates/interfaces/ethernet/node.tag/ip/ospf/authentication/simple/node.def
+++ b/templates/interfaces/ethernet/node.tag/ip/ospf/authentication/simple/node.def
@@ -1,12 +1,12 @@
type: txt
help: "Configure simple password"
update: "/usr/bin/vtysh -c \"configure terminal\" \
- -c \"interface $(../../../@) \" \
+ -c \"interface $(../../../../@) \" \
-c \"no ip ospf authentication \" \
-c \"ip ospf authentication \" \
-c \"ip ospf authentication-key $(@) \"; "
delete: "/usr/bin/vtysh -c \"configure terminal\" \
- -c \"interface $(../../../@) \" \
+ -c \"interface $(../../../../@) \" \
-c \"no ip ospf authentication \" \
-c \"no ip ospf authentication-key \"; "