summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_asbr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-6/+6
* *: Convert a bunch of thread_XX to event_XXDonald Sharp2023-03-241-2/+2
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-11/+8
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-3/+3
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: Add a hash_clean_and_free() functionDonald Sharp2023-03-211-10/+4
* ospf6d: handle redistributed routes without nexthop addressesRenato Westphal2023-03-021-2/+2
* ospf6d: originate AS-External LSAs with a forwarding addressRenato Westphal2023-03-021-4/+12
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* ospf6d: Fixing memory leak in ospf6_summary_add_aggr_route_and_blackhole.Manoj Naragund2022-12-191-10/+21
* Merge pull request #12196 from opensourcerouting/xref-vtyshDonald Sharp2022-11-031-10/+8
|\
| * ospfd, ospf6d: align CLI help stringsDavid Lamparter2022-10-261-8/+8
| * build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-2/+0
* | ospf6d: Fix for memory leak issues in ospf6.Manoj Naragund2022-10-251-0/+8
|/
* *: Use autocomplete for route-maps under commands that require itDonatas Abraitis2022-06-131-4/+4
* ospf6d: Clean up thread interfaceDonald Sharp2022-05-201-2/+2
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-1/+1
* *: remove the checking returned value for hash_get()anlan_cs2022-05-021-1/+1
* ospf6d: fix crash when applying a route-map on a temporary routeIgor Ryzhov2022-03-291-0/+1
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-11/+5
* ospf6d: Fix spelling mistakesDonald Sharp2022-02-141-4/+4
* ospf6d: adjust type of "aggr_delay_interval"anlan_cs2022-01-291-4/+3
* Merge pull request #10314 from ckishimo/ospf6d_extstubDonald Sharp2022-01-131-1/+1
|\
| * ospf6d: do not send Type-5 into stub areackishimo2022-01-101-1/+1
* | Merge pull request #10315 from ckishimo/ospf6d_cleaningIgor Ryzhov2022-01-121-10/+0
|\ \
| * | ospf6d: remove duplicated logckishimo2022-01-101-10/+0
| |/
* | Merge pull request #9285 from anlancs/fix-ospf6d-cli-with-nonexist-vrfIgor Ryzhov2022-01-121-0/+2
|\ \
| * | ospf6d: give error information for commands with non-exist vrfsanlan_cs2022-01-111-0/+2
| |/
* / ospfd,ospf6d: make clear the comparison of routemap nameanlan_cs2022-01-111-5/+5
|/
* ospf6d: Convert vty_out to vty_json for JSONDonatas Abraitis2021-11-251-4/+1
* ospf6d: Remove ospf6->external_id_tableDonald Sharp2021-11-241-34/+0
* Merge pull request #9831 from manojvn/379909_383518Igor Ryzhov2021-10-281-2/+4
|\
| * ospf6d: minor code enhancements.Manoj Naragund2021-10-261-2/+4
* | Merge pull request #9837 from idryzhov/cleanup-if-by-name-vrf-allRuss White2021-10-271-2/+4
|\ \
| * | ospf6d: don't use if_lookup_by_name_all_vrfIgor Ryzhov2021-10-151-2/+4
| |/
* / ospf6d: remove no-opIgor Ryzhov2021-10-141-1/+0
|/
* ospf6d: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-081-4/+0
* Merge pull request #9699 from manojvn/379032-devRuss White2021-10-071-7/+2
|\
| * ospf6d: code cleanup.Manoj Naragund2021-10-061-2/+2
| * ospf6d: minor struct compare issues.Manoj Naragund2021-09-301-7/+2
* | ospf6d: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-041-1/+0
|/
* ospf6d: implement Type-7 default routes for NSSA areasRenato Westphal2021-09-211-1/+2
* ospf6d: don't generate Type-7 LSA for route created by "default-information-o...Renato Westphal2021-09-211-1/+4
* ospf6d: fix issue when displaying the redistribute commandRenato Westphal2021-09-211-1/+1
* ospf6d: introduce support for Graceful Restart (restarting mode)Renato Westphal2021-09-161-0/+8
* ospf6d: cleanup useless checksIgor Ryzhov2021-09-151-1/+0
* Merge pull request #9019 from pjdruddy/ospfv3-early-break-list-walkRuss White2021-09-101-6/+15
|\
| * ospf6d: break early on route prefix mismatchPat Ruddy2021-07-201-6/+15
* | ospf6d: add support for NSSA totally stub areasRenato Westphal2021-09-071-0/+26