summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_pbr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-061-5/+7
* *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-1/+0
* bgpd, ospfd, zebra: Do not use 0 as VRF_DEFAULTDonald Sharp2020-01-151-1/+1
* bgpd: `struct bgp_path_info *`->attr must not be NULLDonald Sharp2019-10-161-1/+1
* bgpd: discard traffic when at least traffic-rate 0 is observedPhilippe Guibert2019-07-081-0/+13
* bgp, zebra, lib: add protocol support for iptablesPhilippe Guibert2019-07-081-0/+8
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-10/+10
* bgpd: simplify lookup list call with fs pbr entriesPhilippe Guibert2019-03-291-5/+5
* bgpd: do not allocate lists on fs entries of bgp entries.Philippe Guibert2019-03-281-4/+8
* *: use proper bool initializers & fix comparisonsQuentin Young2019-02-261-3/+3
* *: Rename backet to bucketTim Bray2019-02-251-16/+16
* bgpd: display the list of iprules attached to a fs entryPhilippe Guibert2019-01-291-5/+31
* 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/+33
* bgpd: conversion from fs to pbr: support for ip rule from/toPhilippe Guibert2019-01-291-2/+161
* bgpd: ip rule zebra layer adapted to handle both casesPhilippe Guibert2019-01-291-3/+3
* bgpd: the fs entry is valid for any rule only, by using ipruleset cmdPhilippe Guibert2019-01-291-4/+36
* bgpd: an hash list of pbr iprule is createdPhilippe Guibert2019-01-291-0/+77
* bgpd: upon bgp fs study, determine if iprule can be usedPhilippe Guibert2019-01-291-0/+5
* bgpd: flowspec redirect IP info is retrieved into nh trackingPhilippe Guibert2018-12-281-1/+1
* bgpd: add new draft for redirect ip for flowspecPhilippe Guibert2018-11-301-4/+50
* bgpd isisd lib: fix return on void functionsF. Aragon2018-11-201-17/+24
* *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-33/+30
* bgpd: Rename various variable names to something more appropriateDonald Sharp2018-10-091-4/+4
* bgpd: Convert binfo to pathDonald Sharp2018-10-091-107/+77
* bgpd: Convert all bgp_info_XXX functions to bgp_path_XXX functionsDonald Sharp2018-10-091-3/+4
* bgpd: Convert `struct bgp_info` to `struct bgp_path_info`Donald Sharp2018-10-091-47/+37
* bgpd: null check (Coverity 1472965 1472966)F. Aragon2018-09-201-3/+3
* *: style for EC replacementsQuentin Young2018-09-131-7/+7
* bgpd: BGP_[WARN|ERR] -> EC_BGPQuentin Young2018-09-131-3/+3
* bgpd: pbr entry log message changed to zlog_debugPhilippe Guibert2018-08-211-1/+1
* bgpd: simplify fs add pbr entryPhilippe Guibert2018-08-211-6/+5
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-3/+3
* bgpd: Add some FLowspec specific Error Codes.Donald Sharp2018-08-141-6/+10
* bgpd: flush remaining entry if bgp_pbr_match is equalPhilippe Guibert2018-07-241-1/+7
* bgpd: rework jhash algorithm for bgp_pbr_match entriesPhilippe Guibert2018-07-241-6/+6
* bgpd: add debug trace when bgp fs pbr remove tooPhilippe Guibert2018-07-241-81/+103
* bgpd: flowspec pbr entries listed on the bgp information entryPhilippe Guibert2018-07-241-10/+17
* bgpd: Cleanup of bgp daemon codePascal Mathis2018-07-071-1/+1
* bgpd: rework enumerate function, handle not valuesPhilippe Guibert2018-06-281-29/+46
* bgpd: add an icmp flag for flowspec icmp entriesPhilippe Guibert2018-06-281-17/+26
* bgpd: rework icmp enumerate listPhilippe Guibert2018-06-281-203/+135
* bgpd: fix recursive call combinationPhilippe Guibert2018-06-281-11/+19
* bgpd: support for flowspec fragment list into policy routingPhilippe Guibert2018-06-281-3/+88
* bgpd: align fragment flowspec decoding with tcpflagsPhilippe Guibert2018-06-281-3/+4
* bgpd: support for enumerate pkt lenPhilippe Guibert2018-06-281-20/+87
* bgpd: introduce recursive operations for or flowspec operationsPhilippe Guibert2018-06-281-26/+111
* bgpd: enumerate support for dscp valuesPhilippe Guibert2018-06-281-41/+69
* *: add flowspec dscp handlingPhilippe Guibert2018-06-281-9/+41
* bgpd: add a parameter to handle param or combinationsPhilippe Guibert2018-06-281-14/+62