diff options
author | Robert Bays <robert@vyatta.com> | 2010-07-14 18:04:34 -0700 |
---|---|---|
committer | Robert Bays <robert@vyatta.com> | 2010-07-14 18:04:34 -0700 |
commit | 0b642adec22c03e32d63803af634640a998a33f4 (patch) | |
tree | b86f17d5e365b27c2ce4d1acf52c01bcd2c030eb | |
parent | d7440e376daa1b06237ff8accf511ee7c35a5e63 (diff) | |
download | vyatta-cfg-quagga-0b642adec22c03e32d63803af634640a998a33f4.tar.gz vyatta-cfg-quagga-0b642adec22c03e32d63803af634640a998a33f4.zip |
fix for bug 5855
-rw-r--r-- | templates/protocols/bgp/node.tag/neighbor/node.tag/address-family/ipv6-unicast/maximum-prefix/node.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/protocols/bgp/node.tag/neighbor/node.tag/address-family/ipv6-unicast/maximum-prefix/node.def b/templates/protocols/bgp/node.tag/neighbor/node.tag/address-family/ipv6-unicast/maximum-prefix/node.def index de6ecf41..f517821d 100644 --- a/templates/protocols/bgp/node.tag/neighbor/node.tag/address-family/ipv6-unicast/maximum-prefix/node.def +++ b/templates/protocols/bgp/node.tag/neighbor/node.tag/address-family/ipv6-unicast/maximum-prefix/node.def @@ -2,3 +2,4 @@ type: u32 help: Set the maximum number of prefixes to accept from this neighbor comp_help: possible completions: <1-4294967295> prefix limit +syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 4294967295; "maximum-prefix must be between 1 and 4294967295" |