]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_zebra.c
bgpd: support for flowspec tcp flags
[mirror_frr.git] / bgpd / bgp_zebra.c
index 2d808a6ffb2548e90be34b97b85e85242a34b60d..d201b48bad7d77f105d4e2ff6d3885dfbae16f7c 100644 (file)
@@ -2219,6 +2219,10 @@ static void bgp_encode_pbr_iptable_match(struct stream *s,
        stream_putl(s, bpa->fwmark);
        stream_put(s, pbm->ipset_name,
                   ZEBRA_IPSET_NAME_SIZE);
+       stream_putw(s, pbm->pkt_len_min);
+       stream_putw(s, pbm->pkt_len_max);
+       stream_putw(s, pbm->tcp_flags);
+       stream_putw(s, pbm->tcp_mask_flags);
 }
 
 /* BGP has established connection with Zebra. */