The intent is to provide more entropy than can be provided
by just the 32-bits of the IPv6 address which overlaps with
6to4 tunnels. This is needed to mitigate potential algorithmic
complexity attacks from attackers who can control large
numbers of IPv6 addresses.
Details
Details
- Reviewers
dwmalone rscheff - Group Reviewers
network transport - Commits
- rGa057769205c3: in_pcb: use jenkins hash over the entire IPv6 (or IPv4) address
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
David dropped me an email saying he'll look at this but earliest the weekend. Would be good to hold it off to give him some time.
Comment Actions
This looks good to me - including a random hashseed seems like a great idea. I guess someday it might be neat to hash the fport and lport values, rather than xor them, but that should wait for another day if this has already been running in Netfilx.