summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_abr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospfd: add support for suppress_fackishimo2021-03-241-1/+2
* ospfd: fix NSSA translatorckishimo2020-11-191-1/+1
* ospfd: replace inet_ntoaMark Stapp2020-10-221-74/+75
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-16/+8
* Merge pull request #7206 from ckishimo/fix7086Russ White2020-10-201-6/+10
|\
| * ospfd: flush type 5 when type 7 is removedckishimo2020-09-291-6/+10
* | ospfd: Convert to using %pFXDonald Sharp2020-10-171-8/+8
|/
* Merge pull request #7122 from ckishimo/type4Russ White2020-09-221-0/+9
|\
| * ospfd: do not generate type 4 LSA from NSSA ABRckishimo2020-09-171-0/+9
* | ospfd: flush type 5 when type 7 is removedckishimo2020-09-121-0/+9
|/
* ospfd: install Type-7 when NSSA enabled after redistributionAlexander Chernavin2020-09-031-0/+1
* *: un-split strings across linesDavid Lamparter2020-07-141-99/+49
* *: Do not cast to the same typeDonatas Abraitis2020-04-081-4/+2
* ospfd: Cleanup set but unused variablesDonald Sharp2020-02-271-2/+1
* *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-061-1/+1
* ospfd: handling of OSPF_AREA_RANGE_ADVERTISE flagSarita Patra2018-09-251-1/+5
* ospfd: OSPF_[ERR|WARN] -> EC_OSPFQuentin Young2018-09-131-3/+3
* ospfd: Modify ospf_abr.c to use new error-code subsystemDonald Sharp2018-09-061-3/+7
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-10/+10
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-11/+12
* ospfd: LSDB_LOOP treat it as a loop.Donald Sharp2018-01-171-34/+33
* ospfd: OSPFv2 VRF SupportChirag Shah2017-10-031-3/+3
* ospfd: fix route_node_getChirag Shah2017-08-281-0/+2
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-11/+14
* *: reindent pt. 2whitespace / reindent2017-07-171-14/+11
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-1561/+1538
* Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-05-241-6/+3
|\
| * ospfd: remember format for ospf area idQuentin Young2017-05-191-6/+3
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-6/+5
* | *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-3/+2
|/
* ospfd: Fix compile warningsDonald Sharp2017-02-031-6/+6
* ospfd: Some small tweaks to the SPF execution reason patchPaul Jakma2016-05-261-2/+1
* Quagga: prefix2str fixupDonald Sharp2015-11-231-3/+3
* ospfd-spf-stats.patchDonald Sharp2015-05-201-0/+1
* *: nuke ^L (page feed)David Lamparter2014-06-041-1/+1
* ospfd: Corrected ospfd Type-4/Type-5 ls update handlingVishal Kumar2013-01-071-1/+2
* ospfd: respect max-metric over configured cost for summary LSAsJR Rivers2012-10-251-8/+28
* ospfd: ABR algorithm not propagating MAXAGE LSAs into areaJR Rivers2012-10-251-2/+3
* ospfd: blackhole route removal for area rangeJR Rivers2012-10-251-20/+16
* ospfd: fix bug in NSSA ABR status checkDenis Ovsienko2012-01-021-2/+2
* ospfd: remove unused codeStephen Hemminger2011-12-061-45/+0
* ospfd: Unify router and network LSA refresh logic with general refresherPaul Jakma2010-12-081-4/+3
* ospfd: Change struct ospf_path *oi to ifindex.Joakim Tjernlund2009-08-031-8/+5
* [ospfd] NSSA translate-enabled ABR should declare itself as ASBRPaul Jakma2006-06-261-48/+61
* [ospfd] Fix leak in area-range-cost command, CID #46.Paul Jakma2006-05-131-1/+1
* 2005-11-20 Paul Jakma <paul.jakma@sun.com>paul2005-11-201-1/+38
* 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-09-291-1/+1
* 2005-07-26 Paul Jakma <paul.jakma@sun.com>paul2005-07-261-1/+1
* 2005-05-26 Paul Jakma <paul.jakma@sun.com>paul2005-05-261-1/+1
* 2005-05-06 Paul Jakma <paul.jakma@sun.com>paul2005-05-061-38/+37