summaryrefslogtreecommitdiffstats
path: root/ospfd/ospfd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ospfd: Clear ip ospf process and clear ip ospf neighborMobashshera Rasool2021-01-121-21/+78
* *: Replace s_addr check agains 0 with INADDR_ANYDonatas Abraitis2020-12-141-2/+2
* ospf: fix instance initialization when using multi-instance modeIgor Ryzhov2020-12-021-36/+42
* ospfd: fix NSSA translate-alwaysckishimo2020-11-211-2/+15
* ospfd: Summarisation init/de-init.rgirada2020-11-021-0/+19
* ospfd: clean up SA warning in ospf_finish_final()Mark Stapp2020-10-291-1/+1
* Merge pull request #7301 from idryzhov/ospf-fixesSantosh P K2020-10-281-42/+34
|\
| * ospfd: use all "ip ospf area" params for ospf initializationIgor Ryzhov2020-10-141-2/+11
| * ospfd: don't initialize ospf every time "router ospf" is usedIgor Ryzhov2020-10-141-26/+25
| * ospfd: remove dead codeIgor Ryzhov2020-10-131-6/+0
| * ospfd: don't remove interface config when removing routerIgor Ryzhov2020-10-131-10/+0
* | * : update signature of thread_cancel apiMark Stapp2020-10-231-5/+2
* | ospfd: replace inet_ntoaMark Stapp2020-10-221-12/+12
|/
* ospfd: ospf GR helper initializationrgirada2020-09-221-0/+6
* Merge pull request #6789 from volta-networks/feat_ldp_igp_syncRenato Westphal2020-09-111-0/+9
|\
| * ospfd: ldp-igp-sync feature: adding ospf supportlynne2020-09-091-0/+9
* | ospfd: make proactive ARP configurableJakub UrbaƄczyk2020-08-201-0/+2
|/
* Merge pull request #6333 from Spantik/ospf_defaultRafael Zalamena2020-07-151-0/+1
|\
| * ospf: Default-information originate with routemapSantosh P K2020-07-071-0/+1
* | ospfd: allow interfaces to come up in rare situationDonald Sharp2020-07-081-0/+12
|/
* *: have daemons call frr_fini() at terminationMark Stapp2020-06-111-2/+3
* *: Do not cast to the same typeDonatas Abraitis2020-04-081-1/+1
* *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-061-4/+3
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-10/+10
* *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-061-5/+6
* ospfd: use new defaults mechanism (v2)David Lamparter2019-12-061-14/+4
* ospfd: remove minor WTF in instance creationDavid Lamparter2019-12-061-11/+1
* ospfd: Add a function to return the name of the vrf we are in.Donald Sharp2019-11-191-0/+8
* *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-0/+1
* Merge pull request #4564 from pguibert6WIND/misc_vrf_update_nameRuss White2019-09-171-1/+1
|\
| * ospfd: update ospf default vrf name with vrf hookPhilippe Guibert2019-08-271-1/+1
* | *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-031-1/+1
|/
* ospfd: clean up default route logicDavid Lamparter2019-08-021-1/+1
* ospfd: kill totally misnamed "timers"David Lamparter2019-08-021-27/+2
* ospfd: remove t_external_lsaDavid Lamparter2019-08-021-1/+0
* ospfd: no router ospf crash fixChirag Shah2019-07-151-8/+9
* ospfd: Do not modify list when using _RO loopDonald Sharp2019-07-021-1/+1
* Merge pull request #3888 from donaldsharp/ospf_cleanupOlivier Dugeon2019-07-021-1/+5
|\
| * ospfd: Cleanup ospf->redist and ospf->external on shutdownDonald Sharp2019-06-221-1/+5
* | Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-7/+2
|/
* *: change interface structure, from vrf_id to vrfPhilippe Guibert2019-06-121-2/+7
* ospfd: Allow pre-existing vrf's to workDonald Sharp2019-02-251-2/+6
* ospfd: permit reconfiguring network after area suppressedPhilippe Guibert2018-11-091-0/+26
* Merge pull request #3239 from pguibert6WIND/ospf_virtual_link_configRuss White2018-11-011-0/+1
|\
| * ospfd: do not remove area structure, while vls are configuredPhilippe Guibert2018-10-251-0/+1
* | *: spelchekDavid Lamparter2018-10-251-1/+1
|/
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-6/+6
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-1/+1
* Merge pull request #3006 from pacovn/static_analysis__shadow_variables1Donald Sharp2018-09-131-3/+0
|\
| * bgpd isisd ospf6d ospfd: variable shadowing fixesF. Aragon2018-09-121-3/+0