summaryrefslogtreecommitdiffstats
path: root/nhrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Add missing SPDX-License-Identifier for some .c/.h filesDonatas Abraitis2024-03-214-0/+6
* nhrp: fix race conditionLou Berger2024-02-081-0/+5
* *: create a single registry of daemons' default port valuesMark Stapp2024-02-011-1/+0
* *: fix `frr_daemon_info` indentationDavid Lamparter2024-01-271-5/+10
* nhrpd: remove netlink_configure_arp declarationLouis Scalbert2024-01-241-1/+0
* nhrpd: unset noarp flag using a zapi messageLouis Scalbert2024-01-244-21/+8
* lib, nhrpd: Move neighbor reg/unreg to lib/zclient.cDonald Sharp2024-01-222-27/+13
* *: Rename ZEBRA_NHRP_NEIGH_XXX to ZEBRA_NEIGH_XXXDonald Sharp2024-01-222-12/+12
* *: zebra.h should not have fcntl.hDonald Sharp2024-01-092-0/+2
* *: Remove sys/ioctl.h from zebra.hDonald Sharp2024-01-041-0/+1
* nhrpd: Cleanup a hash on nhrp shutdownDonald Sharp2023-12-161-0/+1
* lib, bgpd, nhrpd: Cleanup memory in lib/resolver on shutdownDonald Sharp2023-12-161-0/+2
* *: convert `struct interface->connected` to DLISTDavid Lamparter2023-11-221-2/+1
* *: Remove netlink headers from lib/zebra.hDonald Sharp2023-11-072-0/+8
* lib: convert if_zapi_callbacks into actual hooksDavid Lamparter2023-11-031-2/+4
* Merge pull request #14561 from idryzhov/implicit-fallthroughDonald Sharp2023-10-132-4/+4
|\
| * build: add -Wimplicit-fallthroughIgor Ryzhov2023-10-122-4/+4
* | nhrpd: Fix nhrp_peer leakKeelan102023-10-123-2/+5
|/
* nhrpd: clean up locals in route zapi apiMark Stapp2023-07-101-3/+3
* nhrpd: Fix nhrpd memory leakKeelan102023-04-241-0/+1
* Merge pull request #12837 from donaldsharp/unlikely_routemapRuss White2023-04-041-8/+0
|\
| * babeld, lib, nhrpd: Add likely and unlikely macrosDonald Sharp2023-03-231-8/+0
* | *: Convert event.h to frrevent.hDonald Sharp2023-03-2412-12/+12
* | *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-242-2/+2
* | *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-249-42/+42
* | *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-242-2/+2
* | *: Convert thread_cancelXXX to event_cancelXXXDonald Sharp2023-03-241-1/+1
* | *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-249-84/+83
* | *: Rename `struct thread` to `struct event`Donald Sharp2023-03-2410-36/+36
* | *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-2412-12/+12
* | *: Add a hash_clean_and_free() functionDonald Sharp2023-03-211-6/+1
|/
* nhrpd: drop peer references on freeing cache entryDavid Lamparter2023-03-191-0/+2
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-0923-133/+23
* *: manual SPDX License ID conversionsDavid Lamparter2023-02-091-3/+1
* nhrpd: Add missing enum's to switch statementDonald Sharp2023-01-314-16/+37
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-1/+0
* *: Create and use infrastructure to show debugs in libDonald Sharp2022-10-071-0/+2
* nhrpd: Use nhrp_interface_update_nbma when source vrf was changedDmitrii Turlupov2022-08-221-2/+1
* nhrpd: Use frr_weak_random()Donald Sharp2022-08-151-1/+2
* *: Replace sockunion2str => %pSUDonatas Abraitis2022-06-214-28/+14
* nhrpd: r is always < 0 at some points of if else statementsDonald Sharp2022-06-161-3/+3
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-1/+1
* *: remove the checking returned value for hash_get()anlan_cs2022-05-021-1/+1
* build: first header *must* be zebra.h or config.hDavid Lamparter2022-04-041-1/+2
* *: Change thread->func to return void instead of intDonald Sharp2022-02-249-68/+36
* bgpd,pimd,isisd,nhrpd: Convert to vty_json()Donatas Abraitis2022-01-311-10/+3
* *: do not print vrf name for interface config when using vrf-liteIgor Ryzhov2022-01-241-2/+2
* *: rework renaming the default VRFIgor Ryzhov2021-12-211-1/+1
* Merge pull request #9878 from pguibert6WIND/resolver_vrfDonatas Abraitis2021-12-011-2/+2
|\
| * lib: resolver per vrf supportPhilippe Guibert2021-11-231-2/+2