| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #11127 from louis-6wind/bgp-leak | Russ White | 2022-12-27 | 2 | -1/+17 |
|\ |
|
| * | lib: fix clang warning | Louis Scalbert | 2022-12-16 | 1 | -1/+2 |
| * | lib: add a function to get the VRF or loopback interface | Louis Scalbert | 2022-12-16 | 2 | -0/+15 |
* | | Merge pull request #12533 from donaldsharp/returns_are_needed | Mark Stapp | 2022-12-16 | 1 | -0/+4 |
|\ \ |
|
| * | | lib, staticd: return values even after an assert | Donald Sharp | 2022-12-16 | 1 | -0/+4 |
| |/ |
|
* | | lib: Fix free function | Donald Sharp | 2022-12-15 | 1 | -1/+8 |
* | | lib, tests, zebra: Remove unused workqueue error function | Donald Sharp | 2022-12-15 | 2 | -12/+0 |
* | | lib: On shutdown, disable snmp from working | Donald Sharp | 2022-12-15 | 2 | -0/+14 |
* | | lib: Convert agentx_enabled to a bool | Donald Sharp | 2022-12-15 | 2 | -5/+5 |
|/ |
|
* | lib: fix ls_prefix memory allocation | Louis Scalbert | 2022-12-13 | 1 | -1/+1 |
* | lib: fix capability double resource allocation | Rafael Zalamena | 2022-12-12 | 1 | -12/+27 |
* | lib: Hide list macros in linklist.c | Donald Sharp | 2022-12-09 | 2 | -31/+31 |
* | lib: fix zlog command types table | Mark Stapp | 2022-12-08 | 1 | -7/+18 |
* | lib: use specific MTYPE for interface descriptions | Mark Stapp | 2022-12-02 | 1 | -4/+5 |
* | Merge pull request #12397 from opensourcerouting/vscode-intro | Donald Sharp | 2022-12-01 | 2 | -16/+39 |
|\ |
|
| * | lib: handle visual studio code C/C++ extension | Rafael Zalamena | 2022-11-28 | 2 | -16/+39 |
* | | lib: Do not log `echo PING` commands from watchfrr | Donald Sharp | 2022-11-26 | 1 | -1/+2 |
|/ |
|
* | Merge pull request #12317 from mobash-rasool/ospf-fixes | Russ White | 2022-11-24 | 1 | -0/+1 |
|\ |
|
| * | ospfd: Fix RFC conformance test cases 25.19 and 27.6 | Mobashshera Rasool | 2022-11-21 | 1 | -0/+1 |
* | | lib: disable vrf before terminating interfaces | Stephen Worley | 2022-11-22 | 1 | -0/+1 |
* | | Merge pull request #12311 from opensourcerouting/feature/bgp_snmp_bgp4v2-mib | Russ White | 2022-11-22 | 1 | -2/+8 |
|\ \ |
|
| * | | bgpd: Implement SNMP BGP4V2-MIB (bgp4V2PeerEntry) | Donatas Abraitis | 2022-11-14 | 1 | -2/+8 |
* | | | zebra: traffic control ZAPI | Siger Yang | 2022-11-22 | 2 | -0/+97 |
* | | | zebra: traffic control state management | Siger Yang | 2022-11-22 | 3 | -0/+241 |
* | | | lib, vtysh: Allow watchfrr to receive start/end lines | Donald Sharp | 2022-11-21 | 1 | -8/+4 |
| |/
|/| |
|
* | | Merge pull request #12081 from sworleys/EMM-upstream | Donatas Abraitis | 2022-11-17 | 1 | -0/+2 |
|\ \ |
|
| * | | bgpd,zebra,lib: bgp evpn vni macip into two tables | Stephen Worley | 2022-10-11 | 1 | -0/+2 |
* | | | Merge pull request #11992 from pguibert6WIND/pathd_debug | Russ White | 2022-11-17 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | pathd: use a define to store the the length of endpoint string | Philippe Guibert | 2022-11-14 | 1 | -0/+2 |
| | |/
| |/| |
|
* | | | Merge pull request #12219 from cscarpitta/feature/srv6-usid-behavior-support | Donatas Abraitis | 2022-11-14 | 3 | -0/+30 |
|\ \ \ |
|
| * | | | lib,zebra: Add SRv6 uSID info to VTY output | Carmine Scarpitta | 2022-11-08 | 1 | -0/+8 |
| * | | | lib: Add support for SRv6 Behavior codepoints | Carmine Scarpitta | 2022-11-08 | 1 | -0/+15 |
| * | | | lib,zebra: Send SRv6 locator flags over the ZAPI | Carmine Scarpitta | 2022-10-29 | 1 | -0/+2 |
| * | | | lib: Add `SRV6_LOCATOR_USID` flag to SRv6 locator | Carmine Scarpitta | 2022-10-29 | 1 | -0/+1 |
| * | | | lib: Add support for flags to the SRv6 locator | Carmine Scarpitta | 2022-10-29 | 1 | -0/+4 |
* | | | | lib: Add PCRE2 support | Donatas Abraitis | 2022-11-07 | 4 | -8/+28 |
| |/ /
|/| | |
|
* | | | Merge pull request #12238 from donaldsharp/append | Donatas Abraitis | 2022-11-07 | 1 | -0/+7 |
|\ \ \ |
|
| * | | | lib, zebra: Allow for zebra to recognize that a route has gotten desynced | Donald Sharp | 2022-11-04 | 1 | -0/+7 |
* | | | | *: Add ability to encode / decode resilence down zapi | Donald Sharp | 2022-11-04 | 2 | -0/+8 |
* | | | | *: Add ability for daemons to notice resilience changes | Donald Sharp | 2022-11-04 | 2 | -0/+15 |
* | | | | lib, vtysh: Add ability to specify resilient nhgs | Donald Sharp | 2022-11-04 | 1 | -0/+51 |
* | | | | lib, zebra: Add ability to encode/decode resilient nhg's | Donald Sharp | 2022-11-04 | 2 | -0/+10 |
* | | | | lib: When adding to front of list ensure we handle tail to | Donald Sharp | 2022-11-04 | 1 | -2/+3 |
|/ / / |
|
* | | | lib: Fix double set of event pointer to NULL | Donald Sharp | 2022-11-03 | 1 | -2/+0 |
* | | | Merge pull request #12196 from opensourcerouting/xref-vtysh | Donald Sharp | 2022-11-03 | 13 | -52/+8 |
|\ \ \ |
|
| * | | | build, vtysh: extract vtysh commands from .xref | David Lamparter | 2022-10-26 | 13 | -52/+8 |
| |/ / |
|
* | | | Merge pull request #12114 from opensourcerouting/feature/bgp_aigp_attribute | Russ White | 2022-10-31 | 3 | -0/+18 |
|\ \ \ |
|
| * | | | bgpd: Implement Accumulated IGP Metric Attribute for BGP | Donatas Abraitis | 2022-10-26 | 2 | -0/+6 |
| * | | | lib: Add ptr_get_be64() function | Donatas Abraitis | 2022-10-26 | 1 | -0/+12 |
* | | | | Merge pull request #12230 from cscarpitta/fix/replace-inet-top-in-srv6-lib | mobash-rasool | 2022-10-31 | 1 | -6/+2 |
|\ \ \ \ |
|