summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/neighbor/node.def
diff options
context:
space:
mode:
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 $(@)\"; "
+