]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: simplify API in BGP policy-routing to handle Flowspec
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 12 Jun 2018 12:45:35 +0000 (14:45 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 28 Jun 2018 06:52:15 +0000 (08:52 +0200)
commit0e867886a7a0dc768a4ceb947ccb32f32ec4d49d
treec4ffbe219c056818438a53e3e2fc214262315a0f
parente7f7dad4a8a0e37809d0b282a4bafd9609e9f823
bgpd: simplify API in BGP policy-routing to handle Flowspec

To handle FS params between FS RIB and BGP PBR entities, a structure
intermediate named bgp_pbr_filter is used, and contains all filtering
information that was before passed as a parameter.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_pbr.c