summaryrefslogtreecommitdiff
path: root/ospfd/ospf_asbr.c
AgeCommit message (Expand)Author
2023-09-05ospfd: Fix External Aggregator LeakKeelan10
2023-07-19ospfd: fix default-metric change if external LSAs already sentAlexander Chernavin
2023-04-18lib, ospfd, yang: add route map set for min/max metricJafar Al-Gharaibeh
2023-04-18ospfd: use rib metric as the base for set metric +/-Jafar Al-Gharaibeh
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-03-21*: Add a hash_clean_and_free() functionDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-05-03*: remove the checking returned value for hash_get()anlan_cs
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-02-14ospfd: Fix spelling mistakesDonald Sharp
2022-02-08Merge pull request #10293 from rgirada/ospf_lsidRuss White
2022-01-28ospfd: adjust type of "aggr_delay_interval"anlan_cs
2022-01-22ospfd: Modifying LSID generation algorithmrgirada
2021-11-25ospfd: fix summary-address deletionIgor Ryzhov
2021-10-15ospfd: don't use if_lookup_by_name_all_vrfIgor Ryzhov
2021-07-09lib,ospfd,ospf6d: remove duplicated functionRafael Zalamena
2021-07-01*: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLENDonatas Abraitis
2021-06-08ospfd: fix memory leaks in summarizationIgor Ryzhov
2021-05-12ospfd: Use _func__ instead of __PRETTY_FUNCTION__Donald Sharp
2021-05-04ospfd: Use %pI4 in some placesDonald Sharp
2021-05-04ospfd: Fix some deep indentation issues in ospf_asbr.cDonald Sharp
2021-04-29Merge pull request #8409 from rgirada/ospf-memleakDonald Sharp
2021-04-16ospfd: Fixing few valgrind issuesrgirada
2021-04-12ospfd: install Type-7 when NSSA area is configured after redistributionAlexander Chernavin
2021-02-14*: remove tabs & newlines from log messagesDavid Lamparter
2020-11-04ospfd: Cleanup some clang sa issuesDonald Sharp
2020-11-01ospfd: External LSA summarisation config commands.rgirada
2020-11-01ospfd: ospf summarisation core handlersrgirada
2020-11-01ospfd: Summarisation init/de-init.rgirada
2020-10-27Merge pull request #7173 from ckishimo/forceDonald Sharp
2020-10-22ospfd: replace inet_ntoaMark Stapp
2020-10-17ospfd: Convert to using %pFXDonald Sharp
2020-09-29ospfd: fix lsa type-7 continuously refreshedckishimo
2020-09-03ospfd: install Type-7 when NSSA enabled after redistributionAlexander Chernavin
2020-05-29ospfd: External LSA lookup in LSDB failed in a specific scenariorgirada
2020-05-17ospfd: Restoring the original tag in external lsasrgirada
2020-02-03*: don't null after XFREE; XFREE does this itselfQuentin Young
2019-11-19ospfd: Add/fix some debugs to handle vrfDonald Sharp
2019-02-25*: remove casts of XMALLOC / XCALLOCQuentin Young
2018-09-06*: style for flog_warn conversionsQuentin Young
2018-09-06ospfd: Convert ospf_asbr.c to use error-codes subsystemDonald Sharp
2018-08-21ospfd: Remove unused functionDonald Sharp
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2017-11-21ospfd: Make external routes in ospf VRF awareChirag Shah