diff options
author | Philippe Guibert <philippe.guibert@6wind.com> | 2019-10-16 11:07:41 +0200 |
---|---|---|
committer | Philippe Guibert <philippe.guibert@6wind.com> | 2020-08-21 13:37:08 +0200 |
commit | a60b7031f98bd95050905fc1cf1b488f285655ce (patch) | |
tree | 43af60e5b52254a72cd139c54c793fb97bda3d0d /bgpd/bgp_pbr.h | |
parent | bgpd: support for redirect ipv6 simpson method (diff) | |
download | frr-a60b7031f98bd95050905fc1cf1b488f285655ce.tar.xz frr-a60b7031f98bd95050905fc1cf1b488f285655ce.zip |
bgp, zebra: add family attribute to ipset and iptable context
in order to create appropriate policy route, family attribute is stored
in ipset and iptable zapi contexts. This commit also adds the flow label
attribute in iptables, for further usage.
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 ff333d2f1..9d6360094 100644 --- a/bgpd/bgp_pbr.h +++ b/bgpd/bgp_pbr.h @@ -184,6 +184,7 @@ struct bgp_pbr_match { uint32_t type; uint32_t flags; + uint8_t family; uint16_t pkt_len_min; uint16_t pkt_len_max; |