Files
systemd/test/test-network/conf/25-l2tp-udp.netdev
Steve Ramage a4750ae156 network: doc and code typo fixes (#36422)
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.
2025-02-19 02:08:16 +09:00

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