summaryrefslogtreecommitdiffstats
path: root/pbrd (follow)
Commit message (Expand)AuthorAgeFilesLines
* build: make clippy Makefile rules nicerDavid Lamparter2020-04-271-5/+4
* build: use VPATH for vtysh_scanDavid Lamparter2020-04-271-2/+2
* *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+3
* *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-161-0/+2
* *: remove second parameter on install_node()David Lamparter2020-04-161-5/+8
* *: remove cmd_node->vtyshDavid Lamparter2020-04-161-3/+0
* *: clean up cmd_node initializersDavid Lamparter2020-04-161-3/+13
* pbrd: fix wording in pbr_send_pbr_map commentStephen Worley2020-04-141-1/+1
* pbrd: separate `set *` and `no set *` commandsStephen Worley2020-04-091-31/+64
* pbrd: implement `set *` and `match *` config replacementStephen Worley2020-04-097-168/+130
* pbrd: free nexthop_group name on `no set nexthop-group`Stephen Worley2020-04-091-1/+1
* pbrd: delete pbr nhg cache after rlease from hashStephen Worley2020-04-091-0/+1
* pbrd: add seqno to debug in pbr_send_pbr_mapStephen Worley2020-04-091-3/+3
* 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