summaryrefslogtreecommitdiffstats
path: root/zebra/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-10lib: fix bug in if_cmp_name_func()Renato Westphal1-0/+2
2017-10-10*: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal20-38/+99
2017-10-10*: eliminate IFINDEX_DELETED in favor of IFINDEX_INTERNALRenato Westphal10-17/+7
2017-10-10*: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal49-382/+308
2017-10-10lib: register 'if_var_handlers' only onceRenato Westphal1-22/+22
2017-10-10lib: nuke the if_*_by_name_len() functionsRenato Westphal13-133/+71
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
2017-10-05tools: Add NHRP to route flushingDonald Sharp1-0/+1