summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-4/+4
* ospfd: Cleanup some warnings that were not warningsDonald Sharp2018-09-061-1/+1
* *: ALLOC calls cannot failDonald Sharp2018-08-111-3/+0
* babeld, lib, ospfd, tests: fmt fixes (cppcheck)paco2018-06-181-1/+1
* ospfd: packet fifo init in interface createChirag Shah2018-05-111-4/+8
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-8/+8
* ospfd: Treat vrf interface as loopback typeChirag Shah2018-03-081-3/+3
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-2/+3
* ospfd: show ip ospf neighbor json output formatChirag Shah2018-01-211-0/+22
* ospfd: reset ospf interface protocol statsChirag Shah2017-10-231-0/+12
* lib: nuke the if_*_by_name_len() functionsRenato Westphal2017-10-101-2/+2
* *: Convert list_free usage to list_deleteDonald Sharp2017-10-051-3/+3
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-1/+1
* ospfd: OSPFv2 VRF remove iflist from masterChirag Shah2017-10-031-1/+0
* ospfd: OSPFv2 VRF SupportChirag Shah2017-10-031-3/+19
* ospfd: fix route_node_getChirag Shah2017-08-281-0/+2
* lib: replace if_add_hook with hook_* logicDavid Lamparter2017-08-151-2/+2
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-3/+2
* *: reindent pt. 2whitespace / reindent2017-07-171-2/+3
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-967/+908
* *: fix GCC 7 switch/case fallthrough warningsDavid Lamparter2017-07-141-0/+1
* Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-06-291-1/+7
|\
| * ospfd: correct typo in zebra traceChirag Shah2017-06-141-0/+3
| * ospfd: ospf bandwidth handlingChirag Shah2017-06-121-3/+1
| * ospfd: ospf bandwidth handlingChirag Shah2017-06-121-1/+6
* | Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-05-241-2/+2
|\|
| * ospfd: remember format for ospf area idQuentin Young2017-05-191-2/+2
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-5/+4
|/
* ospfd: Remove unused functionDonald Sharp2017-04-251-40/+0
* *: use hooks for sending SNMP trapsDavid Lamparter2017-03-251-9/+4
* lib, ospfd, pimd: Convert to using VRF based interface creationDonald Sharp2017-03-151-1/+1
* ospfd, ospf6d: add qobj registrationsDavid Lamparter2016-12-091-1/+5
* ospfd: set the OSPF socket's send buffer size only onceRenato Westphal2016-12-081-5/+0
* ospfd: Remove HAVE_OPAQUE_LSADonald Sharp2016-08-161-8/+0
* ospfd: Ensure correct handling of router-id changevivek2016-07-201-2/+2
* ospfd: fix - correct neighbor index on changing/p2p/virtual linksJafar Al-Gharaibeh2016-06-101-3/+5
* ospfd: Fix bug in 94266fa822ba, nbr_self rebuild didn't add valid nbr_selfPaul Jakma2016-05-261-3/+1
* quagga: Remove iflist global variableDonald Sharp2016-04-081-1/+1
* *: call if_init()/if_terminate() from vrf_init()/vrf_terminate()Feng Lu2015-10-301-1/+0
* arm compilation failures.Donald Sharp2015-07-301-1/+1
* Fixup of a few missed warnings after --enable-werror turned onDonald Sharp2015-07-261-0/+1
* This patch changes ospfd from only listening mode for BFD status updates to i...Donald Sharp2015-07-221-0/+2
* ospfd: ospfd-virtual-link.patchDonald Sharp2015-05-201-0/+5
* Unnumbered interface support.Donald Sharp2015-05-201-3/+10
* *: nuke ^L (page feed)David Lamparter2014-06-041-6/+6
* ospfd: Optimize and improve SPF nexthop calculationJoakim Tjernlund2012-07-251-0/+18
* ospfd: Unify router and network LSA refresh logic with general refresherPaul Jakma2010-12-081-5/+3
* ospfd: Remember network LSA sequence numbers across up/downs of an interfacePaul Jakma2010-12-081-1/+4
* ospfd: interface code should leave network_lsa_self alonePaul Jakma2010-12-081-5/+0
* ospfd: ospf_if_free can leave dangling references on ISM events - cancel themPaul Jakma2010-12-081-0/+2