diff options
author | Philippe Guibert <philippe.guibert@6wind.com> | 2018-06-20 13:55:20 +0200 |
---|---|---|
committer | Philippe Guibert <philippe.guibert@6wind.com> | 2018-06-28 11:08:58 +0200 |
commit | 6f5617d877674b85a7bdb923e71ab399ab6cab2f (patch) | |
tree | 10d2ebeee2a21b577047d50aa8871b0d8b3ad763 /bgpd/bgp_pbr.h | |
parent | bgpd: align fragment flowspec decoding with tcpflags (diff) | |
download | frr-6f5617d877674b85a7bdb923e71ab399ab6cab2f.tar.xz frr-6f5617d877674b85a7bdb923e71ab399ab6cab2f.zip |
bgpd: support for flowspec fragment list into policy routing
The flowspec fragment attribute is taken into account to be pushed in
BGP policy routing entries. Valid values are enumerate list of 1, 2, 4,
or 8 values. no combined value is supported yet.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'bgpd/bgp_pbr.h')
-rw-r--r-- | bgpd/bgp_pbr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_pbr.h b/bgpd/bgp_pbr.h index d63d3c89c..307a34e34 100644 --- a/bgpd/bgp_pbr.h +++ b/bgpd/bgp_pbr.h @@ -185,6 +185,7 @@ struct bgp_pbr_match { uint16_t tcp_flags; uint16_t tcp_mask_flags; uint8_t dscp_value; + uint8_t fragment; vrf_id_t vrf_id; |