summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_pbr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* zebra: update comment when calling pbr southbound interfacePhilippe Guibert2018-05-251-7/+2
* zebra: handle iptable list of interfacesPhilippe Guibert2018-05-251-3/+46
* zebra: add 3 fields to ipset_entry : src,dst port, and protoPhilippe Guibert2018-05-251-2/+64
* zebra: pbr vty show command for ipset and iptablesPhilippe Guibert2018-05-251-0/+188
* zebra: handle notification in case pbr ipset, or iptables is removedPhilippe Guibert2018-05-251-3/+13
* zebra: cleanup zebra policy contextPhilippe Guibert2018-05-251-0/+36
* zebra: ipset and ipset entry deletion remove entry from hash list tooPhilippe Guibert2018-05-251-4/+6
* zebra: upon zclient breaking, flush PBR entriesPhilippe Guibert2018-05-221-1/+10
* zebra: clean up zapi organizationQuentin Young2018-04-231-0/+1
* pbrd, zebra: Properly notice rule deletionDonald Sharp2018-04-181-0/+2
* pbrd, zebra: Fix multiple pbr-policy installDonald Sharp2018-04-181-3/+6
* zebra: rename pbr_unique structure to pbr_rule_uniquePhilippe Guibert2018-04-161-3/+3
* zebra: adapt zebra_pbr_rule based with pbr_rulePhilippe Guibert2018-04-161-18/+20
* zebra: add a helper structure to look zebra_pbr_ipset per ipsetnamePhilippe Guibert2018-04-161-17/+27
* zebra: add IPTABLE_ADD and IPTABLE_DEL commands in zapiPhilippe Guibert2018-04-161-0/+104
* zebra: pbr rule structure is being added fwmark tagPhilippe Guibert2018-04-161-0/+7
* zebra: handling notifications upon ipset creation/destruction donePhilippe Guibert2018-04-161-4/+47
* lib: add ZEBRA IPSET definesPhilippe Guibert2018-04-161-0/+24
* zebra: handle entry pointfs for ipset creation/destructionPhilippe Guibert2018-04-161-0/+158
* zebra: When removing a rule, release from hash storing it.Donald Sharp2018-03-221-2/+4
* zebra: Allow rule replace semanticsDonald Sharp2018-03-221-0/+40
* zebra: Allow for deletion of rules when the originator goes awayDonald Sharp2018-03-161-0/+19
* lib, zebra: Add Rule insertion success/failure messagesDonald Sharp2018-03-091-1/+17
* zebra: Make the ifp part of the rule structureDonald Sharp2018-03-091-9/+14
* zebra: Keep track of rules writtenDonald Sharp2018-03-091-4/+84
* zebra: Cleanup apiDonald Sharp2018-03-091-0/+10