| Commit message (Expand) | Author | Age | Files | Lines |
* | pbrd: replace `receive_notify` with request | David Lamparter | 2023-11-23 | 1 | -3/+3 |
* | Merge pull request #14850 from donaldsharp/IFNAMSIZ_GET_YOUR_SHIT_TOGETHER | Donatas Abraitis | 2023-11-22 | 1 | -1/+1 |
|\ |
|
| * | *: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZ | Donald Sharp | 2023-11-21 | 1 | -1/+1 |
* | | pbrd: use `zclient->nexthop_update` | David Lamparter | 2023-11-20 | 1 | -19/+11 |
|/ |
|
* | pbrd: Cleanup zclient on shutdown | Donald Sharp | 2023-11-13 | 1 | -0/+10 |
* | Revert "lib: register bgp link-state afi/safi" | Donald Sharp | 2023-10-10 | 1 | -10/+0 |
* | *: remove ZEBRA_INTERFACE_VRF_UPDATE | anlan_cs | 2023-10-07 | 1 | -24/+0 |
* | lib: register bgp link-state afi/safi | Louis Scalbert | 2023-09-18 | 1 | -0/+10 |
* | pbrd: address 230815 coverity: r.action.flags reordering | G. Paul Ziemba | 2023-08-18 | 1 | -7/+2 |
* | pbrd: add packet mangling actions (src/dst ip-addr/port, dscp, ecn) | G. Paul Ziemba | 2023-08-09 | 1 | -0/+9 |
* | pbrd: use flags to indicate active fields | G. Paul Ziemba | 2023-08-09 | 1 | -32/+6 |
* | pbrd: add explicit 'family' field for rules | G. Paul Ziemba | 2023-08-08 | 1 | -4/+10 |
* | lib,pbrd: clean up style issues | Mark Stapp | 2023-07-25 | 1 | -4/+4 |
* | lib: zapi PBR common encode/decode | G. Paul Ziemba | 2023-07-20 | 1 | -59/+100 |
* | pbrd: add vlan filters pcp/vlan-id/vlan-flags; ip-protocol any (zapi) | G. Paul Ziemba | 2023-07-19 | 1 | -6/+22 |
* | pbrd, zebra: fix zapi and netlink rule encoding | Mark Stapp | 2023-06-12 | 1 | -6/+15 |
* | *: Convert event.h to frrevent.h | Donald Sharp | 2023-03-24 | 1 | -1/+1 |
* | *: Rename thread.[ch] to event.[ch] | Donald Sharp | 2023-03-24 | 1 | -1/+1 |
* | *: auto-convert to SPDX License IDs | David Lamparter | 2023-02-09 | 1 | -14/+1 |
* | *: Fix spelling of Inteface | Donald Sharp | 2022-04-02 | 1 | -1/+1 |
* | *: add SAFI argument to zclient_send_rnh | David Lamparter | 2022-03-27 | 1 | -1/+2 |
* | *: When matching against a nexthop send and process what it matched against | Donald Sharp | 2022-03-12 | 1 | -3/+6 |
* | *: cleanup ifp->vrf_id | Igor Ryzhov | 2021-11-22 | 1 | -1/+1 |
* | Merge pull request #9854 from opensourcerouting/zapi-call-table | Russ White | 2021-10-26 | 1 | -7/+11 |
|\ |
|
| * | *: convert zclient callbacks to table | David Lamparter | 2021-10-20 | 1 | -7/+11 |
* | | Merge pull request #9742 from elimbaum/add-vlan-actions | Jafar Al-Gharaibeh | 2021-10-23 | 1 | -0/+6 |
|\ \
| |/
|/| |
|
| * | pbrd: add vlan actions to vty | Eli Baum | 2021-10-07 | 1 | -0/+6 |
* | | *: Add resolve via default flag | Donald Sharp | 2021-09-27 | 1 | -1/+1 |
|/ |
|
* | pbrd: Add `match ip-protocol [tcp|udp]` | Donald Sharp | 2021-07-08 | 1 | -1/+1 |
* | bgpd, pbrd, zebra: Encode/decode the ip proto from daemons to zebra | Donald Sharp | 2021-07-08 | 1 | -0/+1 |
* | pbrd: Start inclusion of src and dst ports for pbrd | Donald Sharp | 2021-07-08 | 1 | -2/+2 |
* | *: Replace 4/16 integers to IPV4_MAX_BYTELEN/IPV6_MAX_BYTELEN | Donatas Abraitis | 2021-07-01 | 1 | -3/+5 |
* | *: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlen | Donatas Abraitis | 2021-07-01 | 1 | -1/+1 |
* | *: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlen | Donatas Abraitis | 2021-07-01 | 1 | -1/+1 |
* | *: remaining zassert => assert | David Lamparter | 2021-04-23 | 1 | -2/+2 |
* | *: require semicolon after DEFINE_MTYPE & co | David Lamparter | 2021-03-17 | 1 | -1/+1 |
* | *: remove tabs & newlines from log messages | David Lamparter | 2021-02-14 | 1 | -4/+4 |
* | *: Convert all usage of zclient_send_message to new enum | Donald Sharp | 2020-11-15 | 1 | -2/+2 |
* | bgpd: Advertise FIB installed routes to bgp peers (Part 1) | Soman K S | 2020-11-06 | 1 | -1/+2 |
* | Merge pull request #7378 from donaldsharp/pbr_ifp_leak | Jafar Al-Gharaibeh | 2020-10-28 | 1 | -0/+5 |
|\ |
|
| * | pbrd: Fix memory leak | Donald Sharp | 2020-10-23 | 1 | -0/+5 |
* | | pbrd: Remove inet_ntoa usage from pbr | Donald Sharp | 2020-10-26 | 1 | -2/+2 |
|/ |
|
* | :* Convert prefix2str to %pFX | Donatas Abraitis | 2020-10-22 | 1 | -22/+15 |
* | *: make failure to decode nht update an error | Quentin Young | 2020-10-01 | 1 | -1/+1 |
* | pbrd: use bool for pbr_send_pbr_map() return val | Stephen Worley | 2020-09-23 | 1 | -5/+5 |
* | pbrd: add return val for pbr_send_pbr_map() | Stephen Worley | 2020-09-22 | 1 | -4/+6 |
* | bgpd, lib, pbrd, zebra: Pass by ifname | Donald Sharp | 2020-09-12 | 1 | -4/+4 |
* | pbrd: Allow interfaces to be deleted then added back in | Donald Sharp | 2020-08-28 | 1 | -0/+1 |
* | pbrd, zebra, lib: DSCP / ECN-based PBR Matching | Wesley Coakley | 2020-07-15 | 1 | -0/+1 |
* | pbrd: fix wording in pbr_send_pbr_map comment | Stephen Worley | 2020-04-14 | 1 | -1/+1 |