summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16576 from opensourcerouting/fix/free_opaque_data_of_rout...Donald Sharp2024-08-135-19/+15
|\
| * zebra: Do not forget to free opaque data for route entryDonatas Abraitis2024-08-135-19/+15
* | zebra: Ensure non-equal id's are not same nhg'sDonald Sharp2024-08-111-3/+12
|/
* bgpd: Show which AFI is affected when prefix-list is not foundDonatas Abraitis2024-07-311-3/+2
* zebra: Fix removal of routes on MetaQ when client goes downDonald Sharp2024-07-301-2/+12
* Merge pull request #16041 from sri-mohan1/srib-24-zebra-dmobash-rasool2024-07-251-12/+13
|\
| * zebra: changes for code maintainabilitysri-mohan12024-07-151-12/+13
* | zebra: Remove duplicate `#include "zebra/interface.h"`Carmine Scarpitta2024-07-241-1/+0
* | zebra: Remove duplicate `#include "zebra/interface.h"`Carmine Scarpitta2024-07-241-1/+0
* | zebra: Remove duplicate `#include "zebra/debug.h"`Carmine Scarpitta2024-07-241-1/+0
* | zebra: Remove duplicate `#include <stdio.h>`Carmine Scarpitta2024-07-241-1/+0
* | zebra: Remove duplicate `#include <string.h>`Carmine Scarpitta2024-07-241-1/+0
* | zebra: Remove duplicate `#include <stdlib.h>`Carmine Scarpitta2024-07-241-1/+0
* | zebra: Remove duplicate `#include <arpa/inet.h>`Carmine Scarpitta2024-07-241-1/+0
* | zebra: Remove duplicate `#include <netinet/in.h>`Carmine Scarpitta2024-07-241-1/+0
* | Merge pull request #16410 from pguibert6WIND/show_zebra_dplane_nexthopRuss White2024-07-231-0/+8
|\ \
| * | zebra: add nexthop counter to 'show zebra dplane' commandPhilippe Guibert2024-07-171-0/+8
| |/
* | Merge pull request #16330 from donaldsharp/nhg_going_downRuss White2024-07-232-2/+28
|\ \
| * | zebra: Properly note that a nhg's nexthop has gone downDonald Sharp2024-07-032-2/+28
* | | Merge pull request #16341 from crosser/preserve-needed-rmacsDonatas Abraitis2024-07-221-44/+34
|\ \ \ | |_|/ |/| |
| * | zebra: evpn: not coerce VTEP IP to IPv4 in nh_listEugene Crosser2024-07-081-44/+34
| |/
* | Merge pull request #16350 from raja-rajasekar/rajasekarr/table_id_for_2vrf_39...Donatas Abraitis2024-07-141-16/+20
|\ \
| * | zebra: Fix to avoid two Vrfs with same table idsRajasekar Raja2024-07-121-16/+20
| |/
* / zebra, topotests: do not set nexthop's FIB flag when DUPLICATE presentPhilippe Guibert2024-07-082-0/+7
|/
* *: Add and use option for graceful (re)startvivek2024-07-0110-46/+152
* Merge pull request #16270 from cscarpitta/fix/fix-coverity-issuesDonatas Abraitis2024-06-251-17/+5
|\
| * zebra: Fix NULL pointer dereferenceCarmine Scarpitta2024-06-241-1/+2
| * zebra: Fix wrong variable used in `for` loopCarmine Scarpitta2024-06-241-1/+1
| * zebra: Remove dead SRv6 codeCarmine Scarpitta2024-06-241-15/+2
* | Merge pull request #16261 from chiragshah6/evpn_dev4Donatas Abraitis2024-06-251-0/+13
|\ \ | |/ |/|
| * zebra: clear evpn dup-addr return error-msg when there is no vniSindhu Parvathi Gopinathan2024-06-211-0/+13
* | zebra: fix evpn mh bond member proto reinstallChirag Shah2024-06-201-3/+12
|/
* Merge pull request #16224 from donaldsharp/zebra_dplane_event_loop_starvationDonatas Abraitis2024-06-191-0/+5
|\
| * zebra: Prevent starvation in dplane_thread_loopDonald Sharp2024-06-141-0/+5
* | Merge pull request #15604 from cscarpitta/srv6-sid-managerRuss White2024-06-187-47/+3055
|\ \
| * | zebra, lib: add locator name in sid notify messagesPhilippe Guibert2024-06-173-5/+23
| * | zebra: fix sid allocation should be different with 2 isis instancesPhilippe Guibert2024-06-131-0/+6
| * | zebra: fix display explicit sid refusedPhilippe Guibert2024-06-131-1/+1
| * | zebra: fix display srv6 address only for explicit-sidPhilippe Guibert2024-06-131-2/+2
| * | zebra: Notify all daemons about locator deleteCarmine Scarpitta2024-06-131-23/+2
| * | zebra: Notify daemons about SIDsCarmine Scarpitta2024-06-133-0/+60
| * | zebra: Alloc/Release SIDs to daemons upon requestCarmine Scarpitta2024-06-133-0/+254
| * | zebra: Add functions to alloc/release SRv6 SIDsCarmine Scarpitta2024-06-135-1/+1290
| * | zebra: Repond to `GET_LOCATOR` ZAPI requestCarmine Scarpitta2024-06-134-0/+77
| * | zebra: Add support for SRv6 SIDsCarmine Scarpitta2024-06-132-0/+203
| * | zebra: CLI to specify format of an SRv6 locatorCarmine Scarpitta2024-06-134-13/+345
| * | zebra: Add support for SRv6 SID blocksCarmine Scarpitta2024-06-133-2/+271
| * | zebra: CLI to override default SID format configCarmine Scarpitta2024-06-133-53/+411
| * | lib: Add CLI nodes to support SRv6 SID formatCarmine Scarpitta2024-06-132-19/+18
| * | zebra: Add support for SRv6 SID formatsCarmine Scarpitta2024-06-133-16/+180
| |/