]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: use a bgp_pbr_or_filter structure to host tcpflags combinations
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 18 Jun 2018 09:50:16 +0000 (11:50 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 28 Jun 2018 06:52:15 +0000 (08:52 +0200)
commitc5ee26cccbe8aafa6703beb91d75b05dbac41bef
treec866f471dc4389c6f89a0cea15de6c572f3551b8
parentf7b2e630e4dcad491d20337df357d16b42967c3c
bgpd: use a bgp_pbr_or_filter structure to host tcpflags combinations

tcp flags combinations ( or enumerates)  are hosted in a structure that
will be analysed later, when wanting to inject that information to
zebra.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_pbr.c