index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pbrd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #6730 from wesleycoakley/pbrd-dscp-ecn
Russ White
2020-07-23
4
-1
/
+165
|
\
|
*
pbrd: expose dscp & ecn to json for `show pbr map`
Wesley Coakley
2020-07-15
1
-0
/
+6
|
*
pbrd: dscp interpret standard codepoints
Wesley Coakley
2020-07-15
3
-6
/
+95
|
*
pbrd, zebra, lib: DSCP / ECN-based PBR Matching
Wesley Coakley
2020-07-15
4
-1
/
+70
*
|
pbrd: nhgc state improvements when installed/removed
Stephen Worley
2020-07-09
3
-20
/
+27
*
|
pbrd: uninstall NHG route if not valid anymore
Stephen Worley
2020-07-09
1
-5
/
+8
|
/
*
pbrd: Be a bit more lenient with `set nexthop A.B.C.D <intf>`
Donald Sharp
2020-07-02
1
-6
/
+17
*
pbrd, lib: remember to free alloc'd qobj on delete
Wesley Coakley
2020-07-01
1
-0
/
+1
*
*: have daemons call frr_fini() at termination
Mark Stapp
2020-06-11
1
-0
/
+2
*
*: integrate remaining daemons with filter
Rafael Zalamena
2020-06-05
1
-0
/
+1
*
pbrd, lib, doc: fix new `show` json key semantics
Wesley Coakley
2020-05-27
2
-9
/
+9
*
pbrd, doc: pbr map json `sequences` -> `policies`
Wesley Coakley
2020-05-27
1
-1
/
+1
*
pbrd: `show` directives give arrays where appropos
Wesley Coakley
2020-05-27
2
-7
/
+6
*
pbrd, lib: verbosity++ for json `show` directives
Wesley Coakley
2020-05-27
2
-40
/
+30
*
pbrd, lib: opt. json for `show pbr nexthop-group`
Wesley Coakley
2020-05-27
3
-3
/
+75
*
pbrd: optional json for `show pbr map`
Wesley Coakley
2020-05-27
1
-2
/
+109
*
pbrd: json added to `show pbr interface [json]`
Wesley Coakley
2020-05-27
1
-2
/
+35
*
build: make clippy Makefile rules nicer
David Lamparter
2020-04-27
1
-5
/
+4
*
build: use VPATH for vtysh_scan
David Lamparter
2020-04-27
1
-2
/
+2
*
*: move CLI node names to cmd_node->name
David Lamparter
2020-04-16
1
-0
/
+3
*
*: move CLI parent data to cmd_node->parent_node
David Lamparter
2020-04-16
1
-0
/
+2
*
*: remove second parameter on install_node()
David Lamparter
2020-04-16
1
-5
/
+8
*
*: remove cmd_node->vtysh
David Lamparter
2020-04-16
1
-3
/
+0
*
*: clean up cmd_node initializers
David Lamparter
2020-04-16
1
-3
/
+13
*
pbrd: fix wording in pbr_send_pbr_map comment
Stephen Worley
2020-04-14
1
-1
/
+1
*
pbrd: separate `set *` and `no set *` commands
Stephen Worley
2020-04-09
1
-31
/
+64
*
pbrd: implement `set *` and `match *` config replacement
Stephen Worley
2020-04-09
7
-168
/
+130
*
pbrd: free nexthop_group name on `no set nexthop-group`
Stephen Worley
2020-04-09
1
-1
/
+1
*
pbrd: delete pbr nhg cache after rlease from hash
Stephen Worley
2020-04-09
1
-0
/
+1
*
pbrd: add seqno to debug in pbr_send_pbr_map
Stephen Worley
2020-04-09
1
-3
/
+3
*
pbrd: convert gotos in set vrf command to returns
Stephen Worley
2020-03-19
1
-12
/
+7
*
pbrd: properly handle duplicate set vrf XX configs
Stephen Worley
2020-03-19
1
-3
/
+33
*
*: Finish off the __PRETTY_FUNCTION__ to __func__
Donald Sharp
2020-03-06
2
-19
/
+14
*
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-03-05
3
-75
/
+56
*
*: Use short version of bool expressions
Donatas Abraitis
2020-03-04
1
-1
/
+1
*
*: change hash_backet to hash_bucket
Donald Sharp
2020-02-28
1
-2
/
+2
*
pbrd: unconfigure table range
Stephen Worley
2020-02-25
1
-2
/
+15
*
doc: rename man pages to frr-*
David Lamparter
2020-01-15
1
-1
/
+1
*
lib, zebra: Allow for encode/decode of nexthop weight in pass down
Donald Sharp
2019-12-09
1
-0
/
+1
*
Merge pull request #5499 from sworleys/Pbr-Detail
Jafar Al-Gharaibeh
2019-12-07
1
-57
/
+83
|
\
|
*
pbrd: use yes/no for pbr map validity vty output
Stephen Worley
2019-12-06
1
-1
/
+2
|
*
pbrd: use spaces in show pbr map vty output
Stephen Worley
2019-12-06
1
-14
/
+16
|
*
pbrd: make vty nexthop/nexthop-group output consistent
Stephen Worley
2019-12-06
1
-16
/
+15
|
*
pbrd: make show pbr map detail actually work
Stephen Worley
2019-12-06
1
-13
/
+38
|
*
pbrd: refactor vty map show output into functions
Stephen Worley
2019-12-06
1
-57
/
+56
*
|
Merge pull request #5421 from sworleys/PBR-Del-Mark-All-Seq
Jafar Al-Gharaibeh
2019-12-07
1
-1
/
+32
|
\
\
|
|
/
|
/
|
|
*
pbrd: only remove interface after all seq uninstalled
Stephen Worley
2019-12-02
1
-1
/
+32
*
|
pbrd: make vty `match *` code more readable
Stephen Worley
2019-12-03
1
-17
/
+22
*
|
pbrd: consolidate rule_notify debugs into one call
Stephen Worley
2019-12-03
1
-10
/
+3
*
|
pbrd: Add newlines in `set nexthop*` vty output
Stephen Worley
2019-12-03
1
-4
/
+4
[next]