mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 15:36:25 +00:00
yang: enlarge community-limit count from [1-1024] to [0-1024]
It should be possible to configure the community-limit count to 0.
Fixes: f19b8668b3
("bgpd: add 'match community-count' command to restrict comm count")
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
This commit is contained in:
parent
c3084cacf4
commit
7ab6817037
@ -820,7 +820,7 @@ identity set-extcommunity-color {
|
||||
"Match BGP updates when the list of communities count is less than the configured limit.";
|
||||
leaf community-limit {
|
||||
type uint16 {
|
||||
range "1..1024";
|
||||
range "0..1024";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user