summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsusheela <susheela.vaidya@vyatta.com>2012-10-06 15:27:02 -0700
committersusheela <susheela.vaidya@vyatta.com>2012-10-06 15:27:02 -0700
commit8ba7a2f544b20a53380f9019c8c72913b98195d5 (patch)
tree3d0589ae6217fea3d7f5cd1f469d2fa1cead9303
parentcf0ffab4a0f622b85d1dbcc6715c80226e19d791 (diff)
downloadvyatta-cfg-quagga-8ba7a2f544b20a53380f9019c8c72913b98195d5.tar.gz
vyatta-cfg-quagga-8ba7a2f544b20a53380f9019c8c72913b98195d5.zip
BGP neighbor local-as functionality: verified that works as intended and 7791 fixed.
-rw-r--r--templates/protocols/bgp/node.tag/neighbor/node.tag/local-as/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/bgp/node.tag/neighbor/node.tag/local-as/node.def b/templates/protocols/bgp/node.tag/neighbor/node.tag/local-as/node.def
index 42fd3cec..cb565c7b 100644
--- a/templates/protocols/bgp/node.tag/neighbor/node.tag/local-as/node.def
+++ b/templates/protocols/bgp/node.tag/neighbor/node.tag/local-as/node.def
@@ -1,6 +1,6 @@
tag:1
type: u32
-help: Local AS number [REQUIRED]
+help: Local AS number
val_help: u32:1-4294967294; Local AS number
syntax:expression: $VAR(@) >=1 && $VAR(@) <= 4294967294; "local-as must be between 1 and 4294967294"
commit:expression: $VAR(@) != $VAR(../../@); "you can't set local-as the same as the router AS"