]> git.puffer.fish Git - mirror/frr.git/commit
lib: Relax usage of `ip prefix-list A.B.C.D/M ge Y` 7267/head
authorDonald Sharp <sharpd@nvidia.com>
Fri, 9 Oct 2020 00:36:22 +0000 (20:36 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Sat, 17 Oct 2020 17:36:19 +0000 (13:36 -0400)
commite3a48b60e233af1f3c572e5410177538ec2bb27a
tree449812e4940d2a24cf359930b5e5f88bf59708ad
parentf41688b42365bbbd1d33729ac70ae7dba33288c4
lib: Relax usage of `ip prefix-list A.B.C.D/M ge Y`

Currently the prefix length M must be less than Y.
Relax this restriction to allow M to be less than or equal
to Y.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
lib/filter_nb.c