summaryrefslogtreecommitdiff
path: root/templates/protocols/bgp/node.def
diff options
context:
space:
mode:
authorRobert Bays <rbays@moresby.(none)>2007-11-07 22:46:55 -0800
committerRobert Bays <rbays@moresby.(none)>2007-11-07 22:46:55 -0800
commite8b2cd03166a150c8326ab3c6585e9552d797cfe (patch)
treeab324992e547486f3eb2a0b27ac0387c98f88abc /templates/protocols/bgp/node.def
parent0584c5da0f995e0bbbaac1e80f1dc39c108c965a (diff)
downloadvyatta-cfg-quagga-e8b2cd03166a150c8326ab3c6585e9552d797cfe.tar.gz
vyatta-cfg-quagga-e8b2cd03166a150c8326ab3c6585e9552d797cfe.zip
fix route-maps
remove old create statements
Diffstat (limited to 'templates/protocols/bgp/node.def')
-rw-r--r--templates/protocols/bgp/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/bgp/node.def b/templates/protocols/bgp/node.def
index d36b505d..1a1e429a 100644
--- a/templates/protocols/bgp/node.def
+++ b/templates/protocols/bgp/node.def
@@ -3,5 +3,5 @@ type: u32
help: "Configure a BGP Autonomous System on this router"
# TODO: non-multinode parent
syntax: $(@) >= 1 && $(@) <= 65535; "AS number must be between 1 and 65535"
-create: "/usr/bin/vtysh -c \"configure terminal\" -c \"router bgp $(@)\" "
+update: "/usr/bin/vtysh -c \"configure terminal\" -c \"router bgp $(@)\" "
delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"no router bgp $(@)\" "