summaryrefslogtreecommitdiff
path: root/templates/protocols/static
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@vyatta.com>2007-11-27 17:49:04 -0800
committerStig Thormodsrud <stig@vyatta.com>2007-11-27 17:49:04 -0800
commit1ebc228032b2306518da7a07ca07ef39544eaea2 (patch)
treecbc968eb5897ad7d8b6cdaaa8f560eed986c57d6 /templates/protocols/static
parenta20d25171360ec0252880fb6a1f02e970dec4d07 (diff)
downloadvyatta-cfg-quagga-1ebc228032b2306518da7a07ca07ef39544eaea2.tar.gz
vyatta-cfg-quagga-1ebc228032b2306518da7a07ca07ef39544eaea2.zip
Add OSPF interface commands for ethernet and loopback.
Diffstat (limited to 'templates/protocols/static')
-rw-r--r--templates/protocols/static/route/node.tag/next-hop/node.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/protocols/static/route/node.tag/next-hop/node.def b/templates/protocols/static/route/node.tag/next-hop/node.def
index 0cb5e367..53de6dc7 100644
--- a/templates/protocols/static/route/node.tag/next-hop/node.def
+++ b/templates/protocols/static/route/node.tag/next-hop/node.def
@@ -1,4 +1,5 @@
type: ipv4
help: "Configure the next-hop router"
create: "/usr/bin/vtysh -c \"configure terminal\" -c \"ip route $(../@) $(@)\" "
+update: "/usr/bin/vtysh -c \"configure terminal\" -c \"ip route $(../@) $(@)\" "
delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"no ip route $(../@) $(@)\" "