summaryrefslogtreecommitdiffstats
path: root/ospfd/ospfd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* | *: style for flog_warn conversionsQuentin Young2018-09-061-3/+4
* | ospfd: Convert opsfd.c to use new error-code subysstemDonald Sharp2018-09-061-3/+3
* | ospfd: Cleanup some warnings that were not warningsDonald Sharp2018-09-061-6/+2
|/
* ospfd: adaptations to handle vrf aliasPhilippe Guibert2018-08-281-3/+8
* *: add a vrf update hook to be informed of the vrf namePhilippe Guibert2018-08-281-1/+1
* ospfd: Remove unused functionDonald Sharp2018-08-211-1/+1
* *: use frr_elevate_privs() (2/2: manual)David Lamparter2018-08-141-16/+9
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-2/+2
* ospfd: zlog_ferr facilityChirag Shah2018-08-141-10/+10
* lib, bgpd, ospf6d, ospfd, pimd: Allow finish to cleanup a bit moreDonald Sharp2018-08-031-3/+0
* eigrpd ospfd: null chk (Coverity 1458168 1455335)paco2018-06-251-3/+4
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-7/+7
* ospfd: resend redistribute request to zebra after ospf gets notified of vrf_idG. Paul Ziemba2018-03-091-1/+26
* Merge pull request #1428 from LabNConsulting/working/master/indentDonald Sharp2018-03-071-54/+57
|\
| * *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-54/+57
* | ospfd: cancel SR thread at shutdownQuentin Young2018-03-061-0/+1
|/
* ospfd: basic support for VRF NETNS backendPhilippe Guibert2018-02-271-10/+19
* ospfd: fix static analysis with variable initialised never readPhilippe Guibert2018-02-271-1/+1
* OSPFd: Fix ospfd crash during CIOlivier Dugeon2018-02-031-2/+2
* Merge remote-tracking 'frr/master' into SR-RoutingOlivier Dugeon2018-01-301-19/+32
|\
| * ospfd: clean route map prefixlist vrf during exitChirag Shah2018-01-251-0/+15
| * Merge pull request #1667 from Orange-OpenSource/masterRuss White2018-01-241-1/+0
| |\
| | * OSPFD: Solve Issue #1652Olivier Dugeon2018-01-231-1/+0
| * | ospfd: fix compilation issue with ospfdPhilippe Guibert2018-01-221-5/+5
| * | ospfd: LSDB_LOOP treat it as a loop.Donald Sharp2018-01-171-13/+12
| |/
* / OSPFd: Update Segment Routing PR following reviewOlivier Dugeon2018-01-291-0/+2
|/
* ospfd: do not complain if same area is reconfiguredDaniel Walton2018-01-081-2/+8
* ospfd: Make external routes in ospf VRF awareChirag Shah2017-11-211-24/+27
* ospfd: flush self-originated lsa upon restart frrChirag Shah2017-11-081-2/+1
* ospfd: VRF aware Router-ID updateChirag Shah2017-11-061-3/+3
* ospfd: Make 'struct zebra_privs_t' available.Donald Sharp2017-10-241-1/+0
* ospfd: fix ospf nssa commandChirag Shah2017-10-161-8/+36
* Merge pull request #1298 from opensourcerouting/iface-rb-treeDonald Sharp2017-10-161-5/+6
|\
| * *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-3/+3
| * *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-5/+6
* | ospfd: Do not delete write_q 2 times eitherDonald Sharp2017-10-101-2/+0
* | ospfd: We should not be deleting ospf->oiflist 2 timesDonald Sharp2017-10-101-1/+0
* | ospfd: Fix ships in the night PR's and list_deleteDonald Sharp2017-10-101-2/+2
* | ospfd: Free memory associated with ospf instance startupDonald Sharp2017-10-101-0/+5
|/
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-6/+6
* ospfd: OSPFv2 VRF remove iflist from masterChirag Shah2017-10-031-1/+1
* ospfd: Bind socket to vrf deviceChirag Shah2017-10-031-1/+13
* ospfd: OSPFv2 VRF Changes IIChirag Shah2017-10-031-4/+10
* ospfd: OSPFv2 VRF SupportChirag Shah2017-10-031-27/+227
* *: make all daemons call frr_fini() on exitRenato Westphal2017-09-121-0/+3