| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Import upstream r2437-r2440:
Use IP_RECVDSTADDR socket option for IPv4 L2TP server
with unspecified self address (0.0.0.0) to determine destination
IP address of incoming request and bind new tunnel to right address.
This unbreaks multihomed L2TP server setup.
|
|
|
|
|
|
|
|
|
|
| |
Temporary remove a change to L2TP server introduced after mpd5-5.9_2
(an attempt to improve multi-homed server behavior)
because of discovered bug that can result in a hang of the process.
Fixed version will be added later after more testing.
Reported by: Eugene Selin at SourceForge
|
|
|
|
| |
Add r2420 from upstream to speedup multihomed L2TP server a bit.
|
|
This change adds two improvements from upstream:
* Use IP_RECVDSTADDR socket option for IPv4 L2TP server
with unspecified self address (0.0.0.0) to determine destination
IP address of incoming request and bind new tunnel to right address.
This unbreaks multihomed L2TP server setup. (r2419)
* Add support for base system built without libradius
(WITHOUT_RADIUS_SUPPORT): this includes auto-detecting
libradius presence and force building without RADIUS support.
Default build is not affected and enables RADIUS support. (r2424)
|