summaryrefslogtreecommitdiffstats
path: root/nhrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | *: cleanup ifp->vrf_idIgor Ryzhov2021-11-222-11/+7
|/
* *: Convert quagga_signal_X to frr_signal_XDonald Sharp2021-11-111-1/+1
* Merge pull request #9854 from opensourcerouting/zapi-call-tableRuss White2021-10-263-18/+25
|\
| * *: convert zclient callbacks to tableDavid Lamparter2021-10-203-18/+25
* | nhrpd: align nhrp privs with definition from othersPhilippe Guibert2021-10-211-0/+2
* | nhrpd: drop list.hDavid Lamparter2021-10-193-212/+0
* | nhrpd: convert zbuf queue to DLISTDavid Lamparter2021-10-192-15/+16
* | nhrpd: convert SA list to DLISTDavid Lamparter2021-10-191-13/+12
* | nhrpd: convert reg list to DLISTDavid Lamparter2021-10-192-21/+20
* | nhrpd: convert mcast list to DLISTDavid Lamparter2021-10-194-23/+20
* | nhrpd: convert nhs list to DLISTDavid Lamparter2021-10-194-44/+34
* | nhrpd: convert notifier list to DLISTDavid Lamparter2021-10-195-18/+30
|/
* nhrpd: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-047-13/+0
* Merge pull request #9488 from pguibert6WIND/fix_nhrp_neigh_stateRuss White2021-08-281-1/+2
|\
| * nhrp, zebra, lib: pass exact received neighbor state value to nhrpPhilippe Guibert2021-08-261-1/+2
* | Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter2021-08-271-1/+1
|\ \
| * | lib: remove unused argument from vrf_cmd_initIgor Ryzhov2021-08-261-1/+1
| |/
* | Merge pull request #9331 from idryzhov/explicit-exitChristian Hopps2021-08-261-1/+1
|\ \ | |/ |/|
| * *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-1/+1