summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: move lsa structs to ospf6_lsa.hAndrew Cooks2024-09-161-1/+1
* ospf6d: factor out generic TLV handlingAndrew Cooks2024-09-161-0/+1
* ospf6d: accept CLI `no` for point-to-multipointDavid Lamparter2024-04-251-2/+3
* ospf6d: force recalculate on interface_upDavid Lamparter2024-04-251-2/+2
* ospf6d: fix loopback/ptp/ptmp conn. route checksDavid Lamparter2024-04-251-5/+5
* ospf6d: fix DEFUN formatting wrecked by clangDavid Lamparter2024-04-251-211/+391
* *: use af-specific autocompletion for prefix-lists when possibleIgor Ryzhov2024-02-041-2/+2
* *: convert `struct interface->connected` to DLISTDavid Lamparter2023-11-221-9/+5
* ospf6d: Let the user override interface cost for a loopbackDonatas Abraitis2023-11-131-10/+10
* lib: convert if_zapi_callbacks into actual hooksDavid Lamparter2023-11-031-2/+4
* Merge pull request #14546 from adrianomarto/ospf6-point-to-multipointDonald Sharp2023-10-311-430/+425
|\
| * ospf6: Applying clang-formatAdriano Marto Reis2023-10-281-477/+304
| * ospf6d: connected prefix toggle for PtP/PtMPDavid Lamparter2023-10-101-0/+62
| * ospf6d: add point-to-multipoint interface modeDavid Lamparter2023-10-101-5/+21
| * ospf6d: support unicast hellos on PtP/PtMPDavid Lamparter2023-10-101-0/+4
| * ospf6d: option to disable multicast hellosDavid Lamparter2023-10-101-0/+33
| * ospf6d: option to restrict PtP neighbor listDavid Lamparter2023-10-091-0/+33
| * ospf6d: advertise local addresses with LA bitDavid Lamparter2023-10-091-1/+21
* | ospf6d: Set loopback interface cost to 0Donatas Abraitis2023-10-261-1/+11
|/
* * : include event ptr in event_execute apiMark Stapp2023-07-251-9/+9
* ospf6d: Prevent redundant LSA generation before interface goes downDavid Ward2023-05-311-1/+0
* ospfd, ospf6d: introduce the "graceful-restart hello-delay" commandRenato Westphal2023-05-091-0/+63
* ospf6d: add support for unplanned graceful restartRenato Westphal2023-05-091-0/+11
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-29/+29
* *: Convert a bunch of thread_XX to event_XXDonald Sharp2023-03-241-15/+13
* *: Convert thread_execute to event_executeDonald Sharp2023-03-241-9/+9
* *: Convert thread_cancelXXX to event_cancelXXXDonald Sharp2023-03-241-2/+2
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-19/+18
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-5/+5
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* ospf6d: update DR election to handle GR corner caseRenato Westphal2023-03-021-5/+7
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* ospf6d: Fix auth_key string memory leakDonald Sharp2022-12-151-0/+3
* ospf6d: Don't allocate json memory in non-json pathDonald Sharp2022-12-091-1/+2
* Merge pull request #12280 from opensourcerouting/fix/ospv6_show_passive_inter...Jafar Al-Gharaibeh2022-11-091-3/+10
|\
| * ospf6d: Show if the interface is passive for `show ipv6 ospf6 interface`Donatas Abraitis2022-11-081-3/+10
* | Merge pull request #11302 from punith-shivakumar/masterDonatas Abraitis2022-11-081-1/+4
|\ \ | |/ |/|
| * ospf6d: routes are not synced by ABR.Punith Kumar S2022-07-131-1/+4
* | Merge pull request #11785 from opensourcerouting/fix/remove_ospf6Enabled_from...Donald Sharp2022-08-131-8/+1
|\ \
| * | ospf6d: Remove ospf6Enabled from JSON outputDonatas Abraitis2022-08-111-8/+1
* | | ospf6d: fix missing cost changeanlan_cs2022-08-111-1/+4
|/ /
* / ospf6d: cost is uint32_t so it cannot be greater than UINT32_MAXDonald Sharp2022-06-161-2/+0
|/
* ospf6d: Clean up thread interfaceDonald Sharp2022-05-201-9/+16
* ospf6d: Ensure the ospf6 interface hello timer pops in all casesDonald Sharp2022-05-161-2/+12
* ospf6d: Give time left in hello timer for `show ipv6 ospf6 int`Donald Sharp2022-05-161-3/+3
* *: Fix spelling of specifedDonald Sharp2022-04-191-1/+1
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-22/+12
* ospf6d: Stitching the auth trailer code with rest of ospf6.Abhinay Ramesh2022-02-091-11/+2
* ospf6d: Auth trailer CLI implementation.Abhinay Ramesh2022-02-091-0/+252