-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
dhcpnetworkregression ⚠️A bug in something that used to work correctly and broke through some recent commitA bug in something that used to work correctly and broke through some recent commit
Milestone
Description
systemd version the issue has been seen with
systemd 251.1 …
Used distribution
Archlinux …
Linux kernel version used (uname -a)
5.15.43-1-lts …
CPU architecture issue was seen on
…
Expected behaviour you didn't see
…
Unexpected behaviour you saw
…
Steps to reproduce the problem
…
Additional program output to the terminal or log subsystem illustrating the issue
/etc/systemd/network/ppp0.network
[Match]
Type=ppp
[Network]
DHCP=ipv6
IPv6DuplicateAddressDetection=1
IPv6PrivacyExtensions=yes
[IPv6AcceptRA]
DHCPv6Client=always
/etc/systemd/network/lan0.network
[Match]
MACAddress=00: xxxxxxxx
[Network]
Address = 192.168.3.1/24
DHCPServer = yes
IPMasquerade=ipv4
IPv6SendRA=yes
DHCPPrefixDelegation=yes
IPv6DuplicateAddressDetection=1
IPv6PrivacyExtensions=yes
LinkLocalAddressing=ipv6
MulticastDNS=true
[DHCPServer]
PoolOffset = 100
PoolSize = 40
SendOption=26:uint16:1492
[DHCPPrefixDelegation]
SubnetId=0x1
[IPv6SendRA]
RouterLifetimeSec=3600
Managed=true
OtherInformation=true
EmitDNS=true
DNS=2400:3200::1
DNSLifetimeSec=1800
May 28 21:21:13 gabox systemd-networkd[14877]: rtnl: received address for link '14' we don't know about, ignoring.
May 28 21:21:13 gabox systemd-networkd[14877]: rtnl: received route message for link (14) we do not know about, ignoring
May 28 21:21:13 gabox systemd-networkd[14877]: rtnl: received route message for link (14) we do not know about, ignoring
May 28 21:21:13 gabox systemd-networkd[14877]: rtnl: received address for link '14' we don't know about, ignoring.
May 28 21:21:13 gabox systemd-networkd[14877]: rtnl: received route message for link (14) we do not know about, ignoring
May 28 21:21:13 gabox systemd-networkd[14877]: rtnl: received route message for link (14) we do not know about, ignoring
May 28 21:21:13 gabox systemd-networkd[14877]: rtnl: received route message for link (14) we do not know about, ignoring
…
astro, freswa and jellekaufmann
Metadata
Metadata
Assignees
Labels
dhcpnetworkregression ⚠️A bug in something that used to work correctly and broke through some recent commitA bug in something that used to work correctly and broke through some recent commit