summaryrefslogtreecommitdiffstats
path: root/pbrd/pbr_vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pbrd: disallow ipv4/ipv6 mismatching in match src/dstStephen Worley2020-12-171-0/+10
* pbrd: Fix memory leak in json outputDonald Sharp2020-11-041-3/+9
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-11/+4
* *: move "show debugging ..." commands to enable nodeIgor Ryzhov2020-10-021-1/+1
* *: move "debug ..." commands to enable nodeIgor Ryzhov2020-10-021-1/+1
* pbrd: Convert pnhc->nexthop to it's own dataDonald Sharp2020-08-281-3/+3
* pbrd: Allow interfaces to be deleted then added back inDonald Sharp2020-08-281-2/+4
* 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-281-2/+27
* pbrd: expose dscp & ecn to json for `show pbr map`Wesley Coakley2020-07-151-0/+6
* pbrd: dscp interpret standard codepointsWesley Coakley2020-07-151-6/+40
* pbrd, zebra, lib: DSCP / ECN-based PBR MatchingWesley Coakley2020-07-151-0/+67
* pbrd: Be a bit more lenient with `set nexthop A.B.C.D <intf>`Donald Sharp2020-07-021-6/+17
* pbrd, lib, doc: fix new `show` json key semanticsWesley Coakley2020-05-271-6/+6
* pbrd, doc: pbr map json `sequences` -> `policies`Wesley Coakley2020-05-271-1/+1
* pbrd: `show` directives give arrays where approposWesley Coakley2020-05-271-6/+5
* pbrd, lib: verbosity++ for json `show` directivesWesley Coakley2020-05-271-36/+26
* pbrd, lib: opt. json for `show pbr nexthop-group`Wesley Coakley2020-05-271-3/+19
* 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
* *: 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: separate `set *` and `no set *` commandsStephen Worley2020-04-091-31/+64
* pbrd: implement `set *` and `match *` config replacementStephen Worley2020-04-091-141/+71
* 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
* pbrd: unconfigure table rangeStephen Worley2020-02-251-2/+15
* 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
* pbrd: make vty `match *` code more readableStephen Worley2019-12-031-17/+22
* 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: Add `set vrf NAME` and `set vrf unchanged`Stephen Worley2019-11-211-8/+90
* *: Convert prefix_free to double pointerDonald Sharp2019-11-021-8/+4
* pbrd: Don't track ipv6 link localsStephen Worley2019-10-081-1/+3
* *: fix missing VRF autocompletionsIgor Ryzhov2019-09-241-4/+4
* pbrd: initial fwmark support for pbr matches #4460Marcin Matląg2019-09-031-0/+33
* lib: Private api for nexthop_group manipulationStephen Worley2019-06-261-1/+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
* Merge pull request #3776 from opensourcerouting/pbrd-interface-nexthopsDonald Sharp2019-03-221-40/+48
|\
| * lib, pbrd: fix indentation of a few commandsRenato Westphal2019-02-151-4/+4