summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospfd, ospf6d: fix time_t truncationRenato Westphal2023-05-312-2/+2
* ospfd: OSPF P2MP Delayed Reflooding configurationAcee2023-05-225-17/+73
* Merge pull request #12949 from opensourcerouting/ospf-unplanned-grRuss White2023-05-1612-69/+293
|\
| * ospfd, ospf6d: introduce the "graceful-restart hello-delay" commandRenato Westphal2023-05-096-5/+133
| * ospfd, ospf6d: log when GR messages are sent to zebraRenato Westphal2023-05-091-0/+6
| * ospfd: add support for unplanned graceful restartRenato Westphal2023-05-099-64/+154
* | ospf_ti_lfa: Free p_space memory allocationKeelan102023-05-121-0/+1
* | Merge pull request #13489 from LabNConsulting/ospf-opaque-stale-fixJafar Al-Gharaibeh2023-05-103-11/+33
|\ \
| * | ospfd: OSPF opaque LSA stale processing fix and topotests.Acee2023-05-093-11/+33
| |/
* | Merge pull request #13485 from donaldsharp/ospf_loopback_costJafar Al-Gharaibeh2023-05-102-1/+5
|\ \
| * | ospfd: Respect loopback's cost that is set and set loopback costs to 0Donald Sharp2023-05-102-1/+5
| |/
* / ospfd: opsf_abr.c memory leak fix, free rangeJeevesh Rishi Dindyal (Sarvesh)2023-05-101-2/+4
|/
* ospfd: Fix memory leaks w/ `show ip ospf int X json` commandsDonald Sharp2023-05-041-5/+4
* Merge pull request #12933 from Orange-OpenSource/link_statePhilippe Guibert2023-04-201-9/+14
|\
| * ospfd: Update TE to new Link State Edge keyOlivier Dugeon2023-04-071-9/+14
* | Merge pull request #13166 from Jafaral/ospf-external-metricDonatas Abraitis2023-04-196-25/+155
|\ \
| * | ospfd: handle type-7 routesJafar Al-Gharaibeh2023-04-181-0/+3
| * | lib, ospfd, yang: add route map set for min/max metricJafar Al-Gharaibeh2023-04-183-10/+130
| * | ospfd: use rib metric as the base for set metric +/-Jafar Al-Gharaibeh2023-04-185-16/+23
* | | Merge pull request #13236 from Orange-OpenSource/ospf-teRuss White2023-04-183-63/+46
|\ \ \
| * | | ospfd: Force Opaque LSA & co to default VRFOlivier Dugeon2023-04-183-63/+46
* | | | Merge pull request #13141 from mjstapp/fix_ospf_json_keysDonatas Abraitis2023-04-161-17/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | ospfd: remove deprecated json attrs for neighbor showMark Stapp2023-04-071-17/+2
| |/ /
* | | Merge pull request #13177 from mjstapp/fix_ospf_supoort_typoDonald Sharp2023-04-121-0/+9
|\ \ \
| * | | ospf,ospf6: fix json key typo supoortMark Stapp2023-04-071-0/+9
| |/ /
* | | Merge pull request #13269 from Keelan10/ospf_lsa-memory-leakDonald Sharp2023-04-121-9/+13
|\ \ \
| * | | ospfd: Fix ospf_lsa memory leakKeelan102023-04-121-9/+13
| | |/ | |/|
* | | ospfd: support write socket per interfaceMark Stapp2023-04-118-34/+179
* | | 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