diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2007-12-10 18:07:41 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2007-12-10 18:07:41 -0800 |
commit | 6a58c1175a40d3afcb3ca7164852465011cfd544 (patch) | |
tree | 67cad89060dcffc699629d3af70f128682656321 /templates/protocols/rip/neighbor/node.def | |
parent | 8eb36ff99677255cc337c55f2a4ba061d09edf49 (diff) | |
download | vyatta-cfg-quagga-6a58c1175a40d3afcb3ca7164852465011cfd544.tar.gz vyatta-cfg-quagga-6a58c1175a40d3afcb3ca7164852465011cfd544.zip |
Redo RIP cli to remove interface/network requirement.
Diffstat (limited to 'templates/protocols/rip/neighbor/node.def')
-rw-r--r-- | templates/protocols/rip/neighbor/node.def | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/protocols/rip/neighbor/node.def b/templates/protocols/rip/neighbor/node.def new file mode 100644 index 00000000..1b4d7ce5 --- /dev/null +++ b/templates/protocols/rip/neighbor/node.def @@ -0,0 +1,8 @@ +multi: +type: ipv4 +help: "Specify a neighbor router" +create: "/usr/bin/vtysh -c \"configure terminal\" -c \"router rip\" \ + -c \"neighbor $(@)\"; " +delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"router rip\" \ + -c \"no neighbor $(@)\"; " + |