summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_pbr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Use __func__ instead of __PRETTY_FUNCTION__Donald Sharp2021-05-121-1/+1
* zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-1/+0
* *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-171-2/+2
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
* zebra: move ipset and ipset_entry to zebra dplane contextsPhilippe Guibert2021-03-101-68/+69
* zebra: move iptable handling in zebra_dplanePhilippe Guibert2021-03-041-33/+31
* zebra: move pbr hash create after update releaseStephen Worley2021-02-011-2/+2
* zebra: add some debugging for PBR events in zebraStephen Worley2021-02-011-1/+20
* bgpd, lib, pbrd, zebra: Pass by ifnameDonald Sharp2020-09-121-7/+8
* bgp, zebra: add some alignments with remarks from communityPhilippe Guibert2020-08-211-2/+2
* zebra: add icmpv6 table of type / codePhilippe Guibert2020-08-211-3/+29
* bgp, zebra: add family attribute to ipset and iptable contextPhilippe Guibert2020-08-211-7/+27
* zebra: do not free iptable context, once createdPhilippe Guibert2020-07-171-3/+14
* zebra: convert ip rule installation to use dplane threadJakub UrbaƄczyk2020-06-101-23/+27
* *: use appropriate buffer sizes, specifiersQuentin Young2020-04-211-2/+2
* *: sprintf -> snprintfQuentin Young2020-04-211-4/+3
* zebra: define some explicit rule replace code pathsStephen Worley2020-04-091-16/+35
* *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-061-1/+1
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-3/+3
* zebra: fix ipset, iptable, ipset entry memleaksQuentin Young2020-01-161-6/+12
* zebra: fix iptable install heap UAFQuentin Young2020-01-151-0/+10
* zebra: fix iptable memleak, fix free funcsQuentin Young2020-01-041-5/+8
* zebra: Don't bother ref'ing ifp in zebra_pbr_ruleStephen Worley2019-10-151-1/+1
* zebra: Use the rule ifindex as a hash key, not ifpStephen Worley2019-10-151-11/+6
* zebra: Only free if rule was found/release in tableStephen Worley2019-10-151-2/+6
* bgp, zebra, lib: add protocol support for iptablesPhilippe Guibert2019-07-081-0/+7
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-10/+10
* *: return bool from boolean functionsQuentin Young2019-02-261-1/+1
* *: Rename backet to bucketTim Bray2019-02-251-15/+15
* zebra: Remove _wrap_script from hook namesDonald Sharp2018-10-241-19/+19
* zebra: Move ipset_hash, ipset_entry_hash and iptable_hash into zrouterDonald Sharp2018-10-241-115/+75
* zebra: Move rules_hash to zrouterDonald Sharp2018-10-241-18/+26
* *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-41/+41
* zebra: Create zebra_dplane.c and .hMark Stapp2018-09-201-26/+34
* zebra: flog_warn conversionQuentin Young2018-09-061-8/+9
* zebra: add information about which port is monitoredPhilippe Guibert2018-07-241-0/+9
* zebra: show pbr iptable per iptablePhilippe Guibert2018-07-241-8/+24
* zebra: handle policy routing fragment handlingPhilippe Guibert2018-06-281-0/+20
* zebra: add show pbr iptable dscp informationPhilippe Guibert2018-06-281-0/+5
* *: add flowspec dscp handlingPhilippe Guibert2018-06-281-0/+3
* zebra: handling of policy routing iptable tcpflagsPhilippe Guibert2018-06-281-0/+50
* zebra: add packet length into pbr supportPhilippe Guibert2018-06-281-1/+15
* zebra: improve show zebra ipset output for icmpPhilippe Guibert2018-06-281-4/+74
* zebra: pbr ipset_type2_str command is externalisedPhilippe Guibert2018-06-281-1/+1
* Merge pull request #2292 from donaldsharp/fixup_sb_stuffRuss White2018-06-081-30/+30
|\
| * zebra: Add knowledge of request success/failure for pbr rulesDonald Sharp2018-05-301-4/+4
| * zebra: Rename SOUTHBOUND_XXX to DP_XXXDonald Sharp2018-05-301-26/+26
* | zebra: rebase zserv-mtQuentin Young2018-05-291-1/+2
|/
* zebra: add pbr objects fail_remove value into notificationPhilippe Guibert2018-05-251-4/+4
* zebra: PBR config and monitor IPSET/IPTABLE hooks declaredPhilippe Guibert2018-05-251-24/+103