summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRobert Bays <robert@vyatta.com>2010-08-10 11:12:40 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-08-12 11:22:08 -0400
commit7ba9b308747c9898f7b65a615b007922669191a5 (patch)
treef6900edc80f8b7b5fae77491cf6e38baa5120d7f /templates
parent479fb897f82e574cbaac5cb6d77a7cea44537dda (diff)
downloadvyatta-cfg-quagga-7ba9b308747c9898f7b65a615b007922669191a5.tar.gz
vyatta-cfg-quagga-7ba9b308747c9898f7b65a615b007922669191a5.zip
rename function to be more descriptive of the actual use
(cherry picked from commit 57a3d8e42d6ead50cecac01e4f384ec3c84d95b9)
Diffstat (limited to 'templates')
-rw-r--r--templates/protocols/bgp/node.tag/parameters/confederation/peers/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/bgp/node.tag/parameters/confederation/peers/node.def b/templates/protocols/bgp/node.tag/parameters/confederation/peers/node.def
index 52823424..e806b5d7 100644
--- a/templates/protocols/bgp/node.tag/parameters/confederation/peers/node.def
+++ b/templates/protocols/bgp/node.tag/parameters/confederation/peers/node.def
@@ -3,4 +3,4 @@ type: u32
help: Peer ASs in the BGP confederation
val_help: u32:1-4294967294; Peer AS number numbers (ex: "435 234")
syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 4294967294; "confederation AS id must be between 1 and 4294967294"
-commit:expression: exec "/opt/vyatta/sbin/vyatta-bgp.pl --check-for-iBGP-ASN $VAR(@) --as $VAR(../../../@)"; "Can't set confederation peers ASN to $VAR(@). Delete any neighbors with remote-as $VAR(@) and/or change the local ASN first."
+commit:expression: exec "/opt/vyatta/sbin/vyatta-bgp.pl --confed-iBGP-ASN-check $VAR(@) --as $VAR(../../../@)"; "Can't set confederation peers ASN to $VAR(@). Delete any neighbors with remote-as $VAR(@) and/or change the local ASN first."