summaryrefslogtreecommitdiff
path: root/nhrpd
AgeCommit message (Expand)Author
2025-04-08nhrpd: Add Hop Count Validation Before Forwarding in nhrp_peer_recv()zmw12306
2025-02-12nhrpd: fix dont consider incomplete L2 entryPhilippe Guibert
2024-11-28Merge pull request #16700 from louis-6wind/fix-nhrp-outputDonatas Abraitis
2024-10-29nhrpd: Modify NHRP authentication feature loggingJoshua Muthii
2024-10-17nhrpd: normalize sh ip nhrp opennhrp outputLouis Scalbert
2024-10-17nhrpd: fix sh ip nhrp opennhrp json counterLouis Scalbert
2024-09-24Merge pull request #16788 from LabNConsulting/jmuthii/nhrpd-retry-resolutionJafar Al-Gharaibeh
2024-09-17nhrpd: Implement retrying resolution requestJoshua Muthii
2024-09-12nhrpd: fixes duplicate auth extensionDenys Haryachyy
2024-09-10nhrpd: Added a command "no tunnel protection vici profile PROFILE"aapostoliuk
2024-08-30nhrpd: fix show nhrp shortcut jsonLouis Scalbert
2024-08-23nhrpd: fix sending /32 shortcutLouis Scalbert
2024-07-26nhrpd: fixes duplicate auth extensionDave LeRoy
2024-07-18nhrpd: Fixes auth no redirect bugDave LeRoy
2024-07-17nhrpd: Fixes auth config change bugDave LeRoy
2024-06-10nhrpd: add cisco-authentication password supportDave LeRoy
2024-06-10nhrp: add `cisco-authentication` password supportVolodymyr Huti
2024-06-05nhrpd: cleans up shortcut cache entries on terminationDave LeRoy
2024-05-30nhrpd: fixes core dump on shutdowndleroy
2024-04-23nhrp: replace hard coded retry time with value derived from holdtimeLou Berger
2024-03-21*: Add missing SPDX-License-Identifier for some .c/.h filesDonatas Abraitis
2024-02-07nhrp: fix race conditionLou Berger
2024-02-01*: create a single registry of daemons' default port valuesMark Stapp
2024-01-27*: fix `frr_daemon_info` indentationDavid Lamparter
2024-01-24nhrpd: remove netlink_configure_arp declarationLouis Scalbert
2024-01-24nhrpd: unset noarp flag using a zapi messageLouis Scalbert
2024-01-22lib, nhrpd: Move neighbor reg/unreg to lib/zclient.cDonald Sharp
2024-01-22*: Rename ZEBRA_NHRP_NEIGH_XXX to ZEBRA_NEIGH_XXXDonald Sharp
2024-01-09*: zebra.h should not have fcntl.hDonald Sharp
2024-01-04*: Remove sys/ioctl.h from zebra.hDonald Sharp
2023-12-16nhrpd: Cleanup a hash on nhrp shutdownDonald Sharp
2023-12-16lib, bgpd, nhrpd: Cleanup memory in lib/resolver on shutdownDonald Sharp
2023-11-22*: convert `struct interface->connected` to DLISTDavid Lamparter
2023-11-07*: Remove netlink headers from lib/zebra.hDonald Sharp
2023-11-02lib: convert if_zapi_callbacks into actual hooksDavid Lamparter
2023-10-13Merge pull request #14561 from idryzhov/implicit-fallthroughDonald Sharp
2023-10-12build: add -Wimplicit-fallthroughIgor Ryzhov
2023-10-12nhrpd: Fix nhrp_peer leakKeelan10
2023-07-10nhrpd: clean up locals in route zapi apiMark Stapp
2023-04-24nhrpd: Fix nhrpd memory leakKeelan10
2023-04-04Merge pull request #12837 from donaldsharp/unlikely_routemapRuss White
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-24*: Convert thread_cancelXXX to event_cancelXXXDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-03-23babeld, lib, nhrpd: Add likely and unlikely macrosDonald Sharp