summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_asbr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ospf6d: extend the "redistribute" command with more optionsRenato Westphal2021-08-261-50/+39
* | ospf6d: further validate NSSA ASBR routes used for route computationRenato Westphal2021-08-241-0/+16
* | ospf6d: flush external LSAs when NSSA is configuredRenato Westphal2021-08-241-2/+2
* | ospf6d: External LSAs reoriginates on every redistribute CLIMobashshera Rasool2021-08-231-4/+15
* | Merge pull request #9342 from mobash-rasool/ospfv3-asbr-summarisationRuss White2021-08-171-50/+42
|\ \
| * | ospf6d: Remove Type-7 LSA when Type-5 LSA is removedMobashshera Rasool2021-08-091-16/+0
| * | ospf6d: Remove assert and fix LSA removal in ASBR summarisationMobashshera Rasool2021-08-091-34/+42
* | | ospf6d: Check the cost only when asbr_present for ECMP routesYash Ranjan2021-08-041-1/+1
|/ /
* | Merge pull request #9028 from mobash-rasool/ospfv3-asbr-summarisationRuss White2021-07-301-75/+1140
|\ \
| * | ospf6d: ASBR summarisation per VRFMobashshera Rasool2021-07-211-1/+1