summaryrefslogtreecommitdiffstats
path: root/pbrd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * *: move "debug ..." commands to enable nodeIgor Ryzhov2020-10-021-1/+1
* | vtysh: dynamically generate the list of daemons for commandsIgor Ryzhov2020-10-021-0/+1
|/
* *: make failure to decode nht update an errorQuentin Young2020-10-011-1/+1
* pbrd: use bool for pbr_send_pbr_map() return valStephen Worley2020-09-233-9/+9
* pbrd: cleanup pbr ifp info if not sent to zebraStephen Worley2020-09-221-1/+12
* pbrd: add return val for pbr_send_pbr_map()Stephen Worley2020-09-222-7/+9
* Merge pull request #7093 from donaldsharp/pbr_flappingMark Stapp2020-09-143-8/+9
|\
| * pbrd: Ensure rule is installed on interface upDonald Sharp2020-09-121-1/+1
| * bgpd, lib, pbrd, zebra: Pass by ifnameDonald Sharp2020-09-123-7/+8
* | lib: fix crashes with leafrefs that point to non-implemented modulesRenato Westphal2020-09-111-1/+0
|/
* pbrd: add frr-vrf to the list of implemented yang modulesRenato Westphal2020-09-101-0/+1
* Merge pull request #7033 from mjstapp/fix_pbr_nhg_saDonald Sharp2020-09-021-4/+14
|\
| * pbrd: fix SA warning in nhg mapMark Stapp2020-09-011-4/+14
* | pbrd: nh "valid" semantics in nexthop trackingWesley Coakley2020-09-011-6/+6
* | pbrd: be more selective about route updatesWesley Coakley2020-09-012-6/+13
|/
* pbrd: Convert pnhc->nexthop to it's own dataDonald Sharp2020-08-283-50/+49
* pbrd: When multiple items share the pnhc do the right thingDonald Sharp2020-08-283-26/+86
* pbrd: Allow interfaces to be deleted then added back inDonald Sharp2020-08-286-2/+100
* lib: Allow nexthop simple display to take an alternate ifp nameDonald Sharp2020-08-281-1/+1
* pbrd: Properly hook back up when vrf is destroyed than recreatedDonald Sharp2020-08-286-3/+135
* Merge pull request #6730 from wesleycoakley/pbrd-dscp-ecnRuss White2020-07-234-1/+165
|\
| * pbrd: expose dscp & ecn to json for `show pbr map`Wesley Coakley2020-07-151-0/+6
| * pbrd: dscp interpret standard codepointsWesley Coakley2020-07-153-6/+95
| * pbrd, zebra, lib: DSCP / ECN-based PBR MatchingWesley Coakley2020-07-154-1/+70
* | pbrd: nhgc state improvements when installed/removedStephen Worley2020-07-093-20/+27
* | pbrd: uninstall NHG route if not valid anymoreStephen Worley2020-07-091-5/+8
|/
* pbrd: Be a bit more lenient with `set nexthop A.B.C.D <intf>`Donald Sharp2020-07-021-6/+17
* pbrd, lib: remember to free alloc'd qobj on deleteWesley Coakley2020-07-011-0/+1
* *: have daemons call frr_fini() at terminationMark Stapp2020-06-111-0/+2
* *: integrate remaining daemons with filterRafael Zalamena2020-06-051-0/+1
* pbrd, lib, doc: fix new `show` json key semanticsWesley Coakley2020-05-272-9/+9
* pbrd, doc: pbr map json `sequences` -> `policies`Wesley Coakley2020-05-271-1/+1
* pbrd: `show` directives give arrays where approposWesley Coakley2020-05-272-7/+6
* pbrd, lib: verbosity++ for json `show` directivesWesley Coakley2020-05-272-40/+30
* pbrd, lib: opt. json for `show pbr nexthop-group`Wesley Coakley2020-05-273-3/+75
* pbrd: optional json for `show pbr map`Wesley Coakley2020-05-271-2/+109
* pbrd: json added to `show pbr interface [json]`Wesley Coakley2020-05-271-2/+35
* 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