summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_main.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-11ospf6d: Make ospf6_prefix have an empty v6 addr at endDonald Sharp1-0/+1
2017-10-10ospfd: Do not delete write_q 2 times eitherDonald Sharp1-2/+0
2017-10-10ospfd: We should not be deleting ospf->oiflist 2 timesDonald Sharp1-1/+0
2017-10-10ospfd: Fix ships in the night PR's and list_deleteDonald Sharp1-2/+2
2017-10-10ospfd: OSPFv2 VRF abstact apiChirag Shah1-44/+22
2017-10-10ospfd: OSPFv2 VRF, vrf in show command outputChirag Shah2-1/+55
2017-10-10ospfd: Free memory associated with ospf instance startupDonald Sharp1-0/+5
2017-10-10ripngd: Fix possible memory leak of route_nodeDonald Sharp1-0/+2
2017-10-10lib: Add some documentation about argv_findDonald Sharp1-0/+7
2017-10-10lib: Fix missing va_endDonald Sharp1-1/+4
2017-10-10ospfd: Fix leak of route_nodeDonald Sharp1-0/+1
2017-10-10ospfd: Fix leak of streamDonald Sharp1-1/+3
2017-10-10ospfd: Fix memory leakDonald Sharp1-2/+6
2017-10-10ospfd: Fix leak of FDDonald Sharp1-1/+4
2017-10-10pimd: Fix uninited idx for argv_findDonald Sharp1-1/+1
2017-10-10isisd: Fix leaked memory in error caseDonald Sharp1-1/+4
2017-10-10ldpd: send correct notification code upon receipt of malformed packetRenato Westphal1-1/+1
2017-10-10ldpd: fix heap-use-after-free at exitRenato Westphal2-2/+18
2017-10-10babeld: Do not copy beyond end of dataDonald Sharp2-2/+2
2017-10-10zebra: use a switch statement in nexthop_set_resolved()Renato Westphal1-21/+23
2017-10-10bgpd: remove 'network' commands from the BGP_IPV6L nodeRenato Westphal1-6/+0
2017-10-10zebra: fix uninitialized prefixes in the handling of FEC messagesRenato Westphal1-0/+2
2017-10-10zebra: fix logging of MPLS labelsRenato Westphal1-8/+10
2017-10-09bgpd: check for bgp instance before processing interfacesDon Slice1-21/+23
2017-10-09pimd: Cleanup deep nesting in pim_cmd.cDonald Sharp1-86/+72
2017-10-09pimd: Display RPF address as part of json outputDonald Sharp1-0/+24
2017-10-09ospf6d: Fix snmp compile breakageDonald Sharp1-1/+1
2017-10-09lib: fix wrong warning from clangVincent JARDIN1-0/+1
2017-10-09lib: csv unit testsVincent JARDIN1-11/+8
2017-10-09lib: fix NULL->field_len accessVincent JARDIN1-0/+2
2017-10-09lib: fix a64448ba, invalid NULL->num_labelsVincent JARDIN1-1/+1
2017-10-09lib: linklist avoid access NULL->dataVincent JARDIN1-1/+2
2017-10-09bgpd: fix aspath parsingVincent JARDIN1-1/+2
2017-10-09bgpd: fix clang warningVincent JARDIN1-2/+2
2017-10-09eigrpd: fix clang warningVincent JARDIN1-0/+1
2017-10-09eigrpd: fix clang warningVincent JARDIN1-1/+1
2017-10-08bgpd: fix clang warningVincent JARDIN1-2/+2
2017-10-08vtysh: fix clang warningVincent JARDIN1-2/+2
2017-10-08zebra: fix clang warningVincent JARDIN1-1/+1
2017-10-08lib: fix clang warningVincent JARDIN1-1/+1
2017-10-08bgpd: fix clang warningVincent JARDIN1-1/+0
2017-10-08rfapi: fix clang warningVincent JARDIN1-0/+2
2017-10-08eirgpd: fix clang warningVincent JARDIN1-4/+1
2017-10-08ripngd: fix clang warningVincent JARDIN1-1/+1
2017-10-08ospfd: fix clang warningVincent JARDIN1-0/+1
2017-10-08ldpd: fix clang warningVincent JARDIN1-0/+1
2017-10-08isisd: fix clang warningVincent JARDIN1-0/+3
2017-10-08ospfd: fix clang warningVincent JARDIN1-1/+1
2017-10-08ospf6d: fix clang warningVincent JARDIN1-2/+3
2017-10-08ospf6d: fix clang warning, NULL() callsVincent JARDIN5-65/+109