summaryrefslogtreecommitdiffstats
path: root/ospfd (unfollow)
Commit message (Expand)AuthorFilesLines
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 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-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
2017-10-05tools: Add NHRP to route flushingDonald Sharp1-0/+1
2017-10-05tools: Fix babel RT_PROT #Donald Sharp2-3/+1
2017-10-05tools: Fix route flushDonald Sharp1-7/+9
2017-10-04ospf6d: add debug ospf6 route memory to configChirag Shah1-0/+3
2017-10-04debian: Add iproute2 as dependency alternative in Debian packageSebastian Lohff1-1/+1
2017-10-04bgpd: Fix defualt-default typo in bgp evpn help textSebastian Lohff1-2/+2
2017-10-04doc: Added python-ipaddr dependancyWill McLendon1-2/+2
2017-10-04ldpd: Fix compiler warning about uninitialized rtDonald Sharp1-1/+1
2017-10-03ldpd: detach stdin/stdout/stderr from the child processesRenato Westphal1-1/+7
2017-10-03ldpd: fix issue when displaying the running configurationRenato Westphal1-0/+1
2017-10-03ldpd: remove the "discovery targeted-hello" commands from the interface nodeRenato Westphal3-36/+51