summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_asbr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospfd: Fix External Aggregator LeakKeelan102023-09-051-0/+1
* ospfd: fix default-metric change if external LSAs already sentAlexander Chernavin2023-07-191-9/+9
* lib, ospfd, yang: add route map set for min/max metricJafar Al-Gharaibeh2023-04-181-0/+2
* ospfd: use rib metric as the base for set metric +/-Jafar Al-Gharaibeh2023-04-181-3/+4
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-3/+3
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-5/+5
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-2/+2
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: Add a hash_clean_and_free() functionDonald Sharp2023-03-211-12/+5
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-2/+2
* *: remove the checking returned value for hash_get()anlan_cs2022-05-021-1/+1
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-6/+2
* ospfd: Fix spelling mistakesDonald Sharp2022-02-141-4/+4
* Merge pull request #10293 from rgirada/ospf_lsidRuss White2022-02-081-1/+8
|\
| * ospfd: Modifying LSID generation algorithmrgirada2022-01-221-1/+8
* | ospfd: adjust type of "aggr_delay_interval"anlan_cs2022-01-291-2/+2
|/
* ospfd: fix summary-address deletionIgor Ryzhov2021-11-251-3/+1
* ospfd: don't use if_lookup_by_name_all_vrfIgor Ryzhov2021-10-151-2/+3
* lib,ospfd,ospf6d: remove duplicated functionRafael Zalamena2021-07-091-2/+2
* *: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLENDonatas Abraitis2021-07-011-1/+1
* ospfd: fix memory leaks in summarizationIgor Ryzhov2021-06-081-1/+2
* ospfd: Use _func__ instead of __PRETTY_FUNCTION__Donald Sharp2021-05-121-4/+2
* ospfd: Use %pI4 in some placesDonald Sharp2021-05-041-10/+5
* ospfd: Fix some deep indentation issues in ospf_asbr.cDonald Sharp2021-05-041-40/+41
* Merge pull request #8409 from rgirada/ospf-memleakDonald Sharp2021-04-291-10/+19
|\
| * ospfd: Fixing few valgrind issuesrgirada2021-04-161-10/+19
* | ospfd: install Type-7 when NSSA area is configured after redistributionAlexander Chernavin2021-04-121-2/+20
|/
* *: remove tabs & newlines from log messagesDavid Lamparter2021-02-141-3/+3
* ospfd: Cleanup some clang sa issuesDonald Sharp2020-11-041-2/+2
* ospfd: External LSA summarisation config commands.rgirada2020-11-021-0/+132
* ospfd: ospf summarisation core handlersrgirada2020-11-021-4/+686
* ospfd: Summarisation init/de-init.rgirada2020-11-021-0/+75
* Merge pull request #7173 from ckishimo/forceDonald Sharp2020-10-271-2/+3
|\
| * ospfd: fix lsa type-7 continuously refreshedckishimo2020-09-291-2/+3
* | ospfd: replace inet_ntoaMark Stapp2020-10-221-7/+6
* | ospfd: Convert to using %pFXDonald Sharp2020-10-171-4/+2
|/
* ospfd: install Type-7 when NSSA enabled after redistributionAlexander Chernavin2020-09-031-0/+24
* ospfd: External LSA lookup in LSDB failed in a specific scenariorgirada2020-05-291-14/+24
* ospfd: Restoring the original tag in external lsasrgirada2020-05-181-0/+1
* *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-1/+0
* ospfd: Add/fix some debugs to handle vrfDonald Sharp2019-11-191-3/+6
* *: remove casts of XMALLOC / XCALLOCQuentin Young2019-02-261-2/+1
* *: style for flog_warn conversionsQuentin Young2018-09-061-5/+5
* ospfd: Convert ospf_asbr.c to use error-codes subsystemDonald Sharp2018-09-061-5/+6
* ospfd: Remove unused functionDonald Sharp2018-08-211-20/+0
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-9/+10
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-11/+8
* ospfd: Make external routes in ospf VRF awareChirag Shah2017-11-211-13/+16