summaryrefslogtreecommitdiffstats
path: root/pbrd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* pbrd: strcpy -> strlcpyQuentin Young2019-05-291-1/+1
* Merge pull request #4340 from qlyoung/hash-key-constRuss White2019-05-161-6/+5
|\
| * lib: hashing functions should take const argumentsQuentin Young2019-05-141-6/+5
* | 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-224-72/+164
|\