summaryrefslogtreecommitdiffstats
path: root/pimd (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-12ldpd: fix broken label allocationRenato Westphal1-1/+2
2017-09-08lib: free thread master nameQuentin Young1-0/+2
2017-09-08tools: frr-reload.py support for vni under 'address-family l2vpn evpn'Daniel Walton1-1/+26
2017-09-08docs: Added large-community documentationNigel Kukard1-0/+99
2017-09-08bgpd: Fix AS_PATH size calculation for long pathsAndreas Jaggi1-1/+1
2017-09-08Typos and formattingManuel Schweizer1-3/+3
2017-09-07zebra: allow multiple connected routes for the same prefixRenato Westphal1-3/+4
2017-09-07pimd: We do not need to BINDTODEVICE for default vrfDonald Sharp1-1/+2
2017-09-07build: non-recursive pimdDavid Lamparter7-93/+126
2017-09-07build: non-recursive watchfrr & toolsDavid Lamparter10-42/+74
2017-09-07bgpd: fix compiler warningDavid Lamparter1-1/+1
2017-09-07bgpd: add comment on bgp_attr_internDavid Lamparter1-0/+6
2017-09-07bgpd: remove transit_dup() & cluster_dup()David Lamparter1-31/+0
2017-09-07bgpd: rip out bgp_attr_deep_dup(), fix table-mapDavid Lamparter3-121/+40
2017-09-07bgpd: kill bgp_attr_refcount()David Lamparter3-41/+1
2017-09-07bgpd: add safety check on ATTR_FLAG_BITDavid Lamparter1-1/+6
2017-09-06vtysh: fix pathspaceQuentin Young1-2/+2
2017-09-06bgpd: Cleanup rmap name memory leakDonald Sharp1-0/+4
2017-09-06eigrpd: Clean up some new coverity issuesDonald Sharp1-2/+3
2017-09-06pimd: Add usage of vty_frame for vrf configurationDonald Sharp1-2/+2
2017-09-06zebra: Allow zebra to delete self originated routesDonald Sharp2-26/+101
2017-09-05nhrpd: Add hash table namesDonald Sharp4-4/+12
2017-09-05bgpd: Add various hash optimizationsDonald Sharp10-68/+54
2017-09-05zebra: Add hash name to mpls hashDonald Sharp1-2/+6
2017-09-05lib: Hash creation cleanupDonald Sharp5-12/+33
2017-09-05ripd: Fix warning about metric value less than 0Donald Sharp1-2/+1
2017-09-05vtysh: complete 40818cecQuentin Young1-34/+11
2017-09-05zebra: accept Null0 again in addition to null0Renato Westphal1-6/+12
2017-09-05zebra: display static blackhole routes consistentlyRenato Westphal3-17/+37
2017-09-05eigrp: Fix missing neighbor->nexthop changes?Donald Sharp3-3/+3
2017-09-03bgpd: Fixed some comments in bgp_lcommunity.hNigel Kukard1-2/+2
2017-09-03bgpd: Fixed incorrect MTYPE being used for large communitesNigel Kukard1-2/+2
2017-09-02bgpd: rfapi - fix vestige from gratuitous grammar change.Lou Berger1-3/+3
2017-09-02bgpd: Fixed pointer calculation issue in lcommunityNigel Kukard1-2/+1
2017-09-02tests: skip isis tlv fuzztest on SunOSChristian Franke3-3/+17
2017-09-01zebra: add an exception for link-local connected routesRenato Westphal1-1/+6
2017-09-01bgpd: Use lcommunity_new() to allocate new lcommunityNigel Kukard1-1/+1
2017-09-01zebra: allow blackhole routes from the kernel to be deletedRenato Westphal1-9/+18
2017-09-01zebra: fix detection of duplicate system routesRenato Westphal1-5/+4
2017-09-01zebra: remove refcnt from the route_entry structureRenato Westphal3-16/+3
2017-09-01zebra: fix compiler error introduced by previous commitRenato Westphal1-4/+4
2017-09-01bgpd: Fixed pointer arithmatic miscalculationNigel Kukard1-2/+1
2017-09-01bgpd: Fixed incorrect large community pointer calculationNigel Kukard1-2/+1
2017-09-01bgpd: Fixed incorrect calculation of pointer locationNigel Kukard1-2/+1
2017-09-01bgpd: Fixed potential memory leak if additive is falseNigel Kukard1-7/+8
2017-09-01bgpd: Fixed potential memory leak if additive is false in normal communitiesNigel Kukard1-7/+8
2017-09-01bgpd: Cleaned up some commentsNigel Kukard1-4/+2
2017-09-01bgpd: Fixed typo in commentNigel Kukard1-1/+1
2017-09-01bgpd: Fixed typo in the lc list type being matched onNigel Kukard1-1/+1
2017-09-01bgpd: Cleaned up the lcom->size * LCOMMUNITY_SIZE with lcom_length()Nigel Kukard2-18/+15