summaryrefslogtreecommitdiffstats
path: root/ospf6d (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospfd, ospf6d: introduce the "graceful-restart hello-delay" commandRenato Westphal2023-05-096-0/+106
* ospfd, ospf6d: log when GR messages are sent to zebraRenato Westphal2023-05-091-0/+6
* ospf6d: add support for unplanned graceful restartRenato Westphal2023-05-097-53/+161
* ospf6d: missing ECMP NHs in certain topologieslynne2023-04-132-9/+29
* ospf,ospf6: fix json key typo supoortMark Stapp2023-04-071-0/+10
* *: Convert event.h to frrevent.hDonald Sharp2023-03-2416-16/+16
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-248-10/+10
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-2416-131/+131
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-248-10/+10
* *: Convert a bunch of thread_XX to event_XXDonald Sharp2023-03-246-48/+43
* *: Convert thread_timer_remain_XXX to event_timer_remain_XXXDonald Sharp2023-03-241-3/+3
* *: Convert thread_execute to event_executeDonald Sharp2023-03-246-30/+30
* *: Convert thread_cancelXXX to event_cancelXXXDonald Sharp2023-03-242-3/+3
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-2414-195/+189
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-2418-108/+108
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-2416-16/+16
* *: Add a hash_clean_and_free() functionDonald Sharp2023-03-212-14/+6
* ospfd, ospf6d: Add more logging detailsDonatas Abraitis2023-03-174-30/+51
* ospfd, ospf6d: perform GR consistency check only when necessaryRenato Westphal2023-03-021-1/+4
* ospf6d: fix missing intra-area-prefix-LSA after a graceful restartRenato Westphal2023-03-021-0/+6
* ospf6d: fix refreshing of NSSA/AS-external LSAs after a graceful restartRenato Westphal2023-03-021-0/+11
* ospf6d: fix duplicate inter-area-prefix-LSAs after exiting from GR modeRenato Westphal2023-03-023-3/+43
* ospf6d: add exception for virtual links when exiting from the GR modeRenato Westphal2023-03-021-1/+3
* ospf6d: update DR election to handle GR corner caseRenato Westphal2023-03-021-5/+7
* Merge pull request #12935 from opensourcerouting/ospf6d-la-bitMark Stapp2023-03-031-5/+4
|\
| * ospf6d: fix processing of inter-area-prefix-LSAs with the LA-bit setRenato Westphal2023-03-021-5/+4
* | ospf6d: handle redistributed routes without nexthop addressesRenato Westphal2023-03-025-7/+10
* | ospf6d: originate AS-External LSAs with a forwarding addressRenato Westphal2023-03-021-4/+12
|/
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-0948-756/+48
* *: Drop deprecated incorrect JSON fields with wrong namingDonatas Abraitis2023-01-313-36/+1
* *: introduce function for sequence numbersRafael Zalamena2023-01-201-1/+2
* Merge pull request #12540 from manojvn/489527Donald Sharp2022-12-213-12/+29
|\
| * ospf6d: Fixing memory leak in ospf6_summary_add_aggr_route_and_blackhole.Manoj Naragund2022-12-193-12/+29
* | ospf6d: Fixing memory leak in ospf6_lsa_create_headeronly for both master and...Manoj Naragund2022-12-191-42/+23
|/
* ospf6d: Fix auth_key string memory leakDonald Sharp2022-12-152-0/+6
* Merge pull request #12191 from manojvn/463777Russ White2022-12-131-0/+48
|\
| * ospf6d: ospf6 route installation when changed from nssa to regular area.Manoj Naragund2022-11-141-0/+48
* | ospf6d: Don't allocate json memory in non-json pathDonald Sharp2022-12-091-1/+2
* | ospf6d: Stop using MTYPE_TMP in some casesDonald Sharp2022-12-051-2/+2
* | ospf6d: Consolidate to ospf6_route_is_identicalDonald Sharp2022-11-281-6/+1
* | ospf6d: ospf6_route_cmp_nexthops make return saneDonald Sharp2022-11-283-15/+18
* | ospf6d: fix infinite loop when adding ASBR routeRenato Westphal2022-11-242-0/+29
* | Merge pull request #12280 from opensourcerouting/fix/ospv6_show_passive_inter...Jafar Al-Gharaibeh2022-11-091-3/+10
|\ \
| * | ospf6d: Show if the interface is passive for `show ipv6 ospf6 interface`Donatas Abraitis2022-11-081-3/+10
* | | Merge pull request #11302 from punith-shivakumar/masterDonatas Abraitis2022-11-082-2/+5
|\ \ \ | |/ / |/| |
| * | ospf6d: fix test_ospf6_gr_topo1 topotestPunith Kumar S2022-07-131-1/+1
| * | ospf6d: routes are not synced by ABR.Punith Kumar S2022-07-131-1/+4
* | | Merge pull request #12196 from opensourcerouting/xref-vtyshDonald Sharp2022-11-039-45/+8
|\ \ \
| * | | ospfd, ospf6d: align CLI help stringsDavid Lamparter2022-10-261-8/+8
| * | | build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-269-37/+0
| | |/ | |/|