]> git.proxmox.com Git - mirror_frr.git/commit - lib/filter_nb.c
lib: fix cisco access list wildcard usage
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 2 Oct 2020 15:47:23 +0000 (12:47 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Sun, 4 Oct 2020 10:05:17 +0000 (07:05 -0300)
commitb1993be6870bfbca56092f7d85195a6f06d8828b
tree5acfbbab81682f178b15dd2de4905efe102e7b11
parent4c213457dde3a3d0b3b39f700da7645f425cd373
lib: fix cisco access list wildcard usage

Don't attempt to compress the wildcard information to fit a `/M`, but
use its own full 4 byte field.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
lib/filter_cli.c
lib/filter_nb.c