From 1ebc228032b2306518da7a07ca07ef39544eaea2 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Tue, 27 Nov 2007 17:49:04 -0800 Subject: Add OSPF interface commands for ethernet and loopback. --- templates/protocols/static/route/node.tag/next-hop/node.def | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/protocols/static') 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 $(../@) $(@)\" " -- cgit v1.2.3