summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/route
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/route
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/route')
-rw-r--r--templates/protocols/rip/route/node.def9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/protocols/rip/route/node.def b/templates/protocols/rip/route/node.def
new file mode 100644
index 00000000..327c9d09
--- /dev/null
+++ b/templates/protocols/rip/route/node.def
@@ -0,0 +1,9 @@
+multi:
+type: ipv4net
+help: "RIP static route configuration"
+syntax: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --check-prefix-boundry $(@)"
+create: "/usr/bin/vtysh -c \"configure terminal\" -c \"router rip\" \
+ -c \"route $(@)\" "
+delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"router rip\" \
+ -c \"no route $(@)\" "
+