summaryrefslogtreecommitdiffstats
path: root/ChangeLog (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-12-22pimd: Modify Debug to be betterDonald Sharp2-9/+14
2016-12-22pimd: Be more careful looking up mroute statisticsDonald Sharp1-0/+3
2016-12-22pimd: pim upstream child listDonald Sharp4-141/+155
2016-12-22pim-msdp: part-1 - initial protocol infra.anuradhak14-42/+1609
2016-12-22pimd: Fix gcc compile issue.Donald Sharp1-4/+0
2016-12-22pimd: Pass in upstream to pim_msg_join_prune_encode.Donald Sharp3-12/+11
2016-12-22pimd: Remove unused/unmaintained test commandsDonald Sharp1-738/+0
2016-12-22pimd: Convert pim_joinprune_send to receive upstreamDonald Sharp5-11/+11
2016-12-22pimd: When nexthop_lookup fails allow a retry.Donald Sharp1-5/+1
2016-12-22pimd: Ignore (S,G) Prunes with no current stateDonald Sharp1-0/+9
2016-12-22pimd: Find an interface that is both connected and setup for pimDonald Sharp3-11/+19
2016-12-22pimd: Start (S,G,rpt) codingDonald Sharp2-3/+23
2016-12-22pimd: Clean up the interface deletionDonald Sharp5-9/+38
2016-12-22pimd: Make sure we have valid pointer when printing debugsDonald Sharp1-4/+11
2016-12-22pimd: Fix possible crash using 'struct pim_nexthop'Donald Sharp1-0/+1
2016-12-22pimd: Ensure 'struct nexthop' has been zeroedDonald Sharp1-0/+1
2016-12-22pimd: Fix crash when cannot find igmpDonald Sharp1-5/+5
2016-12-22pimd: Add basic nexthop lookup cached information.Donald Sharp4-4/+63
2016-12-22pimd: Add the ability to get time in usecDonald Sharp2-0/+20
2016-12-22pimd: Fix possible double free of upstreamDonald Sharp5-21/+35
2016-12-22pimd: Fix crash when igmp message comes in on non-configured interfaceDonald Sharp1-0/+8
2016-12-22pimd: Fix child ifchannel overwrite parent ifchannelDonald Sharp1-2/+2
2016-12-22pimd: always build json for show commandsDaniel Walton1-69/+108
2016-12-22pimd: Fix pim_nexthop_lookupDonald Sharp1-9/+12
2016-12-22pimd: Fix uninitialized valueDonald Sharp1-2/+0
2016-12-22pimd: Add interface to ifchannel debugsDonald Sharp2-6/+11
2016-12-22pimd: Add debug for packet statsDonald Sharp1-0/+7
2016-12-22pimd: Fix ifchannel being left aroundDonald Sharp1-28/+5
2016-12-22pimd: Fix show of 'ip pim rp keep-alive-timerDonald Sharp1-1/+1
2016-12-22pimd: replace grp_str[100] with grp_str[INET_ADDRSTRLEN]Daniel Walton26-363/+363