summaryrefslogtreecommitdiffstats
path: root/ospf6d (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-22lib: Fix clang SA warnings.Donald Sharp1-1/+2
2016-12-22zebra: Cleanup zebra_static CLANG/SA issues.Donald Sharp7-18/+48
2016-12-22pimd: Removing impossible codeDonald Sharp1-5/+0
2016-12-22zebra: Fix clang SA warningsDonald Sharp1-1/+4
2016-12-22pimd: Reduce pim oil scan timer to 50msDonald Sharp1-1/+1
2016-12-22pimd: Start handling of wrong interface for (*,G)Donald Sharp1-10/+28
2016-12-22lib: Fix thread_execute_crashDonald Sharp1-3/+7
2016-12-22pim-msdp: part-3: use SA cache for setting up SPTsanuradhak8-26/+302
2016-12-22pimd: Add (-) PRUNE(S,G,rpt) from interface determination.Donald Sharp1-0/+4
2016-12-22zebra: Perform safe walk of RIB entries in rib_process()vivek1-1/+1
2016-12-22pimd: Fix the test to see if a upstream is (S,G,rpt)Donald Sharp1-2/+9
2016-12-22lib: Fix 'show thread cpu' to display active threadsDonald Sharp2-3/+7
2016-12-22lib: Slight Optimization of thread handling.Donald Sharp1-23/+22
2016-12-22pimd: Add code to handle pim prune(S,G) with sptbitDonald Sharp2-53/+83
2016-12-22pimd: Write pim_upstream_empty_inherited_olistDonald Sharp3-2/+23
2016-12-22pimd: Fix possible crash when leaving a channelDonald Sharp1-2/+2
2016-12-22pimd: Modify downstream JP state to take into account all statesDonald Sharp1-1/+14
2016-12-22pimd: Remove unnecessary assertsDonald Sharp11-43/+0
2016-12-22pimd: Add Handler for Receive (*,G) join for (S,G,rpt)Donald Sharp3-8/+69
2016-12-22pimd: Ensure 'struct prefix sg' is inited in right orderDonald Sharp3-1/+3
2016-12-22pimd: Fix 'show ip pim join json' outputDonald Sharp1-1/+10
2016-12-22pimd: Add ability to know if ifchannel is (S,G,rpt)Donald Sharp2-0/+10
2016-12-22pimd: 'show ip pim join json' add by src not grpDonald Sharp1-1/+1
2016-12-22pimd: Don't delete ifchannel if expiry timer is still running.Donald Sharp1-1/+2
2016-12-22pimd: use 'struct prefix_sg' for recv_join and _pruneDonald Sharp1-36/+20
2016-12-22pimd: Modify pim_parse_addr_source to use 'struct prefix_sg'Donald Sharp3-12/+9
2016-12-22pimd: Modify pim_parse_addr_group to use 'struct prefix_sg'Donald Sharp6-21/+18
2016-12-22pimd: Add ability for ifchannel *,G to know their S,G'sDonald Sharp4-73/+78
2016-12-22pimd: Send prune(S,G,RPT) with (*,G) joinDonald Sharp1-1/+14
2016-12-22pim-msdp: part-2: SA cache supportanuradhak13-56/+892
2016-12-22pimd: Store ifchannel information in a global list too.Donald Sharp6-420/+350
2016-12-22pimd: Allow further refinement of pim join orderDonald Sharp1-8/+25
2016-12-22pimd: Protect some zlog_debug messagesDonald Sharp1-123/+120
2016-12-22pimd: Protect debug messages.Donald Sharp1-12/+18
2016-12-22lib: Turn off automatic debugging of Wheel code.Donald Sharp1-1/+1
2016-12-22pimd: Add some explanatory debugging for a error condition.Donald Sharp1-1/+6
2016-12-22pimd: Fix test for (S,G,rpt) prune inclusion.Donald Sharp1-1/+1
2016-12-22pimd: No need to reset uptime if state is the sameDonald Sharp1-1/+2
2016-12-22pimd: Abstract setting of the spt bit a bit moreDonald Sharp3-35/+81
2016-12-22pimd: Add ability to set SPTBIT on a S,G streamDonald Sharp1-4/+82
2016-12-22pimd: Start addition of timer wheelDonald Sharp1-0/+28
2016-12-22lib: Add Timer Wheel functionalityDonald Sharp3-2/+236
2016-12-22pimd: Start coding of sending Prune (s,g,rpt) with *,g prune.Donald Sharp1-2/+51
2016-12-22pimd: Add some helper functions.Donald Sharp2-0/+17
2016-12-22pimd: Add the ability to test if the RPF' is the sameDonald Sharp2-0/+10
2016-12-22PIM After LHR swp bounce toward rx host, igmp_source_forward_startDaniel Walton1-2/+5
2016-12-22pimd: Add ability to listen to igmp messages on 224.0.0.2Donald Sharp1-3/+0
2016-12-22pimd: Fix 'ip igmp join ..'Donald Sharp2-2/+2
2016-12-22pimd: When nexthop lookup fails, back out gracefullyDonald Sharp1-2/+10
2016-12-22pimd: Allow FHR/RP/LHR to be one and the sameDonald Sharp1-5/+14