summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_top.c
AgeCommit message (Expand)Author
2023-01-31*: Drop deprecated incorrect JSON fields with wrong namingDonatas Abraitis
2022-12-19ospf6d: Fixing memory leak in ospf6_summary_add_aggr_route_and_blackhole.Manoj Naragund
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-05-20ospf6d: Clean up thread interfaceDonald Sharp
2022-05-20ospf6d: Remove double check of default prefixDonald Sharp
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-05-08*: Avoid casting to the same type as on the leftDonatas Abraitis
2022-03-13Merge pull request #10447 from ton31337/fix/json_with_whitespacesDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-02-14ospf6d: Fix spelling mistakesDonald Sharp
2022-02-09ospf6d: Stitching the auth trailer code with rest of ospf6.Abhinay Ramesh
2022-02-03ospfd,ospf6d: Add JSON additional keys with no whitespaces insideDonatas Abraitis
2022-02-01Merge pull request #10373 from anlancs/ospf-add-asbrIgor Ryzhov
2022-02-01Merge pull request #10435 from ckishimo/ospf6d_distanceIgor Ryzhov
2022-01-28ospf6d: adjust type of "aggr_delay_interval"anlan_cs
2022-01-28ospf6d: print administrative distance in show ipv6 ospfckishimo
2022-01-28ospf6d: restart spf when distance is updatedckishimo
2022-01-24*: do not send opaque data to zebra by defaultIgor Ryzhov
2022-01-18Merge pull request #9644 from opensourcerouting/ospf-opaque-attrsRuss White
2022-01-17Merge pull request #10183 from idryzhov/rework-vrf-renameRafael Zalamena
2022-01-15lib, ospfd, ospf6d, zebra: add OSPF opaque route attributesRenato Westphal
2022-01-11ospf6d: give error information for commands with non-exist vrfsanlan_cs
2021-12-21*: rework renaming the default VRFIgor Ryzhov
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-23ospf6d: Remove ospf6->external_id_tableDonald Sharp
2021-11-18Merge pull request #10092 from ton31337/feature/replace_json_object_string_ad...Igor Ryzhov
2021-11-18ospf6d: Replace inet_ntop to %pI4/6 for JSON outputsDonatas Abraitis
2021-11-17ospf6d: Prevent use after freeDonald Sharp
2021-10-19lib: allow to create interfaces in non-existing VRFsIgor Ryzhov
2021-10-08ospf6d: Do not explicitly set the thread pointer to NULLDonatas Abraitis
2021-09-26ospf6d: Log messages cannot have newlinesDonald Sharp
2021-09-23Merge pull request #9084 from louis-oui/fix-ospf6-router-idIgor Ryzhov
2021-09-23ospf6d: reset areas and redistribution at router-id modificationLouis Scalbert
2021-09-21ospf6d: factorize router-id updateLouis Scalbert
2021-09-21ospf6d: don't update router-id if at least one adjacency is FullLouis Scalbert
2021-09-16ospf6d: introduce support for Graceful Restart (restarting mode)Renato Westphal
2021-09-15ospf6d: cleanup useless checksIgor Ryzhov
2021-08-27Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter
2021-08-26lib: remove unused argument from vrf_cmd_initIgor Ryzhov
2021-08-23*: explicitly print "exit" at the end of every node configIgor Ryzhov
2021-08-11ospf6d: GR helper configurationsrgirada
2021-08-10ospf6d: Helper functionality changesrgirada
2021-08-10ospf6d: Init/De-init gr helper functionalityrgirada
2021-07-30Merge pull request #9028 from mobash-rasool/ospfv3-asbr-summarisationRuss White
2021-07-27Merge pull request #8944 from opensourcerouting/ospf6-mtu-revertIgor Ryzhov
2021-07-21ospf6d: ASBR summarisation per VRFMobashshera Rasool
2021-07-21ospf6d: Review comment fixesMobashshera Rasool
2021-07-21ospf6d: ASBR summarisation feature changes for NSSA areaMobashshera Rasool
2021-07-21ospf6d: ASBR Summarisation feature implementationMobashshera Rasool