summaryrefslogtreecommitdiffstats
path: root/ospfd/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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
2017-10-08rfapi: avoid calling NULL() function.Vincent JARDIN1-1/+15
2017-10-06ldpd: sprinkle in some asserts to make scan-build happyRenato Westphal7-5/+12
2017-10-06zebra: Fix MAC counts for EVPNvivek1-5/+32
2017-10-06zebra: Handle L3 multi-tenancy correctly for EVPNvivek4-443/+367
2017-10-06zebra: fix display of negative route metrics and tagsRenato Westphal1-2/+2
2017-10-06*: use argv[]->text instead of argv[]->arg when appropriateRenato Westphal4-40/+24
2017-10-06lib, ldpd: fix "argument cannot be negative" coverity warningsRenato Westphal2-13/+30
2017-10-05zebra: resolve issue with importing table entries correctlyDon Slice1-27/+15
2017-10-05*: Convert list_free usage to list_deleteDonald Sharp20-46/+40
2017-10-05*: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp80-250/+231
2017-10-05vtysh: Fix ordering of multicast boundary commandDonald Sharp1-0/+18
2017-10-05pimd: Fix multicast boundary commandDonald Sharp2-3/+3
2017-10-05bgpd: Fixup json with RouteDistinguishersDonald Sharp1-206/+224
2017-10-05bgpd: Cleanup bgp_show_table to be easier on the eyesDonald Sharp1-203/+189
2017-10-05bgpd: fix 'show bgp ipvX vpn rd' commandLou Berger1-4/+16
2017-10-05bgpd: fix show bgp ipvX vpn all rdLou Berger1-3/+2
2017-10-05bgpd: remove old/broken vpnv4 from of show bgpLou Berger1-5/+1
2017-10-05bgpd: unify 'show bgp' with RD with normal unicast bgp showLou Berger3-297/+88
2017-10-05*: Add some documentation about how to handle new daemonsDonald Sharp2-2/+20