| Commit message (Expand) | Author | Age | Files | Lines |
* | zebra: use real MTYPEs for various objects | Mark Stapp | 2022-12-05 | 1 | -0/+3 |
* | zebra: pass PBR expanded actions to the dataplane | Anuradha Karuppiah | 2022-06-27 | 1 | -0/+3 |
* | zebra: expand pbr rule action for dataplane programming | Anuradha Karuppiah | 2022-06-27 | 1 | -1/+6 |
* | zebra: add support for maintaining local neigh entries | Anuradha Karuppiah | 2022-06-27 | 1 | -0/+17 |
* | zebra: avoid pbr iptable added twice when used with flowspec | Philippe Guibert | 2022-05-25 | 1 | -0/+3 |
* | zebra: update dataplane flowspec address family in ipset_info | Philippe Guibert | 2021-11-03 | 1 | -0/+2 |
* | *: require semicolon after DEFINE_HOOK & co. | David Lamparter | 2021-03-17 | 1 | -2/+2 |
* | zebra: move ipset and ipset_entry to zebra dplane contexts | Philippe Guibert | 2021-03-10 | 1 | -0/+12 |
* | zebra: move iptable handling in zebra_dplane | Philippe Guibert | 2021-03-04 | 1 | -3/+1 |
* | zebra: add icmpv6 table of type / code | Philippe Guibert | 2020-08-21 | 1 | -0/+1 |
* | bgp, zebra: add family attribute to ipset and iptable context | Philippe Guibert | 2020-08-21 | 1 | -0/+6 |
* | zebra: remove old kernel one-update-at-a-time api | Jakub Urbańczyk | 2020-08-10 | 1 | -7/+0 |
* | pbrd, zebra, lib: DSCP / ECN-based PBR Matching | Wesley Coakley | 2020-07-15 | 1 | -0/+2 |
* | zebra: convert ip rule installation to use dplane thread | Jakub Urbańczyk | 2020-06-10 | 1 | -18/+4 |
* | zebra: define some explicit rule replace code paths | Stephen Worley | 2020-04-09 | 1 | -0/+7 |
* | zebra: Don't bother ref'ing ifp in zebra_pbr_rule | Stephen Worley | 2019-10-15 | 1 | -1/+1 |
* | bgp, zebra, lib: add protocol support for iptables | Philippe Guibert | 2019-07-08 | 1 | -0/+1 |
* | lib: hashing functions should take const arguments | Quentin Young | 2019-05-14 | 1 | -4/+4 |
* | add cplusplus guards to all zebra headers | Emanuele Di Pascale | 2019-03-25 | 1 | -0/+8 |
* | zebra: Remove _wrap_script from hook names | Donald Sharp | 2018-10-24 | 1 | -5/+5 |
* | zebra: Move ipset_hash, ipset_entry_hash and iptable_hash into zrouter | Donald Sharp | 2018-10-24 | 1 | -36/+23 |
* | zebra: Move rules_hash to zrouter | Donald Sharp | 2018-10-24 | 1 | -2/+4 |
* | *: Replace hash_cmp function return value to a bool | Donald Sharp | 2018-10-19 | 1 | -4/+5 |
* | zebra: Create zebra_dplane.c and .h | Mark Stapp | 2018-09-20 | 1 | -7/+6 |
* | zebra: show pbr iptable per iptable | Philippe Guibert | 2018-07-24 | 1 | -1/+1 |
* | zebra: handle policy routing fragment handling | Philippe Guibert | 2018-06-28 | 1 | -0/+1 |
* | *: add flowspec dscp handling | Philippe Guibert | 2018-06-28 | 1 | -0/+1 |
* | zebra: handling of policy routing iptable tcpflags | Philippe Guibert | 2018-06-28 | 1 | -0/+4 |
* | zebra: add packet length into pbr support | Philippe Guibert | 2018-06-28 | 1 | -0/+3 |
* | bgpd: add comment to inform that icmp can be stored in that struct | Philippe Guibert | 2018-06-28 | 1 | -0/+2 |
* | zebra: improve show zebra ipset output for icmp | Philippe Guibert | 2018-06-28 | 1 | -0/+2 |
* | zebra: pbr ipset_type2_str command is externalised | Philippe Guibert | 2018-06-28 | 1 | -0/+2 |
* | zebra: Add knowledge of request success/failure for pbr rules | Donald Sharp | 2018-05-30 | 1 | -2/+2 |
* | zebra: Rename SOUTHBOUND_XXX to DP_XXX | Donald Sharp | 2018-05-30 | 1 | -5/+5 |
* | zebra: PBR config and monitor IPSET/IPTABLE hooks declared | Philippe Guibert | 2018-05-25 | 1 | -0/+22 |
* | zebra: handle iptable list of interfaces | Philippe Guibert | 2018-05-25 | 1 | -0/+6 |
* | zebra: add 3 fields to ipset_entry : src,dst port, and proto | Philippe Guibert | 2018-05-25 | 1 | -0/+7 |
* | zebra: pbr vty show command for ipset and iptables | Philippe Guibert | 2018-05-25 | 1 | -0/+3 |
* | zebra: add netlink rule support for fwmark option | Philippe Guibert | 2018-05-25 | 1 | -0/+2 |
* | zebra: rework pbr ipset entry | Philippe Guibert | 2018-05-25 | 1 | -0/+4 |
* | zebra: upon zclient breaking, flush PBR entries | Philippe Guibert | 2018-05-22 | 1 | -2/+1 |
* | zebra: adapt zebra_pbr_rule based with pbr_rule | Philippe Guibert | 2018-04-16 | 1 | -65/+9 |
* | zebra: add IPTABLE_ADD and IPTABLE_DEL commands in zapi | Philippe Guibert | 2018-04-16 | 1 | -0/+41 |
* | zebra: pbr rule structure is being added fwmark tag | Philippe Guibert | 2018-04-16 | 1 | -0/+4 |
* | zebra: handling notifications upon ipset creation/destruction done | Philippe Guibert | 2018-04-16 | 1 | -0/+15 |
* | lib: add ZEBRA IPSET defines | Philippe Guibert | 2018-04-16 | 1 | -0/+2 |
* | zebra: handle entry pointfs for ipset creation/destruction | Philippe Guibert | 2018-04-16 | 1 | -0/+61 |
* | zebra: Allow for deletion of rules when the originator goes away | Donald Sharp | 2018-03-16 | 1 | -0/+3 |
* | lib, zebra: Add Rule insertion success/failure messages | Donald Sharp | 2018-03-09 | 1 | -0/+9 |
* | zebra: Make the ifp part of the rule structure | Donald Sharp | 2018-03-09 | 1 | -11/+6 |