From 8ba7a2f544b20a53380f9019c8c72913b98195d5 Mon Sep 17 00:00:00 2001 From: susheela Date: Sat, 6 Oct 2012 15:27:02 -0700 Subject: BGP neighbor local-as functionality: verified that works as intended and 7791 fixed. --- templates/protocols/bgp/node.tag/neighbor/node.tag/local-as/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3