summaryrefslogtreecommitdiffstats
path: root/isisd (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-26pimd: Fix some file inclusion issues.Donald Sharp2-0/+2
2016-05-26pimd: Move add_oif into pim_oil.cDonald Sharp6-152/+167
2016-05-26pimd: Add New Source type for where a (S,G) mroute is learnedDonald Sharp2-4/+17
2016-05-26pimd: Convert the RP(G) code to return a struct pim_rpfDonald Sharp4-8/+11
2016-05-26lib: Fix compile warnings with zlog_hexdumpDonald Sharp2-5/+5
2016-05-26pimd: Modify the RP data structure.Donald Sharp7-21/+41
2016-05-26pimd: Move I_am_DR macro to more appropriate placeDonald Sharp3-4/+6
2016-05-26pimd: Add some code to intelligently handle WHOLEPKT generationDonald Sharp3-3/+26
2016-05-26pimd: Add some debug code to unknown packet upcallsDonald Sharp1-2/+5
2016-05-26pimd: Fixup some broken code for the register receiveDonald Sharp1-9/+11
2016-05-26pimd: Cleanup some comments and documentationDonald Sharp2-2/+1
2016-05-26pimd: Start handling of pim REGISTER packet typeDonald Sharp3-19/+84
2016-05-26pimd: Cause NOCACHE event to create WHOLEPKT events for pimdDonald Sharp1-0/+14
2016-05-26pimd: Fix nexthop resolution breakageDonald Sharp1-14/+18
2016-05-26pimd: Fixup kernel callbacks to handle them betterDonald Sharp1-107/+141
2016-05-26pimd: Register with kernel to get unknown multicast packetsDonald Sharp4-6/+9
2016-05-26zebra: don't print uninitialized string (3b02fe8)David Lamparter1-3/+1
2016-05-26pimd: SwitchToSptDesired additionDonald Sharp2-2/+39
2016-05-26pimd: Add code to start the KAT(S,G) as neededDonald Sharp4-0/+55
2016-05-26pimd: Create some infrastructure code for RST(S,G) and KAT(S,G)Donald Sharp4-3/+24
2016-05-26pimd: Start work for handling of register commandDonald Sharp3-2/+230
2016-05-26pimd: Check to see if we are the RPDonald Sharp1-0/+5
2016-05-26pimd: Add SPTbit(S,G) supportDonald Sharp4-4/+15
2016-05-26pimd: Start adding the ability to handle the Bridge RouterDonald Sharp4-2/+130
2016-05-26pimd: Add code to get RP(G)Donald Sharp2-0/+17
2016-05-26pimd: Add RP check codeDonald Sharp2-0/+50
2016-05-26pimd: Receive and transmit (*,G) to the RPDonald Sharp7-8/+104
2016-05-26pimd: Fix test_igmp_join code to handle thread_master * changesDonald Sharp2-0/+3
2016-05-26Implement "ip pim rp X.Y.Z.A" and "ip pim sm" commandsDonald Sharp5-21/+134
2016-05-26Fixup of Code to allow pimd to actually run on startupDonald Sharp4-2/+9
2016-05-26pimd: Limit pim hello log messagesDonald Sharp3-80/+89
2016-05-26pimd: Fix size_t zlog_err format string warningPaul Jakma1-1/+1
2016-05-26pimd: Cleanup interface startupDonald Sharp2-55/+18
2016-05-26pimd: Notice when we receive a packet type we can't handle yetDonald Sharp1-0/+14
2016-05-26pimd: Add knowledge of different packet typesDonald Sharp1-0/+6
2016-05-26pimd: Cleanup zebra debugs to be protected by debug commandsDonald Sharp7-44/+48
2016-05-26pimd: Do not display some default values as part of a show runDonald Sharp1-10/+16
2016-05-26pimd: Fix warningMartin Winter1-1/+1
2016-05-26pimd: use IPPROTO_IP (not SOL_IP) for IP_PKTINFODavid Lamparter2-5/+5
2016-05-26pimd: Fix compile warning (error with Werror) on BSDPaul Jakma1-2/+5
2016-05-26pimd: Remove stdout zlog changesDonald Sharp1-17/+1
2016-05-26pimd: Fix leaked fdDonald Sharp1-0/+1
2016-05-26build: Enable vtysh and pimd as part of default buildDonald Sharp1-6/+5
2016-05-26bgpd/pimd: fix zAPI parsingNicolas Dichtel3-27/+46
2016-05-26pimd: Create ability to modify hell and hold timers per interfaceDonald Sharp3-1/+79
2016-05-26pimd: Change ioctl call failure from vty_out to zlog_warnDonald Sharp1-10/+7
2016-05-26pimd: Ensure new generation_id is different from previousDonald Sharp1-1/+13
2016-05-26pimd: Stop DR election on every helloDonald Sharp1-3/+0
2016-05-26pimd: Fix first DR ElectionDonald Sharp1-20/+20
2016-05-26pimd: Add ability to set DR Priority for an interfaceDonald Sharp4-7/+82