summaryrefslogtreecommitdiff
path: root/nhrpd
AgeCommit message (Expand)Author
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-03-23babeld, lib, nhrpd: Add likely and unlikely macrosDonald Sharp
2023-03-21*: Add a hash_clean_and_free() functionDonald Sharp
2023-03-19nhrpd: drop peer references on freeing cache entryDavid Lamparter
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-02-09*: manual SPDX License ID conversionsDavid Lamparter
2023-01-31nhrpd: Add missing enum's to switch statementDonald Sharp
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-10-07*: Create and use infrastructure to show debugs in libDonald Sharp
2022-08-22nhrpd: Use nhrp_interface_update_nbma when source vrf was changedDmitrii Turlupov
2022-08-15nhrpd: Use frr_weak_random()Donald Sharp
2022-06-21*: Replace sockunion2str => %pSUDonatas Abraitis
2022-06-16nhrpd: r is always < 0 at some points of if else statementsDonald Sharp
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-05-03*: remove the checking returned value for hash_get()anlan_cs
2022-04-04build: first header *must* be zebra.h or config.hDavid Lamparter
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-01-31bgpd,pimd,isisd,nhrpd: Convert to vty_json()Donatas Abraitis
2022-01-24*: do not print vrf name for interface config when using vrf-liteIgor Ryzhov
2021-12-21*: rework renaming the default VRFIgor Ryzhov
2021-12-01Merge pull request #9878 from pguibert6WIND/resolver_vrfDonatas Abraitis
2021-11-23lib: resolver per vrf supportPhilippe Guibert
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-11-11*: Convert quagga_signal_X to frr_signal_XDonald Sharp
2021-10-26Merge pull request #9854 from opensourcerouting/zapi-call-tableRuss White
2021-10-21nhrpd: align nhrp privs with definition from othersPhilippe Guibert
2021-10-20*: convert zclient callbacks to tableDavid Lamparter
2021-10-19nhrpd: drop list.hDavid Lamparter
2021-10-19nhrpd: convert zbuf queue to DLISTDavid Lamparter
2021-10-19nhrpd: convert SA list to DLISTDavid Lamparter
2021-10-19nhrpd: convert reg list to DLISTDavid Lamparter
2021-10-19nhrpd: convert mcast list to DLISTDavid Lamparter
2021-10-19nhrpd: convert nhs list to DLISTDavid Lamparter
2021-10-19nhrpd: convert notifier list to DLISTDavid Lamparter
2021-10-04nhrpd: Do not explicitly set the thread pointer to NULLDonatas Abraitis
2021-08-27Merge pull request #9488 from pguibert6WIND/fix_nhrp_neigh_stateRuss White
2021-08-27Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter
2021-08-26Merge pull request #9331 from idryzhov/explicit-exitChristian Hopps
2021-08-26lib: remove unused argument from vrf_cmd_initIgor Ryzhov
2021-08-26nhrp, zebra, lib: pass exact received neighbor state value to nhrpPhilippe Guibert
2021-08-25*: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis
2021-08-23*: explicitly print "exit" at the end of every node configIgor Ryzhov
2021-08-08Merge pull request #8262 from reubendowle/fixes/nhrp-misc-fixesDonald Sharp
2021-08-03nhrp: fix display of nhs command.Dmitrii Turlupov
2021-07-29*: cleanup interface node installationIgor Ryzhov
2021-06-21lib: remove vrf-interface config when removing the VRFIgor Ryzhov
2021-05-18nhrpd: Clear cache when shortcuts are clearedAmol Lad
2021-05-18nhrpd: Set prefix correctly in resolution requestAmol Lad
2021-05-18nhrpd: Fix corrupt address being shown for shortcuts with no cache entryReuben Dowle
2021-05-05Merge pull request #8237 from pguibert6WIND/nhrp_use_zebra_2Mark Stapp