| Commit message (Expand) | Author | Age | Files | Lines |
* | *: 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 |
* | pbrd: implement `set *` and `match *` config replacement | Stephen Worley | 2020-04-09 | 1 | -4/+6 |
* | pbrd: add seqno to debug in pbr_send_pbr_map | Stephen Worley | 2020-04-09 | 1 | -3/+3 |
* | *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__ | Donatas Abraitis | 2020-03-05 | 1 | -45/+32 |
* | lib, zebra: Allow for encode/decode of nexthop weight in pass down | Donald Sharp | 2019-12-09 | 1 | -0/+1 |
* | pbrd: consolidate rule_notify debugs into one call | Stephen Worley | 2019-12-03 | 1 | -10/+3 |
* | pbrd: don't set rule removed on fail | Stephen Worley | 2019-12-03 | 1 | -0/+5 |
* | pbrd: Add `set vrf NAME` and `set vrf unchanged` | Stephen Worley | 2019-11-21 | 1 | -1/+54 |
* | *: Convert connected_free to a double pointer | Donald Sharp | 2019-11-02 | 1 | -1/+1 |
* | pbrd: Don't track ipv6 link locals | Stephen Worley | 2019-10-08 | 1 | -0/+6 |
* | *: Convert zapi->interface_delete to ifp callback | Donald Sharp | 2019-09-19 | 1 | -20/+1 |
* | *: Convert interface_down to interface down callback | Donald Sharp | 2019-09-19 | 1 | -11/+1 |
* | *: Convert from ->interface_up to the interface callback | Donald Sharp | 2019-09-19 | 1 | -11/+1 |
* | *: Switch all zclient->interface_add to interface create callback | Donald Sharp | 2019-09-19 | 1 | -14/+1 |
* | *: Add infrastructure to support zapi interface callbacks | Donald Sharp | 2019-09-19 | 1 | -0/+20 |
* | pbrd: initial fwmark support for pbr matches #4460 | Marcin Matląg | 2019-09-03 | 1 | -1/+1 |
* | lib,bgpd,pbrd: Add AFI_UNSPEC to AFI enum | Stephen Worley | 2019-05-14 | 1 | -0/+10 |
* | Merge pull request #4253 from qlyoung/zapi-handler-args-macro | Renato Westphal | 2019-05-06 | 1 | -20/+11 |
|\ |
|
| * | *: use ZAPI_CALLBACK_ARGS macro for zapi handlers | Quentin Young | 2019-05-03 | 1 | -20/+11 |
* | | pbrd: Prevent usage of c if it is null | Donald Sharp | 2019-05-03 | 1 | -2/+3 |
|/ |
|