summaryrefslogtreecommitdiff
path: root/templates/protocols/bgp/node.def
diff options
context:
space:
mode:
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 39446de3..63fc0f03 100644
--- a/templates/protocols/bgp/node.def
+++ b/templates/protocols/bgp/node.def
@@ -2,6 +2,6 @@ tag:
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"
+syntax: $(@) >= 1 && $(@) <= 4294967294; "AS number must be between 1 and 4294967294"
update: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router bgp $(@)\" "
delete: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"no router bgp $(@)\" "