summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/neighbor/node.def
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@vyatta.com>2007-12-10 18:07:41 -0800
committerStig Thormodsrud <stig@vyatta.com>2007-12-10 18:07:41 -0800
commit6a58c1175a40d3afcb3ca7164852465011cfd544 (patch)
tree67cad89060dcffc699629d3af70f128682656321 /templates/protocols/rip/neighbor/node.def
parent8eb36ff99677255cc337c55f2a4ba061d09edf49 (diff)
downloadvyatta-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.def8
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 $(@)\"; "
+