summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_top.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: Cleanup memory on shutdownDonald Sharp2023-11-131-0/+2
* ospf6d: add support for unplanned graceful restartRenato Westphal2023-05-091-0/+2
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-2/+2
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-2/+2
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-9/+9
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* *: Fix spelling of GracefullDonald Sharp2022-04-021-1/+1
* ospf6d: Stitching the auth trailer code with rest of ospf6.Abhinay Ramesh2022-02-091-0/+2
* Merge pull request #10373 from anlancs/ospf-add-asbrIgor Ryzhov2022-02-011-1/+1
|\
| * ospf6d: adjust type of "aggr_delay_interval"anlan_cs2022-01-291-1/+1
* | ospf6d: restart spf when distance is updatedckishimo2022-01-281-0/+1
|/
* Merge pull request #9644 from opensourcerouting/ospf-opaque-attrsRuss White2022-01-181-3/+3
|\
| * lib, ospfd, ospf6d, zebra: add OSPF opaque route attributesRenato Westphal2022-01-151-3/+3
* | ospf6d: Remove ospf6->external_id_tableDonald Sharp2021-11-241-1/+0
|/
* Merge pull request #9585 from opensourcerouting/ospf6d-nssa-dflt-originateRuss White2021-09-241-0/+12
|\
| * ospf6d: implement Type-7 default routes for NSSA areasRenato Westphal2021-09-211-0/+12
* | Merge pull request #9084 from louis-oui/fix-ospf6-router-idIgor Ryzhov2021-09-231-1/+1
|\ \ | |/ |/|
| * ospf6d: factorize router-id updateLouis Scalbert2021-09-211-1/+1
| * ospf6d: don't update router-id if at least one adjacency is FullLouis Scalbert2021-09-211-1/+1
* | ospf6d: introduce support for Graceful Restart (restarting mode)Renato Westphal2021-09-161-0/+12
|/
* ospf6d: Datastructure modification for GR helper functionality.rgirada2021-08-101-0/+41
* Merge pull request #9028 from mobash-rasool/ospfv3-asbr-summarisationRuss White2021-07-301-0/+13
|\
| * ospf6d: ASBR Summarisation feature implementationMobashshera Rasool2021-07-211-0/+13
* | Merge pull request #8944 from opensourcerouting/ospf6-mtu-revertIgor Ryzhov2021-07-271-4/+0
|\ \ | |/ |/|
| * Revert "ospf6d: Limit the number of interface addresses being supported"David Lamparter2021-06-291-4/+0
* | Revert "ospf6d: fix LSAs remain in LSDB with an old router-id value"Donald Sharp2021-07-021-2/+1
* | Merge pull request #8795 from louis-oui/fix-ospf6-router-idPhilippe Guibert2021-07-021-1/+2
|\ \
| * | ospf6d: factorize router-id updateLouis Scalbert2021-07-011-1/+2
| * | ospf6d: don't update router-id if at least one adjacency is FullLouis Scalbert2021-07-011-1/+1
* | | Merge pull request #8954 from mobash-rasool/ospfv3-featureIgor Ryzhov2021-07-011-0/+3
|\ \ \ | |/ / |/| |
| * | ospf6d: route-map config changed, not getting applied on all types of routesMobashshera Rasool2021-06-301-0/+3
| |/
* / ospf6d: use per-vrf router id instead of one globalIgor Ryzhov2021-06-291-2/+1
|/
* ospf6d: "clear ipv6 ospf6 process" commandYash Ranjan2021-06-281-0/+1
* ospf6d: add write-multiplier configurationPat Ruddy2021-06-181-0/+1
* ospf6d: add hello messages to tx fifoPat Ruddy2021-06-181-0/+1
* ospf6d: add tx fifo infrastructurePat Ruddy2021-06-181-0/+2
* ospf6d: Support for nssa in ospfv3Kaushik2021-06-041-1/+6
* ospf6d: Limit the number of interface addresses being supportedlynne2021-05-111-0/+4
* ospf6d: add internal support for multiple vrfsharios_niral2021-05-051-1/+1
* ospf6d: Add logic to change the status of router to ASBRYash Ranjan2021-03-291-0/+3
* ospf6d: Add CLI and logic for default-information originate commandYash Ranjan2021-03-291-2/+14
* *: require semicolon after DEFINE_QOBJ & co.David Lamparter2021-03-171-2/+2
* ospf6d: add CLI to control maximum paths for routes.Mobashshera Rasool2021-02-011-0/+5
* ospf6d : Code refactoring for route redistribution.Kaushik2020-12-091-5/+13
* ospf6d : Transformation changes for ospf6 vrf support.harios_niral2020-10-311-4/+12
* ospf6d : Socket change for ospf6d vrf support.Kaushik2020-10-071-0/+5
* ospf6d: use in_addr_t for area/router IDsDavid Lamparter2020-07-141-3/+3
* ospfd: use new defaults mechanism (v2)David Lamparter2019-12-061-3/+7
* ospf6: Add vrf_id to the ospf6 data structureDonald Sharp2019-09-101-0/+3
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-10/+10