diff options
author | Robert Bays <robert@vyatta.com> | 2010-07-12 11:35:51 -0700 |
---|---|---|
committer | Robert Bays <robert@vyatta.com> | 2010-07-12 11:35:51 -0700 |
commit | a81b8bb2595fa54f5ef03bc02631913f40d86f32 (patch) | |
tree | 4d1355dadfb0e4161af3c1e1e9545e092fde9430 /templates | |
parent | 5e42d925517056052cd0212d9eddc0cd24ddf044 (diff) | |
download | vyatta-cfg-quagga-a81b8bb2595fa54f5ef03bc02631913f40d86f32.tar.gz vyatta-cfg-quagga-a81b8bb2595fa54f5ef03bc02631913f40d86f32.zip |
fix for bug 5827 in peer-group
Diffstat (limited to 'templates')
-rw-r--r-- | templates/protocols/bgp/node.tag/peer-group/node.tag/maximum-prefix/node.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/protocols/bgp/node.tag/peer-group/node.tag/maximum-prefix/node.def b/templates/protocols/bgp/node.tag/peer-group/node.tag/maximum-prefix/node.def index 597e9a3b..f8982c0f 100644 --- a/templates/protocols/bgp/node.tag/peer-group/node.tag/maximum-prefix/node.def +++ b/templates/protocols/bgp/node.tag/peer-group/node.tag/maximum-prefix/node.def @@ -2,3 +2,4 @@ type: u32 help: Set the maximum number of prefixes to accept from this peer-group comp_help: possible completions: <1-4294967295> prefix limit +syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 4294967295; "maximum-prefix must be between 1 and 4294967295" |