summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@uffda.(none)>2007-10-04 16:26:39 -0700
committerStig Thormodsrud <stig@uffda.(none)>2007-10-04 16:26:39 -0700
commit0c23fb8b146cab3fbc48d4f8d45aae501e599a8a (patch)
tree1e98b64255e46c93960eb12abb538378e46ad43a
parentcda784ae0d8e3d4c08daa3b4225156f34122b4c2 (diff)
downloadvyatta-cfg-quagga-0c23fb8b146cab3fbc48d4f8d45aae501e599a8a.tar.gz
vyatta-cfg-quagga-0c23fb8b146cab3fbc48d4f8d45aae501e599a8a.zip
Fix bgp cfg by calling the right script.
-rw-r--r--templates/protocols/bgp/node.tag/neighbor/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/bgp/node.tag/neighbor/node.def b/templates/protocols/bgp/node.tag/neighbor/node.def
index 6d25e741..52c1f96a 100644
--- a/templates/protocols/bgp/node.tag/neighbor/node.def
+++ b/templates/protocols/bgp/node.tag/neighbor/node.def
@@ -1,7 +1,7 @@
tag:
type: txt
help: "Specify neighbor router"
-syntax: exec "/opt/vyatta/sbin/vyatta_bgp.pl --check-peer-name $(@)"
+syntax: exec "/opt/vyatta/sbin/vyatta-bgp.pl --check-peer-name $(@)"
# if this neighbor has a text name it is a peer group. setup the peer-group option
create: "if [ -n \"`echo $(@) | sed 's/[0-9]\\{1,3\\}.[0-9]\\{1,3\\}.[0-9]\\{1,3\\}.[0-9]\\{1,3\\}//'`\" ]; then \
/usr/bin/vtysh -c \"configure terminal\" -c\"router bgp $(../@)\" -c\"neighbor $(@) peer-group\" ; \