summaryrefslogtreecommitdiffstats
path: root/nhrpd/vici.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: zebra.h should not have fcntl.hDonald Sharp2024-01-091-0/+1
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-5/+5
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-10/+10
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-5/+5
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-5/+1
* nhrpd: Add missing enum's to switch statementDonald Sharp2023-01-311-7/+13
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-1/+1
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-12/+7
* nhrpd: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-041-3/+0
* nhrpd: lookup appropriate ipsec pathPhilippe Guibert2021-04-091-0/+39
* nhrpd: When IPsec profile is added or deleted, reset the vc and re-check peerGaurav Goyal2021-03-171-0/+2
* nhrpd: Make comments clearer, fix style issuesReuben Dowle2021-03-171-1/+3
* nhrpd: Close IPSec connection when tunnel protection removedGaurav Goyal2021-03-171-4/+8
* nhrpd: Retry IPSec if NHRP is repeatedly failingGaurav Goyal2021-03-171-0/+13
* nhrp: Make vici socket path configurableZoran Pericic2020-10-121-1/+1
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-3/+3
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-2/+2
* lib,bgpd,babeld,ripngd,nhrpd,bfdd: clean up SA warningsMark Stapp2019-06-061-2/+2
* Revert "nhrpd: strncpy -> strlcpy"Quentin Young2019-03-051-1/+1
* nhrpd: strncpy -> strlcpyQuentin Young2019-02-261-1/+1
* *: style for EC replacementsQuentin Young2018-09-131-7/+10
* nhrpd: NHRP_[ERR|WARN] -> EC_NHRPQuentin Young2018-09-131-4/+4
* *: fix config.h/zebra.h include orderDavid Lamparter2018-09-081-0/+4
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-4/+4
* nhrpd: Add NHRP_ERR_XXXX for zlog_err to zlog_ferr conversionDonald Sharp2018-08-141-9/+11
* nhrpd: uninitialized variable (Clang scan)F. Aragon2018-07-021-1/+1
* nhrpd: uninitialized variable (Clang scan)F. Aragon2018-06-291-0/+1
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-80/+126
* nhrpd: fixes for clang scan-build issuesJorge Boncompte2017-08-111-4/+7
* nhrpd: fix issues found by coverityJorge Boncompte2017-08-101-7/+12
* nhrpd: Guard a debug that was constantly spewing informationDonald Sharp2017-06-021-1/+1
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-7/+10
* nhrp: parse and log command response errors from strongSwanTimo Teräs2017-04-251-1/+21
* nhrp: explicitly cast ints to size_t for vici_request_vc va_list handlingTimo Teräs2017-04-251-3/+3
* nhrpd: implement next hop resolution protocolTimo Teräs2017-03-071-0/+482