summaryrefslogtreecommitdiffstats
path: root/nhrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | *: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis2021-08-251-1/+0
|/
* Merge pull request #8262 from reubendowle/fixes/nhrp-misc-fixesDonald Sharp2021-08-082-2/+12
|\
| * nhrpd: Clear cache when shortcuts are clearedAmol Lad2021-05-181-1/+8
| * nhrpd: Set prefix correctly in resolution requestAmol Lad2021-05-181-1/+3
| * nhrpd: Fix corrupt address being shown for shortcuts with no cache entryReuben Dowle2021-05-181-0/+1
* | nhrp: fix display of nhs command.Dmitrii Turlupov2021-08-031-1/+1
* | *: cleanup interface node installationIgor Ryzhov2021-07-291-12/+1
* | lib: remove vrf-interface config when removing the VRFIgor Ryzhov2021-06-212-0/+3
|/
* Merge pull request #8237 from pguibert6WIND/nhrp_use_zebra_2Mark Stapp2021-05-059-214/+186
|\
| * nhrpd: move prototype to top of filePhilippe Guibert2021-04-301-4/+4
| * nhrp: Preserve mtu during interface up/down and tunnel source changePhilippe Guibert2021-04-301-0/+1
| * nhrpd: clean up SA warning with strncpyPhilippe Guibert2021-04-301-15/+1