]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_clist.c
lib, bgpd, tests: Refactor FILTER_X in zebra.h
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 7 Jan 2016 15:03:01 +0000 (10:03 -0500)
committerDonald Sharp <sharpd@cumulusnetwroks.com>
Tue, 16 Aug 2016 15:00:22 +0000 (11:00 -0400)
commit039f3a3495b9b19e486d296de57a8ba46f9a8c87
tree7e99170e3abc58e6a2dad057873330b859c267b3
parent6bcd6029f1143b62f005c3508df3b3021787f898
lib, bgpd, tests: Refactor FILTER_X in zebra.h

lib/zebra.h has FILTER_X #define's.  These do not belong there.
Put them in lib/filter.h where they belong.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
(cherry picked from commit 0490729cc033a3483fc6b0ed45085ee249cac779)
33 files changed:
bgpd/bgp_advertise.c
bgpd/bgp_aspath.c
bgpd/bgp_attr.c
bgpd/bgp_bfd.c
bgpd/bgp_btoa.c
bgpd/bgp_clist.c
bgpd/bgp_damp.c
bgpd/bgp_debug.c
bgpd/bgp_dump.c
bgpd/bgp_ecommunity.c
bgpd/bgp_filter.c
bgpd/bgp_fsm.c
bgpd/bgp_mpath.c
bgpd/bgp_mplsvpn.c
bgpd/bgp_network.c
bgpd/bgp_nexthop.c
bgpd/bgp_nht.c
bgpd/bgp_open.c
bgpd/bgp_packet.c
bgpd/bgp_regex.c
bgpd/bgp_snmp.c
bgpd/bgp_table.c
bgpd/bgp_updgrp_adv.c
bgpd/bgp_vty.c
bgpd/bgp_zebra.c
lib/filter.h
lib/zebra.h
tests/aspath_test.c
tests/bgp_capability_test.c
tests/bgp_mp_attr_test.c
tests/bgp_mpath_test.c
tests/ecommunity_test.c
vtysh/vtysh.c