summaryrefslogtreecommitdiffstats
path: root/pbrd/pbr_zebra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
|/
* lib, pbrd, zebra: Fix size_t type printf warnings on obscure platformsDonald Sharp2019-04-031-3/+4
* Merge pull request #3776 from opensourcerouting/pbrd-interface-nexthopsDonald Sharp2019-03-221-0/+6
|\
| * pbrd: add support for interface nexthopsRenato Westphal2019-02-151-0/+6
* | pbrd: Do not delete pmi until completion of rule delete.Donald Sharp2019-02-131-0/+2
|/
* pbrd: Add some missing debugs from external eventsDonald Sharp2019-02-121-11/+49
* pbrd: return check (Coverity 1475199)F. Aragon2018-12-031-1/+4
* *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-121-1/+1
* *: spelchekDavid Lamparter2018-10-251-2/+2
* *: ALLOC calls cannot failDonald Sharp2018-08-111-6/+0
* pbrd: add ZAPI_RULE_FAIL_REMOVE flag in switchPhilippe Guibert2018-05-251-0/+1
* pbrd: encode null fwmark to be consistent with zebra decode rulePhilippe Guibert2018-05-071-0/+1
* pbrd: Fix a couple SA issuesDonald Sharp2018-04-241-8/+5
* pbrd: Use proper decode function for interfaceDonald Sharp2018-04-181-12/+1
* pbrd, zebra: Properly notice rule deletionDonald Sharp2018-04-181-0/+1
* pbrd, zebra: Fix multiple pbr-policy installDonald Sharp2018-04-181-8/+15
* pbrd: Fix installation and deletion in some casesDonald Sharp2018-04-181-2/+14
* pbrd: adjust/remove the rule correctly when dst and/or src removedDon Slice2018-04-061-7/+4