mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
This fixes some typos in the documentation, both grammar as well as incorrect field names. It also changes the casing of CheckSum to Checksum in L2TP to match other casings.
27 lines
395 B
SYSTEMD
27 lines
395 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[NetDev]
|
|
Kind=l2tp
|
|
Name=l2tp99
|
|
|
|
[L2TP]
|
|
TunnelId=10
|
|
PeerTunnelId=11
|
|
UDPSourcePort=3000
|
|
UDPDestinationPort=4000
|
|
Local=static@test1
|
|
Remote=192.168.30.101
|
|
EncapsulationType=udp
|
|
UDPCheckSum=true
|
|
UDP6ChecksumRx=true
|
|
UDP6ChecksumTx=true
|
|
|
|
[L2TPSession]
|
|
SessionId=15
|
|
PeerSessionId=16
|
|
Name=l2tp-ses1
|
|
|
|
[L2TPSession]
|
|
SessionId=17
|
|
PeerSessionId=18
|
|
Name=l2tp-ses2
|