]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: align fragment flowspec decoding with tcpflags
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 20 Jun 2018 06:32:43 +0000 (08:32 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 2 Jul 2018 07:20:40 +0000 (09:20 +0200)
commit8fdd7f7d5c450dab21e25d6afa228c80319e22d8
tree5af2c0e7f2116c84cda2d006850c8b6c1e4af4b0
parent28fad153b003bae6136d8f8965b105fa8639188b
bgpd: align fragment flowspec decoding with tcpflags

As fragment bitmask and tcpflags bitmask in flowspec protocol is encoded
in the same way, it is not necessary to differentiate those two fields.
Moreover, it overrides the initial fragment limit set to 1. It is now
possible to handle multiple framgent values.

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