mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 04:03:36 +08:00
80f38c1f65
For issue #24854.
48 lines
887 B
SYSTEMD
48 lines
887 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Match]
|
|
Name=veth99
|
|
|
|
[Network]
|
|
DHCP=ipv4
|
|
IPv6AcceptRA=no
|
|
Address=192.168.5.250/24
|
|
Tunnel=sit-dhcp4
|
|
|
|
[DHCPv4]
|
|
RequestAddress=192.168.5.110
|
|
UseDomains=yes
|
|
UseMTU=yes
|
|
UseRoutes=yes
|
|
RoutesToDNS=yes
|
|
RouteTable=211
|
|
RouteMetric=24
|
|
UseHostname=yes
|
|
Hostname=test-hostname
|
|
SendOption=12:string:test
|
|
SendHostname=yes
|
|
ClientIdentifier=mac
|
|
VendorClassIdentifier=FooBarVendorTest
|
|
Label=test-label
|
|
ListenPort=5555
|
|
SendDecline=yes
|
|
# DenyList= will be ignored
|
|
AllowList=192.168.5.0/24 192.168.6.0/24
|
|
DenyList=192.168.5.0/24
|
|
# just a random label which should exist
|
|
NetLabel=system_u:object_r:root_t:s0
|
|
NFTSet=address:inet:sd_test:addr4 prefix:inet:sd_test:network4 ifindex:inet:sd_test:ifindex
|
|
|
|
[Route]
|
|
Destination=192.168.5.0/24
|
|
|
|
[Route]
|
|
Destination=192.168.6.0/24
|
|
|
|
[Route]
|
|
Destination=192.168.7.0/24
|
|
|
|
[Route]
|
|
Gateway=_dhcp4
|
|
Destination=10.0.0.0/8
|
|
Table=211
|