diff options
author | Stig Thormodsrud <stig@uffda.(none)> | 2007-10-19 15:34:09 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@uffda.(none)> | 2007-10-19 15:34:09 -0700 |
commit | 12c3f0bab9e81b09828c7bd1cd99cfe0ae7d6dab (patch) | |
tree | 3d13def2c6e293196bde5b25072e3387691d5e4d /templates/protocols/rip | |
parent | eb27e2fffae49b0d8fa636bee611d9ad3c1e0999 (diff) | |
download | vyatta-cfg-quagga-12c3f0bab9e81b09828c7bd1cd99cfe0ae7d6dab.tar.gz vyatta-cfg-quagga-12c3f0bab9e81b09828c7bd1cd99cfe0ae7d6dab.zip |
Fix rip md5 authentication.
Diffstat (limited to 'templates/protocols/rip')
-rw-r--r-- | templates/protocols/rip/interface/node.tag/network/node.tag/authentication/md5/node.tag/password/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/protocols/rip/interface/node.tag/network/node.tag/authentication/md5/node.tag/password/node.def b/templates/protocols/rip/interface/node.tag/network/node.tag/authentication/md5/node.tag/password/node.def index 3fd4e1a2..6bef716d 100644 --- a/templates/protocols/rip/interface/node.tag/network/node.tag/authentication/md5/node.tag/password/node.def +++ b/templates/protocols/rip/interface/node.tag/network/node.tag/authentication/md5/node.tag/password/node.def @@ -1,8 +1,8 @@ type: txt help: "Authentication password" -create: "/usr/bin/vtysh -c \"configure terminal\" -c \"interface $(../../../@)\" \ +create: "/usr/bin/vtysh -c \"configure terminal\" -c \"interface $(../../../../@)\" \ -c \"ip rip authentication mode md5\" -c \"ip rip authentication key-chain $(../@)\" \ -c \"key chain $(../@)\" -c \"key $(../@)\" -c \"key-string $(@)\" " -delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"interface $(../../../@)\" \ +delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"interface $(../../../../@)\" \ -c \"no ip rip authentication mode md5\" -c \"no ip rip authentication key-chain $(../@)\" \ -c \"no key chain $(../@)\" " |