| Commit message (Expand) | Author | Age | Files | Lines |
* | zebra: make next-hop svd command hidden for now | Stephen Worley | 2023-02-14 | 1 | -18/+18 |
* | zebra: add show commands for SVD global neigh table | Stephen Worley | 2023-02-14 | 1 | -0/+42 |
* | lib,zebra,bgpd,staticd: use label code to store VNI info | Stephen Worley | 2023-02-14 | 1 | -1/+2 |
* | zebra: Bug fixes in vtysh doc string, mcast group handling and vni deletion h... | Sharath Ramamurthy | 2023-02-14 | 1 | -0/+1 |
* | zebra: multiple vlan aware bridge data structure and related changes | Sharath Ramamurthy | 2023-02-14 | 1 | -7/+23 |
* | zebra: Add missing enums to switch statements | Donald Sharp | 2023-01-31 | 1 | -1/+2 |
* | zebra: fix JSON fields for "show ip/ipv6 nht" | Pooja Jagadeesh Doijode | 2023-01-25 | 1 | -336/+6 |
* | zebra: Adding FRR support for show vrf vrf-id vni | Sindhu Parvathi Gopinathan | 2023-01-13 | 1 | -12/+61 |
* | Merge pull request #12578 from Pdoijode/evpn-mac-vni-det | Donatas Abraitis | 2023-01-11 | 1 | -1/+21 |
|\ |
|
| * | zebra: Evpn mac vni detail show command | Pooja Jagadeesh Doijode | 2023-01-04 | 1 | -1/+21 |
* | | zebra: fix a couple of typos | Mark Stapp | 2023-01-03 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #12513 from Pdoijode/master | Donatas Abraitis | 2022-12-15 | 1 | -97/+264 |
|\ |
|
| * | zebra: JSON support for show nexthop-group rib | Pooja Jagadeesh Doijode | 2022-12-14 | 1 | -97/+264 |
* | | zebra: Add `zrouter.asic_notification_nexthop_control` | Donald Sharp | 2022-12-12 | 1 | -0/+9 |
|/ |
|
* | zebra: json support for show ip nht | Sindhu Parvathi Gopinathan | 2022-11-29 | 1 | -7/+50 |
* | Merge pull request #12081 from sworleys/EMM-upstream | Donatas Abraitis | 2022-11-17 | 1 | -0/+26 |
|\ |
|
| * | zebra: use "get" naming for bgp accept lower knob | Stephen Worley | 2022-11-01 | 1 | -1/+1 |
| * | zebra: add knob to accept lower seq in evpn | Stephen Worley | 2022-10-07 | 1 | -0/+26 |
* | | Merge pull request #12238 from donaldsharp/append | Donatas Abraitis | 2022-11-07 | 1 | -0/+3 |
|\ \ |
|
| * | | lib, zebra: Allow for zebra to recognize that a route has gotten desynced | Donald Sharp | 2022-11-04 | 1 | -0/+3 |
* | | | lib, zebra: Add ability to encode/decode resilient nhg's | Donald Sharp | 2022-11-04 | 1 | -0/+6 |
|/ / |
|
* / | build, vtysh: extract vtysh commands from .xref | David Lamparter | 2022-10-26 | 1 | -2/+0 |
|/ |
|
* | zebra: Delete the malloced memory under `show zebra` | Donald Sharp | 2022-07-17 | 1 | -0/+1 |
* | zebra: move allow_delete to zrouter.allow_delete | Donald Sharp | 2022-07-01 | 1 | -5/+5 |
* | Merge pull request #11474 from donaldsharp/dp-dpdk | Russ White | 2022-06-28 | 1 | -0/+39 |
|\ |
|
| * | zebra: expand pbr rule action for dataplane programming | Anuradha Karuppiah | 2022-06-27 | 1 | -0/+27 |
| * | zebra: add support for maintaining local neigh entries | Anuradha Karuppiah | 2022-06-27 | 1 | -0/+12 |
* | | zebra: Add ability for netconf dplane to handle global values | Donald Sharp | 2022-06-27 | 1 | -0/+18 |
|/ |
|
* | lib, zebra: Notice when a nexthop is set linkdown | Donald Sharp | 2022-06-23 | 1 | -0/+9 |
* | zebra: Add a configurable knob `zebra nexthop-group keep (1-3600)` | Donald Sharp | 2022-06-16 | 1 | -0/+21 |
* | zebra: Add a timer to nexthop group deletion | Donald Sharp | 2022-06-16 | 1 | -1/+9 |
* | *: Use autocomplete for route-maps under commands that require it | Donatas Abraitis | 2022-06-13 | 1 | -1/+1 |
* | zebra: Add startup message and display netlink buffer size. | Loganaden Velvindron | 2022-05-13 | 1 | -0/+1 |
* | Merge pull request #10988 from AbhishekNR/ipv6_mroute_cli | David Lamparter | 2022-04-29 | 1 | -76/+0 |
|\ |
|
| * | zebra: Removed show_ipv6_mroute cli from zebra_vty.c | Abhishek N R | 2022-04-28 | 1 | -76/+0 |
* | | lib, zebra, pimd: clean up/fix VRF DECLVAR macros | David Lamparter | 2022-04-28 | 1 | -7/+7 |
|/ |
|
* | zebra: `show ip nht mrib` | David Lamparter | 2022-03-27 | 1 | -5/+7 |
* | Merge pull request #10427 from sworleys/Protodown-Reason-Upstream | Russ White | 2022-03-16 | 1 | -0/+28 |
|\ |
|
| * | zebra: add command for setting protodown bit | Stephen Worley | 2022-03-09 | 1 | -0/+28 |
* | | zebra: Add ECMP supported to `show zebra` | Donald Sharp | 2022-03-11 | 1 | -0/+1 |
|/ |
|
* | *: Add necessary new line for output of vty_out() | anlan_cs | 2022-02-27 | 1 | -1/+1 |
* | zebra: Convert some `show zebra` output to a table | Donald Sharp | 2022-02-04 | 1 | -24/+27 |
* | zebra: Add knowledge about RA and RFC 5549 to `show zebra` | Donald Sharp | 2022-02-04 | 1 | -0/+9 |
* | zebra: Add evpn status to `show zebra` | Donald Sharp | 2022-02-04 | 1 | -0/+2 |
* | zebra: Add os and version to `show zebra` | Donald Sharp | 2022-02-04 | 1 | -0/+1 |
* | zebra: Add kernel nexthop group support to `show zebra` | Donald Sharp | 2022-02-04 | 1 | -0/+3 |
* | zebra: Add MPLS status to `show zebra` | Donald Sharp | 2022-02-04 | 1 | -0/+2 |
* | zebra: Add if v4/v6 forwarding is turned on/off to `show zebra` | Donald Sharp | 2022-02-04 | 1 | -0/+5 |
* | zebra: Add to `show zebra` the type of vrf devices being used | Donald Sharp | 2022-02-04 | 1 | -0/+9 |
* | zebra: Add ability to know when FRR is not asic offloaded | Donald Sharp | 2022-02-04 | 1 | -0/+2 |