mirror of
https://github.com/systemd/systemd.git
synced 2026-08-08 00:51:19 +00:00
networkd: Introduce l2tp tunnel
This works allows networkd to configure l2tp tunnel. See http://man7.org/linux/man-pages/man8/ip-l2tp.8.html
This commit is contained in:
committed by
Yu Watanabe
parent
7033af49df
commit
3a56e697c8
@@ -157,3 +157,19 @@ MACAddress=
|
||||
MTUBytes=
|
||||
Description=
|
||||
Name=
|
||||
[L2TP]
|
||||
TunnelId=
|
||||
PeerTunnelId=
|
||||
UDPSourcePort=
|
||||
UDPDestinationPort=
|
||||
Local=
|
||||
Remote=
|
||||
EncapsulationType=
|
||||
UDPCheckSum=
|
||||
UDP6CheckSumRx=
|
||||
UDP6CheckSumTx=
|
||||
[L2TPSession]
|
||||
SessionId=
|
||||
PeerSessionId=
|
||||
Layer2SpecificHeader=
|
||||
Name=
|
||||
|
||||
@@ -110,6 +110,7 @@ IPForward=
|
||||
IPv6Token=
|
||||
Description=
|
||||
VXLAN=
|
||||
L2TP=
|
||||
LinkLocalAddressing=
|
||||
ConfigureWithoutCarrier=
|
||||
NTP=
|
||||
|
||||
Reference in New Issue
Block a user