]> git.proxmox.com Git - mirror_frr.git/commit - lib/filter.c
lib, bgpd: Use 'struct prefix *' for filter matching
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 4 Aug 2017 19:55:44 +0000 (15:55 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 8 Aug 2017 16:55:03 +0000 (12:55 -0400)
commit0f6476ccc3dcd8d7bb3e254ef9e919f5163475fe
treeb9665264d14026e5892a83263ab673d47e8d1e61
parentb03b88986e529eeb0cd7de1ce9a07d8d2a83b6d3
lib, bgpd: Use 'struct prefix *' for filter matching

There is no need for special casing of mac addresses,
since the mac address is it's own type integrated
into `struct prefix` now.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_routemap.c
lib/filter.c
lib/prefix.c
lib/prefix.h