summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13227 from mjstapp/ospf_sock_bufsizesRuss White2023-04-115-4/+142
|\
| * ospfd: support configuration of socket buffer sizesMark Stapp2023-04-065-4/+142
* | *: Use a `struct prefix *p` instead of a `struct prefix` in functionsDonald Sharp2023-04-071-10/+10
|/
* Merge pull request #13160 from chiragshah6/fdev2Russ White2023-04-041-12/+32
|\
| * ospfd:display correct DR-BDR router-id in nbr cmdSindhu Parvathi Gopinathan2023-04-031-12/+32
* | Merge pull request #12969 from opensourcerouting/ospfd-nssaRuss White2023-04-0412-326/+682
|\ \
| * | ospfd: add support for NSSA Type-7 address rangesRenato Westphal2023-04-018-101/+247
| * | ospfd: do not install blackhole routes for ranges with "not-advertise"Renato Westphal2023-04-011-19/+22
| * | ospfd: refactor range commandsRenato Westphal2023-04-013-47/+38
| * | ospfd: use the ospf_area_range_active() helper function more consistentlyRenato Westphal2023-04-011-5/+5
| * | ospfd: remove duplicated codeRenato Westphal2023-04-011-3/+0
| * | ospfd: implement Type-7 default routes for NSSA areasRenato Westphal2023-04-019-18/+360
| * | ospfd: refactor the "area nssa" command using DEFPYRenato Westphal2023-04-013-178/+55
| |/
* | Merge pull request #12837 from donaldsharp/unlikely_routemapRuss White2023-04-041-4/+4
|\ \ | |/ |/|
| * bgpd, ospfd, zebra: Use unlikely for DEBUG_ROUTEMAP_DETAILDonald Sharp2023-03-231-4/+4
* | ospfd: Fix for vitual-link crash in signal handlerPooja Jagadeesh Doijode2023-03-271-1/+0
* | Merge pull request #12953 from donaldsharp/struct_eventJafar Al-Gharaibeh2023-03-2443-391/+391
|\ \
| * | *: Fixup formatting issues due to reorderingDonald Sharp2023-03-242-11/+11
| * | *: Convert event.h to frrevent.hDonald Sharp2023-03-2428-28/+28
| * | *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-249-12/+12
| * | *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-2419-135/+135
| * | *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-249-12/+12
| * | *: Convert thread_should_yield and thread_set_yield_timeDonald Sharp2023-03-241-1/+1
| * | *: Convert thread_timer_remain_XXX to event_timer_remain_XXXDonald Sharp2023-03-241-4/+4
| * | *: Convert thread_execute to event_executeDonald Sharp2023-03-243-3/+3
| * | *: Convert thread_cancelXXX to event_cancelXXXDonald Sharp2023-03-242-2/+2
| * | *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-2417-86/+87
| * | *: Rename `struct thread` to `struct event`Donald Sharp2023-03-2428-111/+110
| * | *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-2428-28/+28
* | | Merge pull request #13093 from manojvn/ospf_mem_leaksDonald Sharp2023-03-241-4/+4
|\ \ \ | |/ / |/| |
| * | ospfd: Fix for memory leak issue in ospf related to flood_reduction tests.Manoj Naragund2023-03-231-4/+4
* | | Merge pull request #13065 from rgirada/ospf_abr_summaryDonald Sharp2023-03-241-8/+8
|\ \ \ | |/ / |/| |
| * | ospfd: Fixing Summary origination after range configurationrgirada2023-03-211-8/+8
* | | *: Add a hash_clean_and_free() functionDonald Sharp2023-03-213-19/+7
| |/ |/|
* | Merge pull request #13031 from opensourcerouting/ospf-show-databaseDonald Sharp2023-03-211-421/+162
|\ \ | |/ |/|
| * ospfd: Fix inconsistency in LSDB JSON outputRenato Westphal2023-03-181-32/+37
| * ospfd: Add "detail" option to "show ip ospf database"Renato Westphal2023-03-181-7/+35
| * ospfd: Refactor the "show ip ospf database" commandRenato Westphal2023-03-181-393/+101
* | Merge pull request #13025 from donaldsharp/ospf_ti_lfa_leaksJafar Al-Gharaibeh2023-03-192-13/+14
|\ \
| * | ospfd: Free up q_space in early return pathDonald Sharp2023-03-171-0/+5
| * | ospfd: Fix ospf_ti_lfa drop of an entire tableDonald Sharp2023-03-172-13/+9
* | | ospfd: Cleanup some memory leaks on shutdown in ospf_apiserver.cDonald Sharp2023-03-182-2/+15
| |/ |/|
* | Merge pull request #13019 from rgirada/ospf_type3_fixRenato Westphal2023-03-171-6/+7
|\ \ | |/ |/|
| * ospfd: Ospf ABR doesnt Advertise LSA summaryrgirada2023-03-171-6/+7
* | ospfd: Log Adjacency Changes with Neighbor IP in addition to Neighbor IDMartin Winter2023-03-171-6/+7
* | ospfd, ospf6d: Add more logging detailsDonatas Abraitis2023-03-171-40/+49
|/
* Merge pull request #12936 from opensourcerouting/ospf6d-out-filter-listRuss White2023-03-141-1/+1
|\
| * ospfd: correctly update outbound filter-list once prefix-list is updatedRenato Westphal2023-03-021-1/+1
* | ospfd, ospf6d: perform GR consistency check only when necessaryRenato Westphal2023-03-021-3/+8
|/
* Merge pull request #12751 from Pdoijode/pdoijode/ospf-vrf-neighbor-detail-1Donatas Abraitis2023-02-241-171/+241
|\