| Commit message (Expand) | Author | Age | Files | Lines |
* | zebra: Don't bother ref'ing ifp in zebra_pbr_rule | Stephen Worley | 2019-10-15 | 1 | -1/+1 |
* | zebra: Use the rule ifindex as a hash key, not ifp | Stephen Worley | 2019-10-15 | 1 | -11/+6 |
* | zebra: Only free if rule was found/release in table | Stephen Worley | 2019-10-15 | 1 | -2/+6 |
* | bgp, zebra, lib: add protocol support for iptables | Philippe Guibert | 2019-07-08 | 1 | -0/+7 |
* | lib: hashing functions should take const arguments | Quentin Young | 2019-05-14 | 1 | -10/+10 |
* | *: return bool from boolean functions | Quentin Young | 2019-02-26 | 1 | -1/+1 |
* | *: Rename backet to bucket | Tim Bray | 2019-02-25 | 1 | -15/+15 |
* | zebra: Remove _wrap_script from hook names | Donald Sharp | 2018-10-24 | 1 | -19/+19 |
* | zebra: Move ipset_hash, ipset_entry_hash and iptable_hash into zrouter | Donald Sharp | 2018-10-24 | 1 | -115/+75 |
* | zebra: Move rules_hash to zrouter | Donald Sharp | 2018-10-24 | 1 | -18/+26 |
* | *: Replace hash_cmp function return value to a bool | Donald Sharp | 2018-10-19 | 1 | -41/+41 |
* | zebra: Create zebra_dplane.c and .h | Mark Stapp | 2018-09-20 | 1 | -26/+34 |
* | zebra: flog_warn conversion | Quentin Young | 2018-09-06 | 1 | -8/+9 |
* | zebra: add information about which port is monitored | Philippe Guibert | 2018-07-24 | 1 | -0/+9 |
* | zebra: show pbr iptable per iptable | Philippe Guibert | 2018-07-24 | 1 | -8/+24 |
* | zebra: handle policy routing fragment handling | Philippe Guibert | 2018-06-28 | 1 | -0/+20 |
* | zebra: add show pbr iptable dscp information | Philippe Guibert | 2018-06-28 | 1 | -0/+5 |
* | *: add flowspec dscp handling | Philippe Guibert | 2018-06-28 | 1 | -0/+3 |
* | zebra: handling of policy routing iptable tcpflags | Philippe Guibert | 2018-06-28 | 1 | -0/+50 |
* | zebra: add packet length into pbr support | Philippe Guibert | 2018-06-28 | 1 | -1/+15 |
* | zebra: improve show zebra ipset output for icmp | Philippe Guibert | 2018-06-28 | 1 | -4/+74 |
* | zebra: pbr ipset_type2_str command is externalised | Philippe Guibert | 2018-06-28 | 1 | -1/+1 |
* | Merge pull request #2292 from donaldsharp/fixup_sb_stuff | Russ White | 2018-06-08 | 1 | -30/+30 |
|\ |
|
| * | zebra: Add knowledge of request success/failure for pbr rules | Donald Sharp | 2018-05-30 | 1 | -4/+4 |
| * | zebra: Rename SOUTHBOUND_XXX to DP_XXX | Donald Sharp | 2018-05-30 | 1 | -26/+26 |
* | | zebra: rebase zserv-mt | Quentin Young | 2018-05-29 | 1 | -1/+2 |
|/ |
|
* | zebra: add pbr objects fail_remove value into notification | Philippe Guibert | 2018-05-25 | 1 | -4/+4 |
* | zebra: PBR config and monitor IPSET/IPTABLE hooks declared | Philippe Guibert | 2018-05-25 | 1 | -24/+103 |
* | zebra: update comment when calling pbr southbound interface | Philippe Guibert | 2018-05-25 | 1 | -7/+2 |
* | zebra: handle iptable list of interfaces | Philippe Guibert | 2018-05-25 | 1 | -3/+46 |
* | zebra: add 3 fields to ipset_entry : src,dst port, and proto | Philippe Guibert | 2018-05-25 | 1 | -2/+64 |
* | zebra: pbr vty show command for ipset and iptables | Philippe Guibert | 2018-05-25 | 1 | -0/+188 |
* | zebra: handle notification in case pbr ipset, or iptables is removed | Philippe Guibert | 2018-05-25 | 1 | -3/+13 |
* | zebra: cleanup zebra policy context | Philippe Guibert | 2018-05-25 | 1 | -0/+36 |
* | zebra: ipset and ipset entry deletion remove entry from hash list too | Philippe Guibert | 2018-05-25 | 1 | -4/+6 |
* | zebra: upon zclient breaking, flush PBR entries | Philippe Guibert | 2018-05-22 | 1 | -1/+10 |
* | zebra: clean up zapi organization | Quentin Young | 2018-04-23 | 1 | -0/+1 |
* | pbrd, zebra: Properly notice rule deletion | Donald Sharp | 2018-04-18 | 1 | -0/+2 |
* | pbrd, zebra: Fix multiple pbr-policy install | Donald Sharp | 2018-04-18 | 1 | -3/+6 |
* | zebra: rename pbr_unique structure to pbr_rule_unique | Philippe Guibert | 2018-04-16 | 1 | -3/+3 |
* | zebra: adapt zebra_pbr_rule based with pbr_rule | Philippe Guibert | 2018-04-16 | 1 | -18/+20 |
* | zebra: add a helper structure to look zebra_pbr_ipset per ipsetname | Philippe Guibert | 2018-04-16 | 1 | -17/+27 |
* | zebra: add IPTABLE_ADD and IPTABLE_DEL commands in zapi | Philippe Guibert | 2018-04-16 | 1 | -0/+104 |
* | zebra: pbr rule structure is being added fwmark tag | Philippe Guibert | 2018-04-16 | 1 | -0/+7 |
* | zebra: handling notifications upon ipset creation/destruction done | Philippe Guibert | 2018-04-16 | 1 | -4/+47 |
* | lib: add ZEBRA IPSET defines | Philippe Guibert | 2018-04-16 | 1 | -0/+24 |
* | zebra: handle entry pointfs for ipset creation/destruction | Philippe Guibert | 2018-04-16 | 1 | -0/+158 |
* | zebra: When removing a rule, release from hash storing it. | Donald Sharp | 2018-03-22 | 1 | -2/+4 |
* | zebra: Allow rule replace semantics | Donald Sharp | 2018-03-22 | 1 | -0/+40 |
* | zebra: Allow for deletion of rules when the originator goes away | Donald Sharp | 2018-03-16 | 1 | -0/+19 |