summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_lsa.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: apply CI style suggestionsAndrew Cooks2024-09-161-14/+13
* ospf6d: add nth_prefix()Andrew Cooks2024-09-161-0/+1
* ospf6d: add nth_lsdesc()Andrew Cooks2024-09-161-0/+2
* ospf6d: replace TLV_HDR_TOP macro with lsdesc_start functionAndrew Cooks2024-09-161-1/+6
* ospf6d: use lsa_after_header pointer arithmeticAndrew Cooks2024-09-161-0/+1
* ospf6d: replace ospf6_lsa_header_end()Andrew Cooks2024-09-161-0/+5
* ospf6d: move lsa structs to ospf6_lsa.hAndrew Cooks2024-09-161-0/+89
* ospf6d: replace OSPF6_LSA_SIZE with ospf6_lsa_sizeAndrew Cooks2024-05-281-2/+5
* ospf6d: replace OSPF6_LSA_END with ospf6_lsa_endAndrew Cooks2024-05-281-2/+5
* ospf6d: replace OSPF6_LSA_HEADER_END macroAndrew Cooks2024-05-281-1/+6
* ospf6d: Convert ospf6_lsa_unlock to a better apiDonald Sharp2023-07-121-1/+1
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-4/+4
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-2/+2
* ospfd6d: replace handler vector with arrayDavid Lamparter2021-11-161-2/+1
* ospf6d: remove unnecessary codeRenato Westphal2021-10-061-5/+0
* Merge pull request #9438 from ranjanyash54/debug_commMark Stapp2021-09-141-0/+3
|\
| * ospf6d: Add debug commands for lsa all and route allYash Ranjan2021-08-251-0/+3
* | ospf6d: Cleanup headers to our standardDonald Sharp2021-09-091-9/+10
|/
* ospf6d: Datastructure modification for GR helper functionality.rgirada2021-08-101-1/+13
* ospf6d: ASBR summarisation feature changes for NSSA areaMobashshera Rasool2021-07-211-2/+3
* ospf6d: ASBR Summarisation feature implementationMobashshera Rasool2021-07-211-0/+4
* ospf6d: Support for nssa in ospfv3Kaushik2021-06-041-0/+9
* ospf6d: Add logic to set metric if route-map not presentYash Ranjan2021-03-291-0/+8
* ospf6d: split off ospf6_lsa_alloc()David Lamparter2021-03-221-0/+1
* ospf6d: Json support added for command "show ipv6 ospf6 database [json]"Yash Ranjan2021-01-131-7/+13
* Merge pull request #7261 from Niral-Networks/niral_dev_vrf_ospf6Rafael Zalamena2020-11-031-2/+3
|\
| * ospf6d : Transformation changes for ospf6 vrf support.harios_niral2020-10-311-2/+3
* | :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-15/+5
|/
* ospf6d: Make ospf6_lsa_lock follow normal FRR patternDonald Sharp2020-10-111-2/+2
* ospf6d: use in_addr_t for area/router IDsDavid Lamparter2020-07-141-2/+2
* ospf6d: Prevent use after freeDonald Sharp2020-04-181-1/+1
* ospf6d: Recent changes in our build cause const to be respectedDonald Sharp2020-04-011-2/+2
* ospf6d: remove extra struct in ospf6_lsa_handlerDavid Lamparter2018-09-091-15/+8
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-17/+17
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-2/+2
* ospf6d: Handle Premature Aging of LSAsChirag Shah2018-02-151-0/+1
* ospf6d: spf calculation w/ multiple router lsasChirag Shah2018-01-231-0/+1
* ospf6d: Fix snmp compile breakageDonald Sharp2017-10-091-1/+1
* ospf6d: fix clang warning, NULL() callsVincent JARDIN2017-10-081-11/+18
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-163/+151
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* Quagga: prefix2str fixupDonald Sharp2015-11-231-5/+5
* Add "no debug ospf" and "no debug ospf6" commands to disable all ospf debuggingDaniel Walton2015-11-031-0/+2
* ospf6d: ospfv3-stub-area-support.patchDonald Sharp2015-05-201-0/+1
* *: nuke ^L (page feed)David Lamparter2014-06-041-1/+1
* ospf6d: add LSA payload to show summary outputDinesh Dutt2013-11-081-0/+3
* ospf6d: handle seqnum wrappingDinesh Dutt2013-11-081-0/+3
* ospf6d: convert LSDB to use route_node, improve performanceDinesh Dutt2013-11-081-2/+1
* ospf6d/ospfd: refactor some common definesDinesh Dutt2013-10-231-1/+1