summaryrefslogtreecommitdiffstats
path: root/isisd/isis_tlvs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-011-1/+1
* *: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-011-2/+2
* isisd: Prevent OOM crash in isisDonald Sharp2021-03-251-38/+88
* isisd: kill isis_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-1/+0
* *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-171-2/+2
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-3/+3
* isisd: fix null pointer dereference when parsing LSPRenato Westphal2020-12-091-1/+1
* Merge pull request #7394 from donaldsharp/isis_uninitedOlivier Dugeon2020-10-281-0/+22
|\
| * isisd: Fix usage of uninited memoryDonald Sharp2020-10-271-0/+22
* | isisd: Fix memory leak in copy_tlv_router_capDonald Sharp2020-10-271-2/+4
|/
* isisd: refactor handling of SR Prefix-SIDsRenato Westphal2020-10-231-2/+2
* isisd: replace inet_ntoaMark Stapp2020-10-221-6/+6
* isisd: fix OpenBSD pedantic format warningsDavid Lamparter2020-07-141-3/+3
* *: remove PRI[udx](8|16|32)David Lamparter2020-07-141-71/+49
* *: un-split strings across linesDavid Lamparter2020-07-141-6/+3
* isisd: Segment Routing improve subTLVs parserOlivier Dugeon2020-06-231-5/+33
* isisd: Add Segment Routing Local Block supportOlivier Dugeon2020-06-231-29/+81
* isisd: IS-IS-SR preparation for master 5/5Olivier Dugeon2020-05-141-10/+18
* isisd: add support for segment routingRenato Westphal2020-04-301-6/+29
* isisd: introduce new adjacency hooksRenato Westphal2020-04-301-0/+25
* isisd: Fix spelling mistakes found by debian packagingDonald Sharp2020-03-141-2/+2
* *: generously apply constDavid Lamparter2019-12-021-9/+10
* isisd: Update TLVs processing for TE, RI & SROlivier Dugeon2019-09-171-53/+1039
* isisd: fix validation of prefix-sid flagsRenato Westphal2019-09-171-3/+3
* isisd: Enabling build with opensslMichal Ruprich2019-09-041-0/+18
* *: fix ctype (isalpha & co.) castsDavid Lamparter2019-08-061-1/+1
* isisd: The RFC states that v6 addresses are limited to 16 in a hello packetDonald Sharp2019-06-051-0/+5
* *: rename new ForEach macros from the typesafe APIRenato Westphal2019-05-211-1/+1
* isisd: Don't set subtlv structure if we didn't unpack any subtlvsChristian Franke2019-05-101-8/+22
* isisd: fix display of the Extended IPv4 reachability TLVRenato Westphal2019-05-071-0/+5
* isisd: replace dict_* with DECLARE_RBTREEDavid Lamparter2019-04-271-15/+13
* *: remove null check before XFREEQuentin Young2019-02-261-2/+1
* *: remove unnecessary semicolon from switchesQuentin Young2019-02-261-1/+1
* isisd: implement the authentication failure notificationsEmanuele Di Pascale2018-12-181-6/+10
* Revert "isisd lib ospfd pbrd python: fix empty init"David Lamparter2018-12-011-4/+5
* Merge pull request #3364 from opensourcerouting/bugfix/isis-ipv6-onlyRuss White2018-11-261-1/+1
|\
| * isisd: Fix bug in tlvs_protocols_supported_to_adjChristian Franke2018-11-201-1/+1
* | isisd lib ospfd pbrd python: fix empty initF. Aragon2018-11-211-5/+4
|/
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-1/+1
* bgpd isisd ospf6d ospfd: variable shadowing fixesF. Aragon2018-09-121-3/+3
* isisd: add purge originator identification supportChristian Franke2018-09-051-0/+17
* isisd: add TLV 13 Purge Originator IdentificationChristian Franke2018-09-051-0/+124
* isisd: add support for Prefix-SID subtlvChristian Franke2018-09-051-8/+174
* fabricd: Add support for TLV 150 (Spine-Leaf-Extension)Christian Franke2018-09-051-0/+153
* isisd: learn and advertise IPv6 dst-src routesChristian Franke2018-08-031-0/+20
* isisd: fix bug in tlv_copy of empty MT-router-infoChristian Franke2018-05-281-1/+1
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-1/+1
* isisd: add support for TLV 240 P2P Three-Way AdjacencyChristian Franke2018-03-101-0/+147
* isisd: revert some counterproductive indentationChristian Franke2018-03-101-111/+79
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-85/+121