summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_pbr.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgp, zebra, lib: add protocol support for iptablesPhilippe Guibert2019-07-081-0/+1
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-4/+4
* bgpd: display the list of iprules attached to a fs entryPhilippe Guibert2019-01-291-0/+1
* bgpd: change priority of fs pbr rulesPhilippe Guibert2019-01-291-0/+1
* bgpd: notify callback when ip rule from/to rule has been configuredPhilippe Guibert2019-01-291-0/+3
* bgpd: an hash list of pbr iprule is createdPhilippe Guibert2019-01-291-0/+14
* bgpd: upon bgp fs study, determine if iprule can be usedPhilippe Guibert2019-01-291-0/+4
* bgpd: remove useless fields in bgp_pbr_entry_mainPhilippe Guibert2019-01-291-13/+0
* bgpd: flowspec redirect IP info is retrieved into nh trackingPhilippe Guibert2018-12-281-0/+3
* *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-3/+3
* bgpd: Convert binfo to pathDonald Sharp2018-10-091-1/+1
* bgpd: Convert `struct bgp_info` to `struct bgp_path_info`Donald Sharp2018-10-091-4/+3
* bgpd: Cleanup of bgp daemon codePascal Mathis2018-07-071-5/+1
* bgpd: support for flowspec fragment list into policy routingPhilippe Guibert2018-06-281-0/+1
* bgpd: align fragment flowspec decoding with tcpflagsPhilippe Guibert2018-06-281-2/+2
* *: add flowspec dscp handlingPhilippe Guibert2018-06-281-0/+1
* bgpd, lib: share flags values for iptable configurationPhilippe Guibert2018-06-281-6/+0
* bgpd: support for flowspec tcp flagsPhilippe Guibert2018-06-281-0/+3
* bgpd: add support of bgp flowspec filtering per packet lengthPhilippe Guibert2018-06-281-0/+3
* bgpd: handle ICMP type and code from flowspecPhilippe Guibert2018-06-281-0/+1
* bgpd: add vty command to restrict FS policy routing to a defined interfacePhilippe Guibert2018-05-251-0/+25
* bgpd: display if FS entry is installed in PBR or notPhilippe Guibert2018-05-251-0/+2
* bgpd: pbr support for port redirectingPhilippe Guibert2018-05-251-0/+6
* bgpd: add 3 fields to ipset_entry : src,dst port, and protoPhilippe Guibert2018-05-251-0/+6
* bgpd: handle bgp pbr hash list destroy upon BGP destroyPhilippe Guibert2018-04-301-1/+3
* bgpd: hash lookup for iprule entriesPhilippe Guibert2018-04-301-1/+2
* bgpd: hash_lookup for iptablesPhilippe Guibert2018-04-301-0/+2
* bgpd: add function handling flowspec entries to pass to zebraPhilippe Guibert2018-04-301-0/+7
* bgpd: add bgp_pbr_route structurePhilippe Guibert2018-04-301-2/+130
* bgpd: initialise hash lists for pbrPhilippe Guibert2018-04-301-1/+35
* bgpd: communication with zebra for ipset & iprule handlingPhilippe Guibert2018-04-301-0/+1
* bgpd: support for policy-routing context used with flowspecPhilippe Guibert2018-04-301-0/+81