| Commit message (Expand) | Author | Age | Files | Lines |
* | bgpd, lib, pbrd, zebra: Pass by ifname | Donald Sharp | 2020-09-12 | 1 | -7/+8 |
* | bgp, zebra: add some alignments with remarks from community | Philippe Guibert | 2020-08-21 | 1 | -2/+2 |
* | zebra: add icmpv6 table of type / code | Philippe Guibert | 2020-08-21 | 1 | -3/+29 |
* | bgp, zebra: add family attribute to ipset and iptable context | Philippe Guibert | 2020-08-21 | 1 | -7/+27 |
* | zebra: do not free iptable context, once created | Philippe Guibert | 2020-07-17 | 1 | -3/+14 |
* | zebra: convert ip rule installation to use dplane thread | Jakub UrbaĆczyk | 2020-06-10 | 1 | -23/+27 |
* | *: use appropriate buffer sizes, specifiers | Quentin Young | 2020-04-21 | 1 | -2/+2 |
* | *: sprintf -> snprintf | Quentin Young | 2020-04-21 | 1 | -4/+3 |
* | zebra: define some explicit rule replace code paths | Stephen Worley | 2020-04-09 | 1 | -16/+35 |
* | *: Finish off the __PRETTY_FUNCTION__ to __func__ | Donald Sharp | 2020-03-06 | 1 | -1/+1 |
* | *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__ | Donatas Abraitis | 2020-03-05 | 1 | -3/+3 |
* | zebra: fix ipset, iptable, ipset entry memleaks | Quentin Young | 2020-01-16 | 1 | -6/+12 |
* | zebra: fix iptable install heap UAF | Quentin Young | 2020-01-15 | 1 | -0/+10 |
* | zebra: fix iptable memleak, fix free funcs | Quentin Young | 2020-01-04 | 1 | -5/+8 |
* | 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 |