summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_asbr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
| * | ospf6d: Store ospf6 back pointer in route structMobashshera Rasool2021-07-211-4/+5
| * | ospf6d: Review comment fixesMobashshera Rasool2021-07-211-122/+129
| * | ospf6d: install summary route NULL0 as nexthopMobashshera Rasool2021-07-211-96/+99
| * | ospf6d: ASBR summarisation feature changes for NSSA areaMobashshera Rasool2021-07-211-88/+101
| * | ospf6d: ASBR Summarisation feature implementationMobashshera Rasool2021-07-211-49/+1090
| |/
* / ospf6d: move prefix_options from _path to _routeDavid Lamparter2021-07-201-2/+2
|/
* ospf6d: rework default-information configurationRafael Zalamena2021-07-091-25/+30
* ospf6d: Fix crash in ospf6_asbr_lsa_remove at ospf6d/ospf6_asbr.c:696github login name2021-07-061-1/+1
* Revert "ospf6d: fix LSAs remain in LSDB with an old router-id value"Donald Sharp2021-07-021-10/+8
* Merge pull request #8970 from ton31337/fix/use_IPV6_MAX_BITLENMark Stapp2021-07-021-4/+4
|\