summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_interface.c
AgeCommit message (Expand)Author
2023-11-14ospf6d: Let the user override interface cost for a loopbackDonatas Abraitis
2023-10-30ospf6d: Set loopback interface cost to 0Donatas Abraitis
2023-07-25* : include event ptr in event_execute apiMark Stapp
2023-05-31ospf6d: Prevent redundant LSA generation before interface goes downDavid Ward
2023-05-08ospfd, ospf6d: introduce the "graceful-restart hello-delay" commandRenato Westphal
2023-05-08ospf6d: add support for unplanned graceful restartRenato Westphal
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert a bunch of thread_XX to event_XXDonald Sharp
2023-03-24*: Convert thread_execute to event_executeDonald Sharp
2023-03-24*: Convert thread_cancelXXX to event_cancelXXXDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-03-02ospf6d: update DR election to handle GR corner caseRenato Westphal
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-12-15ospf6d: Fix auth_key string memory leakDonald Sharp
2022-12-09ospf6d: Don't allocate json memory in non-json pathDonald Sharp
2022-11-08Merge pull request #12280 from opensourcerouting/fix/ospv6_show_passive_inter...Jafar Al-Gharaibeh
2022-11-08Merge pull request #11302 from punith-shivakumar/masterDonatas Abraitis
2022-11-08ospf6d: Show if the interface is passive for `show ipv6 ospf6 interface`Donatas Abraitis
2022-08-12Merge pull request #11785 from opensourcerouting/fix/remove_ospf6Enabled_from...Donald Sharp
2022-08-11ospf6d: Remove ospf6Enabled from JSON outputDonatas Abraitis
2022-08-11ospf6d: fix missing cost changeanlan_cs
2022-07-13ospf6d: routes are not synced by ABR.Punith Kumar S
2022-06-16ospf6d: cost is uint32_t so it cannot be greater than UINT32_MAXDonald Sharp
2022-05-20ospf6d: Clean up thread interfaceDonald Sharp
2022-05-16ospf6d: Ensure the ospf6 interface hello timer pops in all casesDonald Sharp
2022-05-16ospf6d: Give time left in hello timer for `show ipv6 ospf6 int`Donald Sharp
2022-04-19*: Fix spelling of specifedDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-02-09ospf6d: Stitching the auth trailer code with rest of ospf6.Abhinay Ramesh
2022-02-09ospf6d: Auth trailer CLI implementation.Abhinay Ramesh
2022-01-24*: do not print vrf name for interface config when using vrf-liteIgor Ryzhov
2022-01-12Merge pull request #9285 from anlancs/fix-ospf6d-cli-with-nonexist-vrfIgor Ryzhov
2022-01-12Merge pull request #9292 from mobash-rasool/ospfv3-bug2Igor Ryzhov
2022-01-11ospf6d: give error information for commands with non-exist vrfsanlan_cs
2022-01-10ospf6d: remove ospf6Enabled from json output after deprecation cycleMobashshera Rasool
2021-11-27*: Remove redundand braces for single statement blocksDonatas Abraitis
2021-11-25ospf6d: Convert vty_out to vty_json for JSONDonatas Abraitis
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-11-16*: unify if_is_loopback/if_is_loopback_or_vrfIgor Ryzhov
2021-11-05ospf6d: Prevent crash in adj_okDonald Sharp
2021-10-19Merge pull request #9752 from opensourcerouting/ospf6d-nssa-rangesRuss White
2021-10-09ospf6d: add missing vrf parameter to "clear ipv6 ospf6 interface"Igor Ryzhov
2021-10-05ospf6d: fix selection of NSSA forwarding addressRenato Westphal
2021-10-04ospf6d: Do not explicitly set the thread pointer to NULLDonatas Abraitis
2021-09-15ospf6d: cleanup useless checksIgor Ryzhov
2021-08-23*: explicitly print "exit" at the end of every node configIgor Ryzhov
2021-08-10ospf6d: GR helper exit scenariosrgirada