mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
By default, pppd attempts to detect loopbacks on the underlying
interface using a pseudo-randomly generated magic number and checks if
the same value is received. The seed for the PRNG is a hash of hostname
XOR current time XOR pid, which is likely to collide on NIPA, causing
false positives. Disable magic number generation.
Reported-by: Matthieu Baerts <matttbe@kernel.org>
Fixes:
|
||
|---|---|---|
| .. | ||
| config | ||
| Makefile | ||
| ppp_async.sh | ||
| ppp_common.sh | ||
| pppoe-server-options | ||
| pppoe.sh | ||
| pppol2tp.sh | ||