summaryrefslogtreecommitdiffstats
path: root/isisd/isis_snmp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd, lib: Cleanup linked list associated with snmpDonald Sharp2024-08-081-0/+8
* Merge pull request #12698 from Orange-OpenSource/isisdRuss White2023-04-111-9/+15
|\
| * isisd: Update to the new printfrr ISO formatOlivier Dugeon2023-03-211-9/+15
* | isisd, zebra: Use array_size instead of ARRAY_SIZEDonald Sharp2023-03-311-47/+42
* | *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-1/+1
* | *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-1/+1
|/
* isisd,tests,doc: Rename hello padding sometimes to hello padding during-adjac...Diogo Oliveira2023-02-281-1/+2
* isisd: Add support for isis hello padding sometimesDiogo Oliveira2023-02-281-1/+3
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* isisd: Let's use an actual NULL pointer to test for a NULL pointerDonald Sharp2022-06-231-1/+1
* isisd: Ensure structure is defined for compilationDonald Sharp2022-01-181-0/+1
* isisd: Add support for RFC6119 (IPv6 TE in IS-IS)Olivier Dugeon2021-11-301-4/+3
* isisd: use time_t for last update and last flapIgor Ryzhov2021-11-111-1/+1
* isisd: Convert signed to time_t for additionDonald Sharp2021-10-131-1/+1
* isisd: Remove weird wrapper function that downgrades time_t to 32 bitDonald Sharp2021-09-091-14/+7
* isisd: per-instance dynamic hostname cacheIgor Ryzhov2021-06-111-2/+6
* isisd: fix build warning and simplify codeIgor Ryzhov2021-05-171-57/+36
* isisd: fix clang-11 warnings in snmp codePat Ruddy2021-05-051-5/+1
* isisd: fix incorrect snmp-id gen/freeIgor Ryzhov2021-04-291-20/+54
* build: make builddir include path consistentDavid Lamparter2021-04-211-1/+1
* isisd: fix coverity SA warningMark Stapp2021-03-261-0/+2
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-3/+6
* isisd: Fix coverity warningslynne2021-03-161-11/+11
* isisd: support for snmplynne2021-03-021-0/+3457