Age | Commit message (Collapse) | Author |
|
|
|
peer linklocal address can't be negotiated in ipoe mode unlike ppp,
so route may lead to nowhere with non-working PD routing as result.
so, instead of guessing peer link-local address, use dhcpv6 client
src address as the gateway.
since dhcpv6 clients are onlink and there's no dhcpv6 relay support
(yet), dhcpv6 source would be exactly final linklocal address, no
matter ppp or ipoe is in use.
fine tune commit abaa43a307fa7a790dd34034c5fd8013dbd0488c
|
|
|
|
ppp: fix mtu/mru negotiation in unit-preallocate/unit-cache modes
|
|
|
|
DHCP-Server-IP-Address is not supplied
|
|
Send NAK only to unicast requests or if requested Server-ID matches one of gw-ip-address
|
|
|
|
|
|
|
|
|
|
Ipv6 pool fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sstp: drop unnecessary ssl reinitialization
|
|
|
|
|
|
|
|
sstp support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checking
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7945857927b4cedab365ba86934d771281eeb213
|
|
|
|
|
|
|
|
Simplify copy-pasting from openssl x509 -fingerprint output:
Examples:
openssl x509 -in cert.pem -noout -fingerprint -sha1
openssl x509 -in cert.pem -noout -fingerprint -sha256
|
|
if not set, fallback to private key in the same ssl-pemfile
|