]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: support for policy-routing context used with flowspec
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 8 Mar 2018 14:37:06 +0000 (15:37 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 30 Apr 2018 09:56:23 +0000 (11:56 +0200)
commitbbe6ffd61f4d128e614868c10a416b83fee61589
treed62af1481faac531faf582c48c30bd179358429e
parent397123370bad8084d5cdfd49224c1cce50f9de5f
bgpd: support for policy-routing context used with flowspec

BGP flowspec will be able to inject or remove policy-routing contexts,
thanks to some protocols like flowspec. This commit adds some the APIS
necessary to create/delete policy routing contexts that will be injected
then into zebra.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/Makefile.am
bgpd/bgp_pbr.c [new file with mode: 0644]
bgpd/bgp_pbr.h [new file with mode: 0644]