summaryrefslogtreecommitdiffstats
path: root/lib/thread.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-25eigrpd: Follow other protocol leads and exit when told toDonald Sharp1-0/+2
2017-09-25lib: Free thread_master pointer after freeDonald Sharp1-0/+1
2017-09-25lib: Set pointer to NULL after freeDonald Sharp1-0/+1
2017-09-25bgpd: Fix unused variableDonald Sharp1-1/+0
2017-09-25ospf6d: fix heap use after freeQuentin Young1-1/+14
2017-09-25bgpd: skip run as option can be reusedPhilippe Guibert1-1/+1
2017-09-25bgpd: vty command fixup for evpn rt5Philippe Guibert2-8/+21
2017-09-25zebra: Do not allow delete of route from kernel in non-startup caseDonald Sharp7-15/+39
2017-09-25zebra: Do not allow same rib_dest_t be queued multiple times to meta queueDonald Sharp2-0/+11
2017-09-25zebra: Nexthop APIs to use correct vrf_idChirag Shah1-2/+2
2017-09-23isisd: ensure fragments get always linkedChristian Franke1-13/+27
2017-09-23isisd: cleanup unused variablesChristian Franke1-4/+0
2017-09-23isisd: always trigger spf run asynchronouslyChristian Franke1-16/+12
2017-09-23isisd: use only one IP of neighbor as nexthopChristian Franke1-6/+2
2017-09-22pimd: fix some null pointer derefs in cliQuentin Young1-4/+12
2017-09-22isisd: Don't corrupt generated LSPs if information exceeds capacityChristian Franke1-0/+11
2017-09-22isisd: SPF doesn't need to maintain childrenChristian Franke1-20/+0
2017-09-22isisd: use skiplist to implement ordered list for SPFChristian Franke1-65/+103
2017-09-22tests: verify isis_vertex_queue correctnessChristian Franke4-1/+121
2017-09-21zebra: make rib_add() a simple wrapper for rib_add_multipath()Renato Westphal1-88/+7
2017-09-21zebra: fix detection of duplicate kernel routes (ECMP version)Renato Westphal1-1/+5
2017-09-21lib: log error details if F_SETLK failsRenato Westphal1-1/+2
2017-09-21zebra: fix multihop/multipath confusionRenato Westphal1-6/+6
2017-09-21zebra: install MPLS LSPs with appropriate protocol typeRenato Westphal2-2/+23
2017-09-21zebra: pay attention to metric from kernel (ECMP version)Renato Westphal1-2/+8
2017-09-21zebra: plug memory leak in rib_add_multipath()Renato Westphal1-3/+4
2017-09-21zebra: use the afi parameter in rib_add_multipath()Renato Westphal2-9/+3
2017-09-21*: fix segfault when sending more than MULTIPATH_NUM nexthopsRenato Westphal9-15/+32
2017-09-21zebra: Free leaked zclient data structures on shutdownDonald Sharp1-4/+9
2017-09-21ripd: Free leaked memory on shutdownDonald Sharp1-0/+1
2017-09-20bgpd: Intialize all the variables used in argv_find.Mitesh Kanjariya2-5/+5
2017-09-20zebra: cleanup reject vs blackhole vs null0 vs Null0Daniel Walton1-80/+22
2017-09-20*: watchfrr needs 'show debugging' DEFUNDaniel Walton2-0/+13
2017-09-20bgpd: change debug_bgp_bestpath_prefix to DEFUNDaniel Walton1-12/+12
2017-09-20isisd: generate unique circuit idsChristian Franke4-37/+42
2017-09-19bgpd: fix sending of ECMP routes with both v4/v6 nexthops to zebraRenato Westphal1-10/+15
2017-09-19bgpd: Add large community json supportDonald Sharp1-3/+15
2017-09-19zebra: Allow static routes to track how long they've been aroundDonald Sharp1-0/+3
2017-09-19bgpd: rfapi - fix a couple of check that should have been against RD len vs R...Lou Berger2-2/+2
2017-09-19zebra: return CMD_SUCCESS when enabling debugsDaniel Walton1-5/+5
2017-09-19tools: frr-reload capture stderr so we can log itDaniel Walton1-2/+2
2017-09-19bgpd: debugs on subnets need to use apply_mask()Daniel Walton1-36/+17
2017-09-19tools: frr-reload support for "no no" scenarioDaniel Walton1-1/+10
2017-09-19ospf6d: OSPFv3 interface bandwidth handlingChirag Shah1-2/+11
2017-09-18vtysh: warn on cli targeting non-running daemonQuentin Young1-0/+6
2017-09-18pimd: Do not complain if re-joining an IGMP groupDaniel Walton1-9/+4