summaryrefslogtreecommitdiff
path: root/pbrd/pbr_vty.c
AgeCommit message (Expand)Author
2025-01-29pbrd: initialize structs used in hash_lookupDavid Lamparter
2024-08-27lib: common debug status outputIgor Ryzhov
2024-08-27lib: common debug config outputIgor Ryzhov
2024-08-27lib: rework debug initIgor Ryzhov
2023-12-05pbrd: fix map seq installed flag in jsonChirag Shah
2023-10-27pbrd: fix show pbr map detail jsonSindhu Parvathi Gopinathan
2023-08-29Merge pull request #14252 from LabNConsulting/ziemba-pbr-bugfix-match-dscp-nu...Russ White
2023-08-22Merge pull request #14217 from LabNConsulting/ziemba-pbr-action-dropRuss White
2023-08-21pbrd: fix dscp field value computationG. Paul Ziemba
2023-08-20Merge pull request #14226 from Keelan10/fix-pbrd-leakDonatas Abraitis
2023-08-20pbrd: Correct Handling of Sequence DeletionKeelan10
2023-08-18pbrd: address 230815 coverity: pbr_vty.c vrf_nameG. Paul Ziemba
2023-08-18pbrd: address 230815 coverity: pbr_vty.c pbrmsG. Paul Ziemba
2023-08-18pbrd: address 230815 coverity: pbr_vty.c pend/strtoulG. Paul Ziemba
2023-08-16pbrd: add advisory flag PBR_ACTION_DROPG. Paul Ziemba
2023-08-09pbrd: add packet mangling actions (src/dst ip-addr/port, dscp, ecn)G. Paul Ziemba
2023-08-09pbrd: use flags to indicate active fieldsG. Paul Ziemba
2023-08-08pbrd: PBR_FILTER_DSFIELD -> {PBR_FILTER_DSCP,PBR_FILTER_ECN}G. Paul Ziemba
2023-08-08pbrd: add nexthop drop typeG. Paul Ziemba
2023-08-07pbrd: pbr_vty.c organize/styleG. Paul Ziemba
2023-07-21pbrd: fix coverity issueG. Paul Ziemba
2023-07-19pbrd: add vlan filters pcp/vlan-id/vlan-flags; ip-protocol any (pbr feature)G. Paul Ziemba
2023-06-28pbrd: fix crash with match commandanlan_cs
2023-03-17pbrd:fix mismatching in match src-dstChirag Shah
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-02-08pbrd: fix large tableids displayed as negativeWesley Coakley
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-10-07*: Create and use infrastructure to show debugs in libDonald Sharp
2022-08-15pbrd: VTY_GET_CONTEXT can failDonald Sharp
2022-06-27zebra: expand pbr rule action for dataplane programmingAnuradha Karuppiah
2022-02-27*: Add necessary new line for output of vty_out()anlan_cs
2022-01-27pbrd: pbr route maps get addr family of nhgsStephen Worley
2022-01-24*: do not print vrf name for interface config when using vrf-liteIgor Ryzhov
2021-11-29Merge pull request #10124 from ton31337/feature/vty_jsonIgor Ryzhov
2021-11-27*: Remove redundand braces for single statement blocksDonatas Abraitis
2021-11-25pbrd: Convert vty_out to vty_json for JSONDonatas Abraitis
2021-11-25*: Remove unused variablesDonatas Abraitis
2021-11-25pbrd: Replace prefix2str for JSON to %pFXDonatas Abraitis
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-10-27Merge pull request #9837 from idryzhov/cleanup-if-by-name-vrf-allRuss White
2021-10-23Merge pull request #9742 from elimbaum/add-vlan-actionsJafar Al-Gharaibeh
2021-10-15pbrd: fix "set nexthop" for netnsIgor Ryzhov
2021-10-14pbrd: protect from a possible NULL dereferenceIgor Ryzhov
2021-10-07pbrd: add vlan actions to vtyEli Baum
2021-08-27Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter
2021-08-26lib: remove unused argument from vrf_cmd_initIgor Ryzhov
2021-08-23*: explicitly print "exit" at the end of every node configIgor Ryzhov
2021-07-29*: cleanup interface node installationIgor Ryzhov
2021-07-08pbrd: Add `match ip-protocol [tcp|udp]`Donald Sharp
2021-07-08pbrd: Add ability to set/unset src and dest portsDonald Sharp