summaryrefslogtreecommitdiff
path: root/net/mpd5/files/patch-l2tp-multihomed (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net/mpd5: Re-implement improvement for multi-homed L2TP serverEugene Grosbein2021-12-041-0/+161
| | | | | | | | | 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.
* net/mpd5: undo recent change for L2TP server.Eugene Grosbein2021-11-281-124/+0
| | | | | | | | | | 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
* net/mpd5: add missing change after previous revisionEugene Grosbein2021-09-181-12/+12
| | | | Add r2420 from upstream to speedup multihomed L2TP server a bit.
* net/mpd5: unbreak multihomed L2TP server setup and add WITHOUT_RADIUSEugene Grosbein2021-09-181-0/+124
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)