summaryrefslogtreecommitdiff
path: root/bgpd/bgp_pbr.h
diff options
context:
space:
mode:
authorPhilippe Guibert <philippe.guibert@6wind.com>2018-06-13 11:59:07 +0200
committerPhilippe Guibert <philippe.guibert@6wind.com>2018-06-28 11:08:55 +0200
commit4977bd6c193098be7673707a77471f6231f3d17e (patch)
treec67a93dfce80047e048f5cc61bfa3d1ee1182a0c /bgpd/bgp_pbr.h
parent9bba14559623d0655877a989cd653d630c640049 (diff)
*: add flowspec dscp handling
Only one dscp value is accepted as filtering option. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'bgpd/bgp_pbr.h')
-rw-r--r--bgpd/bgp_pbr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_pbr.h b/bgpd/bgp_pbr.h
index 6a06ba3893..8a95b85df3 100644
--- a/bgpd/bgp_pbr.h
+++ b/bgpd/bgp_pbr.h
@@ -184,6 +184,7 @@ struct bgp_pbr_match {
uint16_t pkt_len_max;
uint16_t tcp_flags;
uint16_t tcp_mask_flags;
+ uint8_t dscp_value;
vrf_id_t vrf_id;