summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15098 from donaldsharp/lib_zebra_h_cleanup_2Donatas Abraitis2024-01-119-0/+14
|\
| * *: zebra.h should not have fcntl.hDonald Sharp2024-01-094-0/+4
| * lib: remove net/route.h it is not usedDonald Sharp2024-01-094-0/+8
| * *: remove sys/stat.h from zebra.hDonald Sharp2024-01-092-0/+2
* | zebra: SA incorrectly believes a NULL pointerDonald Sharp2024-01-091-0/+8
|/
* Revert "zebra: Cleanup zrouter.stale_client_list on shutdown"Donald Sharp2024-01-071-1/+0
* Merge pull request #15092 from donaldsharp/lib_zebra_h_cleanupChristian Hopps2024-01-054-0/+6
|\
| * *: sys/uio.h does not need to be in zebra.hDonald Sharp2024-01-041-0/+1
| * *: Remove sys/ioctl.h from zebra.hDonald Sharp2024-01-043-0/+4
| * *: Remove cost of including netinet/icmp.h everywhereDonald Sharp2024-01-041-0/+1
* | zebra: `ctx` has to be non NULL at this pointCarmine Scarpitta2024-01-041-2/+1
|/
* Merge pull request #15055 from opensourcerouting/fix/zebra_ipv6_ll_configuredRuss White2024-01-021-30/+18
|\
| * zebra: Show IPv6 link-local interfaces under `show interface brief` outputDonatas Abraitis2023-12-211-26/+14
| * zebra: Show IPv6 link-local interfaces under `show interface` outputDonatas Abraitis2023-12-211-4/+2
| * zebra: Push all configured IP addresses when the interface comes upDonatas Abraitis2023-12-211-0/+2
* | Merge pull request #12261 from cscarpitta/srv6-encap-src-addrRuss White2024-01-0215-7/+725
|\ \
| * | zebra: Fetch actual SRv6 encap src addr on startupCarmine Scarpitta2023-12-144-1/+145
| * | zebra: Add encap source address to SRv6 config write functionCarmine Scarpitta2023-12-141-0/+5
| * | zebra: Add CLI command to verify SRv6 ManagerCarmine Scarpitta2023-12-141-0/+40
| * | zebra, lib, vtysh: Add CLI cmd to set/unset SRv6 encap source addressCarmine Scarpitta2023-12-143-0/+67
| * | zebra: Add code to set SRv6 encap source addr in dplaneCarmine Scarpitta2023-12-149-0/+223
| * | zebra: Add function to resolve Generic Netlink familyCarmine Scarpitta2023-12-144-0/+171
| * | zebra: Add Generic Netlink socketCarmine Scarpitta2023-12-143-3/+66
| * | zebra: Abstract the `netlink_socket()` APICarmine Scarpitta2023-12-141-7/+12
* | | Merge pull request #15066 from chiragshah6/mdev1Donatas Abraitis2024-01-021-9/+8
|\ \ \
| * | | bgpd: revamp evpn debugs nexthop and l3vniChirag Shah2023-12-281-9/+8
* | | | zebra: fix cleanup of mgmt backend stateChristian Hopps2023-12-281-0/+2
* | | | zebra: fix oper-state walk bugChristian Hopps2023-12-281-1/+2
* | | | zebra: support yielding between oper state routes queryChristian Hopps2023-12-285-0/+70
* | | | zebra: add zebra to mgmtd oper-stateChristian Hopps2023-12-283-0/+15
|/ / /
* | / zebra: Drop ipv6_address_configured() functionDonatas Abraitis2023-12-212-14/+0
| |/ |/|
* | zebra: Use event_add_event instead of _timerDonald Sharp2023-12-141-2/+2
* | zebra: Prevent possible wedged fpm writeDonald Sharp2023-12-141-1/+24
|/
* zebra: Don't leak memory in rtadv.c code on shutdownDonald Sharp2023-12-123-17/+16
* zebra: On shutdown, free up srv6 list dataDonald Sharp2023-12-123-1/+22
* Merge pull request #14985 from donaldsharp/zebra_delete_memory_problemsDonatas Abraitis2023-12-126-8/+30
|\
| * zebra: Cleanup linked list on shutdown in label managerDonald Sharp2023-12-113-0/+9
| * zebra: Properly unregister hook on shutdownDonald Sharp2023-12-114-8/+21
* | zebra: The dplane_fpm_nl return path leaks memoryDonald Sharp2023-12-113-0/+10
|/
* Merge pull request #14968 from opensourcerouting/fix/missing_whitespaceDonald Sharp2023-12-101-1/+1
|\
| * zebra: Add missing whitespace when printing route entry statusDonatas Abraitis2023-12-081-1/+1
* | zebra: enqueue NHG_DEL in rib_nhg meta queuePhilippe Guibert2023-12-073-23/+65
|/
* Merge pull request #14795 from donaldsharp/zebra_notify_admin_lostMark Stapp2023-12-071-0/+20
|\
| * zebra: Fix non-notification of better admin wonDonald Sharp2023-11-291-0/+20
* | zebra: Add connected with noprefixrouteDonald Sharp2023-12-062-10/+25
* | zebra: Add ability to note that a address is NOPREFIXROUTEDonald Sharp2023-12-063-0/+20
* | Merge pull request #12600 from donaldsharp/local_routesRuss White2023-12-0514-48/+128
|\ \
| * | *: Introduce Local Host Routes to FRRDonald Sharp2023-11-0114-48/+128
* | | Merge pull request #14885 from pguibert6WIND/misc_nhg_fixesDonald Sharp2023-12-045-3/+22
|\ \ \
| * | | zebra: fix wrong nexthop id debug messagePhilippe Guibert2023-11-301-1/+1