index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pbrd
/
pbr_vty.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: common debug status output
Igor Ryzhov
2024-08-27
1
-2
/
+0
*
lib: common debug config output
Igor Ryzhov
2024-08-27
1
-8
/
+0
*
lib: rework debug init
Igor Ryzhov
2024-08-27
1
-8
/
+9
*
pbrd: fix map seq installed flag in json
Chirag Shah
2023-12-05
1
-2
/
+1
*
pbrd: fix show pbr map detail json
Sindhu Parvathi Gopinathan
2023-10-27
1
-1
/
+1
*
Merge pull request #14252 from LabNConsulting/ziemba-pbr-bugfix-match-dscp-nu...
Russ White
2023-08-29
1
-14
/
+16
|
\
|
*
pbrd: fix dscp field value computation
G. Paul Ziemba
2023-08-21
1
-14
/
+16
*
|
Merge pull request #14217 from LabNConsulting/ziemba-pbr-action-drop
Russ White
2023-08-22
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
pbrd: add advisory flag PBR_ACTION_DROP
G. Paul Ziemba
2023-08-16
1
-0
/
+5
*
|
Merge pull request #14226 from Keelan10/fix-pbrd-leak
Donatas Abraitis
2023-08-20
1
-0
/
+1
|
\
\
|
*
|
pbrd: Correct Handling of Sequence Deletion
Keelan10
2023-08-20
1
-0
/
+1
|
|
/
*
|
pbrd: address 230815 coverity: pbr_vty.c vrf_name
G. Paul Ziemba
2023-08-18
1
-0
/
+1
*
|
pbrd: address 230815 coverity: pbr_vty.c pbrms
G. Paul Ziemba
2023-08-18
1
-0
/
+12
*
|
pbrd: address 230815 coverity: pbr_vty.c pend/strtoul
G. Paul Ziemba
2023-08-18
1
-8
/
+8
|
/
*
pbrd: add packet mangling actions (src/dst ip-addr/port, dscp, ecn)
G. Paul Ziemba
2023-08-09
1
-5
/
+305
*
pbrd: use flags to indicate active fields
G. Paul Ziemba
2023-08-09
1
-256
/
+546
*
pbrd: PBR_FILTER_DSFIELD -> {PBR_FILTER_DSCP,PBR_FILTER_ECN}
G. Paul Ziemba
2023-08-08
1
-0
/
+4
*
pbrd: add nexthop drop type
G. Paul Ziemba
2023-08-08
1
-22
/
+35
*
pbrd: pbr_vty.c organize/style
G. Paul Ziemba
2023-08-07
1
-193
/
+276
*
pbrd: fix coverity issue
G. Paul Ziemba
2023-07-21
1
-1
/
+2
*
pbrd: add vlan filters pcp/vlan-id/vlan-flags; ip-protocol any (pbr feature)
G. Paul Ziemba
2023-07-19
1
-5
/
+113
*
pbrd: fix crash with match command
anlan_cs
2023-06-28
1
-0
/
+5
*
pbrd:fix mismatching in match src-dst
Chirag Shah
2023-03-18
1
-2
/
+2
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-14
/
+1
*
pbrd: fix large tableids displayed as negative
Wesley Coakley
2023-02-08
1
-4
/
+4
*
build, vtysh: extract vtysh commands from .xref
David Lamparter
2022-10-26
1
-2
/
+0
*
*: Create and use infrastructure to show debugs in lib
Donald Sharp
2022-10-07
1
-0
/
+2
*
pbrd: VTY_GET_CONTEXT can fail
Donald Sharp
2022-08-15
1
-0
/
+54
*
zebra: expand pbr rule action for dataplane programming
Anuradha Karuppiah
2022-06-27
1
-2
/
+6
*
*: Add necessary new line for output of vty_out()
anlan_cs
2022-02-27
1
-1
/
+1
*
pbrd: pbr route maps get addr family of nhgs
Stephen Worley
2022-01-27
1
-1
/
+2
*
*: do not print vrf name for interface config when using vrf-lite
Igor Ryzhov
2022-01-24
1
-6
/
+2
*
Merge pull request #10124 from ton31337/feature/vty_json
Igor Ryzhov
2021-11-29
1
-17
/
+5
|
\
|
*
*: Remove redundand braces for single statement blocks
Donatas Abraitis
2021-11-27
1
-4
/
+2
|
*
pbrd: Convert vty_out to vty_json for JSON
Donatas Abraitis
2021-11-25
1
-13
/
+3
*
|
*: Remove unused variables
Donatas Abraitis
2021-11-25
1
-1
/
+0
*
|
pbrd: Replace prefix2str for JSON to %pFX
Donatas Abraitis
2021-11-25
1
-6
/
+2
|
/
*
*: cleanup ifp->vrf_id
Igor Ryzhov
2021-11-22
1
-7
/
+3
*
Merge pull request #9837 from idryzhov/cleanup-if-by-name-vrf-all
Russ White
2021-10-27
1
-2
/
+25
|
\
|
*
pbrd: fix "set nexthop" for netns
Igor Ryzhov
2021-10-15
1
-2
/
+25
*
|
Merge pull request #9742 from elimbaum/add-vlan-actions
Jafar Al-Gharaibeh
2021-10-23
1
-0
/
+105
|
\
\
|
*
|
pbrd: add vlan actions to vty
Eli Baum
2021-10-07
1
-0
/
+105
|
|
/
*
/
pbrd: protect from a possible NULL dereference
Igor Ryzhov
2021-10-14
1
-1
/
+1
|
/
*
Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-arg
David Lamparter
2021-08-27
1
-1
/
+1
|
\
|
*
lib: remove unused argument from vrf_cmd_init
Igor Ryzhov
2021-08-26
1
-1
/
+1
*
|
*: explicitly print "exit" at the end of every node config
Igor Ryzhov
2021-08-23
1
-1
/
+2
|
/
*
*: cleanup interface node installation
Igor Ryzhov
2021-07-29
1
-11
/
+1
*
pbrd: Add `match ip-protocol [tcp|udp]`
Donald Sharp
2021-07-08
1
-0
/
+41
*
pbrd: Add ability to set/unset src and dest ports
Donald Sharp
2021-07-08
1
-0
/
+51
*
lib: remove vrf-interface config when removing the VRF
Igor Ryzhov
2021-06-21
1
-0
/
+4
[next]