summaryrefslogtreecommitdiffstats
path: root/pbrd/pbr_vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: common debug status outputIgor Ryzhov2024-08-271-2/+0
* lib: common debug config outputIgor Ryzhov2024-08-271-8/+0
* lib: rework debug initIgor Ryzhov2024-08-271-8/+9
* pbrd: fix map seq installed flag in jsonChirag Shah2023-12-051-2/+1
* pbrd: fix show pbr map detail jsonSindhu Parvathi Gopinathan2023-10-271-1/+1
* Merge pull request #14252 from LabNConsulting/ziemba-pbr-bugfix-match-dscp-nu...Russ White2023-08-291-14/+16
|\
| * pbrd: fix dscp field value computationG. Paul Ziemba2023-08-211-14/+16
* | Merge pull request #14217 from LabNConsulting/ziemba-pbr-action-dropRuss White2023-08-221-0/+5
|\ \ | |/ |/|
| * pbrd: add advisory flag PBR_ACTION_DROPG. Paul Ziemba2023-08-161-0/+5
* | Merge pull request #14226 from Keelan10/fix-pbrd-leakDonatas Abraitis2023-08-201-0/+1
|\ \
| * | pbrd: Correct Handling of Sequence DeletionKeelan102023-08-201-0/+1
| |/
* | pbrd: address 230815 coverity: pbr_vty.c vrf_nameG. Paul Ziemba2023-08-181-0/+1
* | pbrd: address 230815 coverity: pbr_vty.c pbrmsG. Paul Ziemba2023-08-181-0/+12
* | pbrd: address 230815 coverity: pbr_vty.c pend/strtoulG. Paul Ziemba2023-08-181-8/+8
|/
* pbrd: add packet mangling actions (src/dst ip-addr/port, dscp, ecn)G. Paul Ziemba2023-08-091-5/+305
* pbrd: use flags to indicate active fieldsG. Paul Ziemba2023-08-091-256/+546
* pbrd: PBR_FILTER_DSFIELD -> {PBR_FILTER_DSCP,PBR_FILTER_ECN}G. Paul Ziemba2023-08-081-0/+4
* pbrd: add nexthop drop typeG. Paul Ziemba2023-08-081-22/+35
* pbrd: pbr_vty.c organize/styleG. Paul Ziemba2023-08-071-193/+276
* pbrd: fix coverity issueG. Paul Ziemba2023-07-211-1/+2
* pbrd: add vlan filters pcp/vlan-id/vlan-flags; ip-protocol any (pbr feature)G. Paul Ziemba2023-07-191-5/+113
* pbrd: fix crash with match commandanlan_cs2023-06-281-0/+5
* pbrd:fix mismatching in match src-dstChirag Shah2023-03-181-2/+2
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* pbrd: fix large tableids displayed as negativeWesley Coakley2023-02-081-4/+4
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-2/+0
* *: Create and use infrastructure to show debugs in libDonald Sharp2022-10-071-0/+2
* pbrd: VTY_GET_CONTEXT can failDonald Sharp2022-08-151-0/+54
* zebra: expand pbr rule action for dataplane programmingAnuradha Karuppiah2022-06-271-2/+6
* *: Add necessary new line for output of vty_out()anlan_cs2022-02-271-1/+1
* pbrd: pbr route maps get addr family of nhgsStephen Worley2022-01-271-1/+2
* *: do not print vrf name for interface config when using vrf-liteIgor Ryzhov2022-01-241-6/+2
* Merge pull request #10124 from ton31337/feature/vty_jsonIgor Ryzhov2021-11-291-17/+5
|\
| * *: Remove redundand braces for single statement blocksDonatas Abraitis2021-11-271-4/+2
| * pbrd: Convert vty_out to vty_json for JSONDonatas Abraitis2021-11-251-13/+3
* | *: Remove unused variablesDonatas Abraitis2021-11-251-1/+0
* | pbrd: Replace prefix2str for JSON to %pFXDonatas Abraitis2021-11-251-6/+2
|/
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-7/+3
* Merge pull request #9837 from idryzhov/cleanup-if-by-name-vrf-allRuss White2021-10-271-2/+25
|\
| * pbrd: fix "set nexthop" for netnsIgor Ryzhov2021-10-151-2/+25
* | Merge pull request #9742 from elimbaum/add-vlan-actionsJafar Al-Gharaibeh2021-10-231-0/+105
|\ \
| * | pbrd: add vlan actions to vtyEli Baum2021-10-071-0/+105
| |/
* / pbrd: protect from a possible NULL dereferenceIgor Ryzhov2021-10-141-1/+1
|/
* Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter2021-08-271-1/+1
|\
| * lib: remove unused argument from vrf_cmd_initIgor Ryzhov2021-08-261-1/+1
* | *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-1/+2
|/
* *: cleanup interface node installationIgor Ryzhov2021-07-291-11/+1
* pbrd: Add `match ip-protocol [tcp|udp]`Donald Sharp2021-07-081-0/+41
* pbrd: Add ability to set/unset src and dest portsDonald Sharp2021-07-081-0/+51
* lib: remove vrf-interface config when removing the VRFIgor Ryzhov2021-06-211-0/+4