| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | *: move "debug ..." commands to enable node | Igor Ryzhov | 2020-10-02 | 1 | -1/+1 |
* | | vtysh: dynamically generate the list of daemons for commands | Igor Ryzhov | 2020-10-02 | 1 | -0/+1 |
|/ |
|
* | *: make failure to decode nht update an error | Quentin Young | 2020-10-01 | 1 | -1/+1 |
* | pbrd: use bool for pbr_send_pbr_map() return val | Stephen Worley | 2020-09-23 | 3 | -9/+9 |
* | pbrd: cleanup pbr ifp info if not sent to zebra | Stephen Worley | 2020-09-22 | 1 | -1/+12 |
* | pbrd: add return val for pbr_send_pbr_map() | Stephen Worley | 2020-09-22 | 2 | -7/+9 |
* | Merge pull request #7093 from donaldsharp/pbr_flapping | Mark Stapp | 2020-09-14 | 3 | -8/+9 |
|\ |
|
| * | pbrd: Ensure rule is installed on interface up | Donald Sharp | 2020-09-12 | 1 | -1/+1 |
| * | bgpd, lib, pbrd, zebra: Pass by ifname | Donald Sharp | 2020-09-12 | 3 | -7/+8 |
* | | lib: fix crashes with leafrefs that point to non-implemented modules | Renato Westphal | 2020-09-11 | 1 | -1/+0 |
|/ |
|
* | pbrd: add frr-vrf to the list of implemented yang modules | Renato Westphal | 2020-09-10 | 1 | -0/+1 |
* | Merge pull request #7033 from mjstapp/fix_pbr_nhg_sa | Donald Sharp | 2020-09-02 | 1 | -4/+14 |
|\ |
|
| * | pbrd: fix SA warning in nhg map | Mark Stapp | 2020-09-01 | 1 | -4/+14 |
* | | pbrd: nh "valid" semantics in nexthop tracking | Wesley Coakley | 2020-09-01 | 1 | -6/+6 |
* | | pbrd: be more selective about route updates | Wesley Coakley | 2020-09-01 | 2 | -6/+13 |
|/ |
|
* | pbrd: Convert pnhc->nexthop to it's own data | Donald Sharp | 2020-08-28 | 3 | -50/+49 |
* | pbrd: When multiple items share the pnhc do the right thing | Donald Sharp | 2020-08-28 | 3 | -26/+86 |
* | pbrd: Allow interfaces to be deleted then added back in | Donald Sharp | 2020-08-28 | 6 | -2/+100 |
* | lib: Allow nexthop simple display to take an alternate ifp name | Donald Sharp | 2020-08-28 | 1 | -1/+1 |
* | pbrd: Properly hook back up when vrf is destroyed than recreated | Donald Sharp | 2020-08-28 | 6 | -3/+135 |
* | 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 |