summaryrefslogtreecommitdiffstats
path: root/pimd (follow)
Commit message (Expand)AuthorAgeFilesLines
* pimd: increase the maximum msdp TLV burst to 100 from 12anuradhak2016-12-221-1/+1
* pimd: reset packet size on tcp connection resetanuradhak2016-12-221-0/+1
* pimd: Add debug logs to help find problems with stream_readanuradhak2016-12-221-2/+19
* pimd: With igmpv2 turned on don't accept 224.0.0.0/24 groupsDonald Sharp2016-12-223-0/+27
* pimd: Fix 'no ip igmp query-max-response-time XX' to workDonald Sharp2016-12-221-1/+1
* pimd: Modify the Prune Pending Timer Pop to not assertDonald Sharp2016-12-221-15/+23
* pimd: Drop local SA reference when the upstream SG is deletedanuradhak2016-12-223-6/+68
* pimd: Fix so creation of prefix happens one timeDonald Sharp2016-12-221-1/+4
* pimd: Don't allow invalid groups to be passed for igmpDonald Sharp2016-12-223-2/+28
* pimd: restart the ka timer after the sa adv timeranuradhak2016-12-222-2/+5
* pimd: Fix the number of SAs pushed into one MSDP SA-TLVanuradhak2016-12-222-2/+15
* pimd: Do not allow deletion of output interface.Donald Sharp2016-12-221-1/+1
* pimd: Fix show run output to be correct.Donald Sharp2016-12-221-1/+1
* pimd: Lower Hello sent to be immediateDonald Sharp2016-12-221-2/+16
* pimd: Fix pim_oil_equal functionDonald Sharp2016-12-221-1/+1
* pimd: Fix stupidity compile errorsDonald Sharp2016-12-221-6/+0
* pimd: Make igmp query max response time take input in dsecDonald Sharp2016-12-222-97/+32
* pimd: Cleanup nexthop debuggingDonald Sharp2016-12-222-3/+3
* pimd: Add more RP rescan pointsDonald Sharp2016-12-222-1/+4
* pimd: Only check to see if current rp is 'right' or not.Donald Sharp2016-12-221-2/+2
* pimd: When specifying 224.0.0.0/4 as the RP group inform msdpDonald Sharp2016-12-221-0/+1
* pimd: Actually expedite a helloDonald Sharp2016-12-221-0/+8
* pim-anycast-rp: Change the reason code on use-source config failure.anuradhak2016-12-221-0/+3
* pim-msdp: Fix pimd crash on mesh-group delete.anuradhak2016-12-221-1/+2
* pim-nexthop: mroute and pim-upstream rpf are falling out of sync.anuradhak2016-12-223-1/+19
* pimd: Remove redundant loggingDonald Sharp2016-12-223-19/+1
* pim-nexthop: set the correct nexthop address in the rpf info.anuradhak2016-12-221-6/+6
* pim-msdp: Update the RP address in the SA cache entry on peer ip changeanuradhak2016-12-221-3/+8
* pim-msdp: cleanup debug commandsanuradhak2016-12-221-2/+6
* pim-msdp: CLI and debug cleanupanuradhak2016-12-227-168/+163
* pimd: Cleanup igmp read socketDonald Sharp2016-12-222-18/+70
* pim-anycast-rp: Support in BGP unnumbered networks.anuradhak2016-12-225-41/+126
* pimd: Only make the pim sockets non blocking.Donald Sharp2016-12-221-16/+17
* pimd: Add knob to control # of packets read in at one timeDonald Sharp2016-12-226-2/+36
* pim-anycast-rp: Add limited support for secondary addresses.anuradhak2016-12-2211-59/+315
* pimd: Set pim socket receive buffer to a larger valueDonald Sharp2016-12-221-0/+5
* pimd: Modify mroute_read to be non-blockingDonald Sharp2016-12-221-18/+45
* pimd: Modify pim_sock_read to read 3 times before yieldingDonald Sharp2016-12-221-32/+54
* pimd: Reduce duplicate debug messages in wrvifwholeDonald Sharp2016-12-221-7/+0
* pimd: Further refine debugs in pim_sock_read pathDonald Sharp2016-12-221-37/+10
* pimd: Allow storing of sg in string formatDonald Sharp2016-12-2219-137/+146
* pimd: Cleanup handling of pim_sock_readDonald Sharp2016-12-222-21/+9
* pimd: Modify wait time for response from Null RegisterDonald Sharp2016-12-221-1/+1
* pim-kat: changed kat handling to match rfc-4601 more closely.anuradhak2016-12-227-147/+290
* pimd: Remove dead code from pim_register.cDonald Sharp2016-12-222-35/+0
* pimd: Add appropriate (S,G) debugs for registerDonald Sharp2016-12-224-6/+6
* pimd: Increase kernel socket rcvbuf size.Donald Sharp2016-12-221-0/+7
* pimd: Add 'ip pim register-suppress-time <5-60000>'Donald Sharp2016-12-222-27/+25
* pimd: Move pim_mroute.c global data to file local staticDonald Sharp2016-12-223-3/+3
* pimd: Protect log messages with debug in pim_pim.cDonald Sharp2016-12-221-24/+35