summaryrefslogtreecommitdiffstats
path: root/pbrd/pbr_map.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pbrd: fix interface compare usageRafael Zalamena2022-05-021-2/+1
* pbrd: pbr route maps get addr family of nhgsStephen Worley2022-01-271-0/+6
* pbrd: add vlan actions to vtyEli Baum2021-10-071-5/+30
* *: require semicolon after DEFINE_QOBJ & co.David Lamparter2021-03-171-1/+1
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-3/+3
* *: remove tabs & newlines from log messagesDavid Lamparter2021-02-141-4/+4
* pbrd: use bool for pbr_send_pbr_map() return valStephen Worley2020-09-231-1/+1
* pbrd: cleanup pbr ifp info if not sent to zebraStephen Worley2020-09-221-1/+12
* pbrd: Ensure rule is installed on interface upDonald Sharp2020-09-121-1/+1
* bgpd, lib, pbrd, zebra: Pass by ifnameDonald Sharp2020-09-121-2/+3
* pbrd: fix SA warning in nhg mapMark Stapp2020-09-011-4/+14
* pbrd: When multiple items share the pnhc do the right thingDonald Sharp2020-08-281-0/+1
* pbrd: Allow interfaces to be deleted then added back inDonald Sharp2020-08-281-0/+25
* pbrd: Properly hook back up when vrf is destroyed than recreatedDonald Sharp2020-08-281-0/+25
* Merge pull request #6730 from wesleycoakley/pbrd-dscp-ecnRuss White2020-07-231-1/+54
|\
| * pbrd: dscp interpret standard codepointsWesley Coakley2020-07-151-0/+53
| * pbrd, zebra, lib: DSCP / ECN-based PBR MatchingWesley Coakley2020-07-151-1/+1
* | pbrd: nhgc state improvements when installed/removedStephen Worley2020-07-091-3/+3
|/
* pbrd, lib: remember to free alloc'd qobj on deleteWesley Coakley2020-07-011-0/+1
* pbrd: implement `set *` and `match *` config replacementStephen Worley2020-04-091-16/+17
* pbrd: free nexthop_group name on `no set nexthop-group`Stephen Worley2020-04-091-1/+1
* *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-061-10/+6
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-10/+7
* *: Use short version of bool expressionsDonatas Abraitis2020-03-041-1/+1
* pbrd: only remove interface after all seq uninstalledStephen Worley2019-12-021-1/+32
* *: generously apply constDavid Lamparter2019-12-021-1/+1
* pbrd: Add `set vrf NAME` and `set vrf unchanged`Stephen Worley2019-11-211-23/+187
* pbrd: initial fwmark support for pbr matches #4460Marcin Matląg2019-09-031-5/+5
* *: remove null check before XFREEQuentin Young2019-02-261-2/+1
* pbrd: Do not delete pmi until completion of rule delete.Donald Sharp2019-02-131-5/+12
* pbrd: Add some missing debugs from external eventsDonald Sharp2019-02-121-5/+3
* Merge pull request #2051 from donaldsharp/PBRD_EXTRARuss White2018-04-201-9/+14
|\
| * pbrd: Allow pbr-policy add/removal to install/remove rulesDonald Sharp2018-04-181-5/+1
| * pbrd, zebra: Fix multiple pbr-policy installDonald Sharp2018-04-181-6/+12
| * pbrd: Prevent attempt at re-install for several scenariosDonald Sharp2018-04-181-2/+5
* | pbrd: fix multiple unsafe string copiesQuentin Young2018-04-181-1/+1
|/
* pbrd: adjust/remove the rule correctly when dst and/or src removedDon Slice2018-04-061-7/+0
* pbrd: fix deletion of match or src of valid pbr-mapDon Slice2018-04-061-0/+7
* pbrd: add ability to delete routes and rules correctlyDon Slice2018-04-061-4/+10
* pbrd: fix null pointer deref when showing ifacesQuentin Young2018-04-061-1/+2
* pbrd: Remove pbr_eventsDonald Sharp2018-04-061-183/+118
* pbrd: Cleanup CI warningsDonald Sharp2018-04-061-21/+18
* pbrd: Add PBR to FRRDonald Sharp2018-04-061-0/+630