summaryrefslogtreecommitdiffstats
path: root/pbrd/pbr_zebra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Fix spelling of IntefaceDonald Sharp2022-04-021-1/+1
* *: add SAFI argument to zclient_send_rnhDavid Lamparter2022-03-271-1/+2
* *: When matching against a nexthop send and process what it matched againstDonald Sharp2022-03-121-3/+6
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-1/+1
* Merge pull request #9854 from opensourcerouting/zapi-call-tableRuss White2021-10-261-7/+11
|\
| * *: convert zclient callbacks to tableDavid Lamparter2021-10-201-7/+11
* | Merge pull request #9742 from elimbaum/add-vlan-actionsJafar Al-Gharaibeh2021-10-231-0/+6
|\ \ | |/ |/|
| * pbrd: add vlan actions to vtyEli Baum2021-10-071-0/+6
* | *: Add resolve via default flagDonald Sharp2021-09-271-1/+1
|/
* pbrd: Add `match ip-protocol [tcp|udp]`Donald Sharp2021-07-081-1/+1
* bgpd, pbrd, zebra: Encode/decode the ip proto from daemons to zebraDonald Sharp2021-07-081-0/+1
* pbrd: Start inclusion of src and dst ports for pbrdDonald Sharp2021-07-081-2/+2
* *: Replace 4/16 integers to IPV4_MAX_BYTELEN/IPV6_MAX_BYTELENDonatas Abraitis2021-07-011-3/+5
* *: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-011-1/+1
* *: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-011-1/+1
* *: remaining zassert => assertDavid Lamparter2021-04-231-2/+2
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
* *: remove tabs & newlines from log messagesDavid Lamparter2021-02-141-4/+4
* *: Convert all usage of zclient_send_message to new enumDonald Sharp2020-11-151-2/+2
* bgpd: Advertise FIB installed routes to bgp peers (Part 1)Soman K S2020-11-061-1/+2
* Merge pull request #7378 from donaldsharp/pbr_ifp_leakJafar Al-Gharaibeh2020-10-281-0/+5
|\
| * pbrd: Fix memory leakDonald Sharp2020-10-231-0/+5
* | pbrd: Remove inet_ntoa usage from pbrDonald Sharp2020-10-261-2/+2
|/
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-22/+15
* *: make failure to decode nht update an errorQuentin Young2020-10-011-1/+1
* pbrd: use bool for pbr_send_pbr_map() return valStephen Worley2020-09-231-5/+5
* pbrd: add return val for pbr_send_pbr_map()Stephen Worley2020-09-221-4/+6
* bgpd, lib, pbrd, zebra: Pass by ifnameDonald Sharp2020-09-121-4/+4
* pbrd: Allow interfaces to be deleted then added back inDonald Sharp2020-08-281-0/+1
* pbrd, zebra, lib: DSCP / ECN-based PBR MatchingWesley Coakley2020-07-151-0/+1
* pbrd: fix wording in pbr_send_pbr_map commentStephen Worley2020-04-141-1/+1
* pbrd: implement `set *` and `match *` config replacementStephen Worley2020-04-091-4/+6
* pbrd: add seqno to debug in pbr_send_pbr_mapStephen Worley2020-04-091-3/+3
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-45/+32
* lib, zebra: Allow for encode/decode of nexthop weight in pass downDonald Sharp2019-12-091-0/+1
* pbrd: consolidate rule_notify debugs into one callStephen Worley2019-12-031-10/+3
* pbrd: don't set rule removed on failStephen Worley2019-12-031-0/+5
* pbrd: Add `set vrf NAME` and `set vrf unchanged`Stephen Worley2019-11-211-1/+54
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-1/+1
* pbrd: Don't track ipv6 link localsStephen Worley2019-10-081-0/+6
* *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-20/+1
* *: Convert interface_down to interface down callbackDonald Sharp2019-09-191-11/+1
* *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-191-11/+1
* *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-14/+1
* *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+20
* pbrd: initial fwmark support for pbr matches #4460Marcin Matląg2019-09-031-1/+1
* lib,bgpd,pbrd: Add AFI_UNSPEC to AFI enumStephen Worley2019-05-141-0/+10
* Merge pull request #4253 from qlyoung/zapi-handler-args-macroRenato Westphal2019-05-061-20/+11
|\
| * *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-031-20/+11
* | pbrd: Prevent usage of c if it is nullDonald Sharp2019-05-031-2/+3
|/