summaryrefslogtreecommitdiffstats
path: root/pbrd (follow)
Commit message (Expand)AuthorAgeFilesLines
* pbrd: convert gotos in set vrf command to returnsStephen Worley2020-03-191-12/+7
* pbrd: properly handle duplicate set vrf XX configsStephen Worley2020-03-191-3/+33
* *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-062-19/+14
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-053-75/+56
* *: Use short version of bool expressionsDonatas Abraitis2020-03-041-1/+1
* *: change hash_backet to hash_bucketDonald Sharp2020-02-281-2/+2
* pbrd: unconfigure table rangeStephen Worley2020-02-251-2/+15
* doc: rename man pages to frr-*David Lamparter2020-01-151-1/+1
* lib, zebra: Allow for encode/decode of nexthop weight in pass downDonald Sharp2019-12-091-0/+1
* Merge pull request #5499 from sworleys/Pbr-DetailJafar Al-Gharaibeh2019-12-071-57/+83
|\
| * pbrd: use yes/no for pbr map validity vty outputStephen Worley2019-12-061-1/+2
| * pbrd: use spaces in show pbr map vty outputStephen Worley2019-12-061-14/+16
| * pbrd: make vty nexthop/nexthop-group output consistentStephen Worley2019-12-061-16/+15
| * pbrd: make show pbr map detail actually workStephen Worley2019-12-061-13/+38
| * pbrd: refactor vty map show output into functionsStephen Worley2019-12-061-57/+56
* | Merge pull request #5421 from sworleys/PBR-Del-Mark-All-SeqJafar Al-Gharaibeh2019-12-071-1/+32
|\ \ | |/ |/|
| * pbrd: only remove interface after all seq uninstalledStephen Worley2019-12-021-1/+32
* | pbrd: make vty `match *` code more readableStephen Worley2019-12-031-17/+22
* | pbrd: consolidate rule_notify debugs into one callStephen Worley2019-12-031-10/+3
* | pbrd: Add newlines in `set nexthop*` vty outputStephen Worley2019-12-031-4/+4
* | pbrd: use dst string in match dst-ip vty descriptionStephen Worley2019-12-031-1/+1
* | pbrd: don't silently fail on atomic match MARK change attemptsStephen Worley2019-12-031-2/+7
* | pbrd: don't silently fail on atomic match IP change attemptsStephen Worley2019-12-031-6/+12
* | pbrd: don't set rule removed on failStephen Worley2019-12-031-0/+5
|/
* *: generously apply constDavid Lamparter2019-12-021-1/+1
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1
* pbrd: Add `set vrf NAME` and `set vrf unchanged`Stephen Worley2019-11-219-51/+550
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-1/+1
* *: Convert prefix_free to double pointerDonald Sharp2019-11-021-8/+4
* lib,pbrd,zebra: Use one api to delete nexthops/groupStephen Worley2019-10-251-2/+0
* pbrd: nexthop_group delete cb don't free pbr->nhgStephen Worley2019-10-251-1/+0
* pbrd: Don't track ipv6 link localsStephen Worley2019-10-083-4/+19
* Merge pull request #5009 from donaldsharp/interface_deletionRuss White2019-09-303-36/+12
|\
| * *: 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-193-0/+28
* | Merge pull request #5051 from idryzhov/fix-vrf-autocompleteDonald Sharp2019-09-251-4/+4
|\ \
| * | *: fix missing VRF autocompletionsIgor Ryzhov2019-09-241-4/+4
| |/
* / pbrd: We should be looking for v4 and v6 nexthop typesDonald Sharp2019-09-241-1/+1
|/
* pbrd: Handle GATEWAY_IFINDEX nht conflictsStephen Worley2019-09-131-16/+104
* pbrd: initial fwmark support for pbr matches #4460Marcin Matląg2019-09-034-7/+41
* pbrd, sharpd, staticd: Add some color to sample configuration filesDonald Sharp2019-08-191-0/+16
* pbrd: Do not install nexthop group until we have nexthopsDonald Sharp2019-07-171-1/+0
* lib: Private api for nexthop_group manipulationStephen Worley2019-06-262-4/+6
* zebra,pbrd: Update pbrd to handle NHT properlyStephen Worley2019-06-101-0/+27
* pbrd: Set next/prev to NULL on cached nexthopsStephen Worley2019-06-101-0/+2
* pbrd: Allow autocompletion for pbr-map PBRMAPDonald Sharp2019-06-051-3/+22
* lib, pbrd, sharpd, vtysh: Add autocompletion for 'nexthop-group'Donald Sharp2019-06-051-1/+1