diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2007-11-29 12:43:15 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2007-11-29 12:43:15 -0800 |
commit | 2446b9e66e42bc75d11e0e4502ff7edf34525a8b (patch) | |
tree | d0542a06d782c828ca1ce1829ff4f40282c1d043 /templates/interfaces/ethernet | |
parent | 67a64a925231ac24036bdad5916e175bf1bb5dbf (diff) | |
download | vyatta-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.def | 4 |
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 \"; " |