summaryrefslogtreecommitdiffstats
path: root/pbrd/pbr_map.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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