Skip to content

Bond interface's primary device does not get set. #27432

@moviuro

Description

@moviuro

systemd version the issue has been seen with

systemd 253 (253.3-3-arch)

Used distribution

Archlinux

Linux kernel version used

6.2.12-zen1-1.1-zen

CPU architectures issue was seen on

x86_64

Component

networkctl, systemd-networkd

Expected behaviour you didn't see

/sys/class/net/bond0/bonding/primary contains my ethernet device

Unexpected behaviour you saw

/sys/class/net/bond0/bonding/primary is empty

% cat /proc/net/bonding/bond0

Bonding Mode: fault-tolerance (active-backup)
Primary Slave: none
Currently Active Slave: enp4s0
MII Status: up
MII Polling Interval (ms): 1000
Up Delay (ms): 0
Down Delay (ms): 0
Peer Notification Delay (ms): 0

[...]

NB: Primary Slave: none is not coherent with PrimarySlave=true in 30-ethernet-bond0.network (see below)

Steps to reproduce the problem

# 30-bond0.network 
[Match]
Name=bond0

[Network]
DHCP=yes
IPv6PrivacyExtensions=yes
# cat 30-ethernet-bond0.network 
#https://wiki.archlinux.org/title/Systemd-networkd#Bonding_a_wired_and_wireless_interface
[Match]
MACAddress=xx:xx:xx:xx:xx:ac
#Name=enp4s0

[Network]
Bond=bond0
PrimarySlave=true
# 30-wireless-bond0.network 
#https://wiki.archlinux.org/title/Systemd-networkd#Bonding_a_wired_and_wireless_interface
[Match]
MACAddress=xx:xx:xx:xx:xx:c8

[Network]
Bond=bond0
# 30-bond0.netdev          
# https://wiki.archlinux.org/title/Systemd-networkd#Bonding_a_wired_and_wireless_interface
[NetDev]
Name=bond0
Kind=bond

[Bond]
Mode=active-backup
PrimaryReselectPolicy=always
MIIMonitorSec=1s

Additional program output to the terminal or log subsystem illustrating the issue

Cold booting another machine with the same behavior:
Apr 27 17:37:16 houndsditch systemd[1]: Starting Network Configuration...
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Bus bus-api-network: changing state UNSET → OPENING
Apr 27 17:37:17 houndsditch systemd-networkd[279]: sd-bus: starting bus bus-api-network by connecting to /run/dbus/system_bus_socket...
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Added inotify watch for /run on bus bus-api-network: 2
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Added inotify watch for /run/dbus on bus bus-api-network: -1
Apr 27 17:37:17 houndsditch systemd-networkd[279]: sd-bus: starting bus bus-api-network by connecting to /run/dbus/system_bus_socket...
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Bus bus-api-network: changing state OPENING → WATCH_BIND
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Registering bus object implementation for path=/org/freedesktop/network1 iface=org.freedesktop.network1.Manager
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Registering bus object implementation for path=/org/freedesktop/network1/link iface=org.freedesktop.network1.DHCPServer
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Registering bus object implementation for path=/org/freedesktop/network1/link iface=org.freedesktop.network1.Link
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Registering bus object implementation for path=/org/freedesktop/network1/network iface=org.freedesktop.network1.Network
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Registering bus object implementation for path=/org/freedesktop/LogControl1 iface=org.freedesktop.LogControl1
Apr 27 17:37:17 houndsditch systemd-networkd[279]: sd-device-monitor(n/a): Failed to stat PID1's netns, ignoring: No such file or directory
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: loaded "bond"
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: Using MAC address: xx:xx:xx:xx:xx:xx
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: Creating
Apr 27 17:37:17 houndsditch systemd-networkd[279]: No virtualization found in DMI vendor table.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Unable to read /sys/firmware/dmi/entries/0-0/raw, using the virtualization information found in DMI vendor table, ignoring: Permission denied
Apr 27 17:37:17 houndsditch systemd-networkd[279]: UML virtualization not found in /proc/cpuinfo.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Virtualization XEN not found, /proc/xen does not exist
Apr 27 17:37:17 houndsditch systemd-networkd[279]: No virtualization found in CPUID
Apr 27 17:37:17 houndsditch systemd-networkd[279]: This platform does not support /proc/device-tree
Apr 27 17:37:17 houndsditch systemd-networkd[279]: This platform does not support /proc/sysinfo
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Found VM virtualization none
Apr 27 17:37:17 houndsditch systemd-networkd[279]: /usr/lib/systemd/network/80-container-host0.network: Conditions in the file do not match the system environment, skipping.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: lo: Saved new link: ifindex=1, iftype=LOOPBACK(772), kind=n/a
Apr 27 17:37:17 houndsditch systemd-networkd[279]: lo: Saved original MTU 65536 (min: 0, max: 4294967295)
Apr 27 17:37:17 houndsditch systemd-networkd[279]: lo: Saved hardware address: xx:xx:xx:xx:xx:xx
Apr 27 17:37:17 houndsditch systemd-networkd[279]: lo: Saved IPv6 link-local address generation mode: eui64
Apr 27 17:37:17 houndsditch systemd-networkd[279]: lo: Flags change: +LOOPBACK +UP +LOWER_UP +RUNNING
Apr 27 17:37:17 houndsditch systemd-networkd[279]: lo: Link UP
Apr 27 17:37:17 houndsditch systemd-networkd[279]: lo: Gained carrier
Apr 27 17:37:17 houndsditch systemd-networkd[279]: lo: udev initialized link
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: netdev has index 2
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: netdev ready
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: Saved new link: ifindex=2, iftype=ETHER(1), kind=bond
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: Saved original MTU 1500 (min: 68, max: 65535)
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: Saved hardware address: xx:xx:xx:xx:xx:xx
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: Saved IPv6 link-local address generation mode: eui64
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: Flags change: +MASTER +MULTICAST +BROADCAST
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: link pending udev initialization...
Apr 27 17:37:17 houndsditch systemd-networkd[279]: lo: Received new foreign QDisc (configured): handle=0:0, parent=ffff:ffff, kind=noqueue
Apr 27 17:37:17 houndsditch systemd-networkd[279]: lo: Received new foreign address (configured): 127.0.0.1/8 (valid forever, preferred forever), flags: permanent, scope: host
Apr 27 17:37:17 houndsditch systemd-networkd[279]: lo: link_check_ready(): link is in pending state.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: lo: Received new foreign address (configured): ::1/128 (valid forever, preferred forever), flags: permanent, scope: host
Apr 27 17:37:17 houndsditch systemd-networkd[279]: lo: link_check_ready(): link is in pending state.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: lo: Received new foreign route (configured): dst: 127.0.0.0/8, src: n/a, gw: n/a, prefsrc: 127.0.0.1, scope: host, table: local(255), proto: kernel, type: local, nexthop: 0, priority: 0, flags: n/a
Apr 27 17:37:17 houndsditch systemd-networkd[279]: lo: Received new foreign route (configured): dst: 127.0.0.1/32, src: n/a, gw: n/a, prefsrc: 127.0.0.1, scope: host, table: local(255), proto: kernel, type: local, nexthop: 0, priority: 0, flags: n/a
Apr 27 17:37:17 houndsditch systemd-networkd[279]: lo: Received new foreign route (configured): dst: 127.255.255.255/32, src: n/a, gw: n/a, prefsrc: 127.0.0.1, scope: link, table: local(255), proto: kernel, type: broadcast, nexthop: 0, priority: 0, flags: n/a
Apr 27 17:37:17 houndsditch systemd-networkd[279]: lo: Received new foreign route (configured): dst: ::1/128, src: n/a, gw: n/a, prefsrc: n/a, scope: global, table: main(254), proto: kernel, type: unicast, nexthop: 0, priority: 256, flags: n/a
Apr 27 17:37:17 houndsditch systemd-networkd[279]: lo: Received new foreign route (configured): dst: ::1/128, src: n/a, gw: n/a, prefsrc: n/a, scope: global, table: local(255), proto: kernel, type: local, nexthop: 0, priority: 0, flags: n/a
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Remembering foreign routing policy rule (configured): priority: 0, 0.0.0.0/0 -> 0.0.0.0/0, iif: n/a, oif: n/a, table: local(255)
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Remembering foreign routing policy rule (configured): priority: 32766, 0.0.0.0/0 -> 0.0.0.0/0, iif: n/a, oif: n/a, table: main(254)
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Remembering foreign routing policy rule (configured): priority: 32767, 0.0.0.0/0 -> 0.0.0.0/0, iif: n/a, oif: n/a, table: default(253)
Apr 27 17:37:17 houndsditch systemd-networkd[279]: rtnl: received rule message with invalid family 128, ignoring.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: rtnl: received rule message with invalid family 129, ignoring.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Remembering foreign routing policy rule (configured): priority: 0, ::/0 -> ::/0, iif: n/a, oif: n/a, table: local(255)
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Remembering foreign routing policy rule (configured): priority: 32766, ::/0 -> ::/0, iif: n/a, oif: n/a, table: main(254)
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Enumeration completed
Apr 27 17:37:17 houndsditch systemd[1]: Started Network Configuration.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: Created
Apr 27 17:37:17 houndsditch systemd-networkd[279]: lo: Failed to get driver, continuing without: Operation not supported
Apr 27 17:37:17 houndsditch systemd-networkd[279]: lo: Saved permanent hardware address: xx:xx:xx:xx:xx:xx
Apr 27 17:37:17 houndsditch systemd-networkd[279]: lo: Link state is up-to-date
Apr 27 17:37:17 houndsditch systemd-networkd[279]: lo: State changed: pending -> initialized
Apr 27 17:37:17 houndsditch systemd-networkd[279]: lo: Unmanaging interface.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: lo: State changed: initialized -> unmanaged
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: udev initialized link
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: Found driver: bonding
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: Saved permanent hardware address: xx:xx:xx:xx:xx:xx
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: Link state is up-to-date
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: State changed: pending -> initialized
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: found matching network '/etc/systemd/network/30-bond0.network'.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: Configuring with /etc/systemd/network/30-bond0.network.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: State changed: initialized -> configuring
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: link_check_ready(): link is not activated.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: link_check_ready(): link is not activated.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Setting '/proc/sys/net/ipv6/conf/bond0/disable_ipv6' to '0'
Apr 27 17:37:17 houndsditch systemd-networkd[279]: No change in value '0', suppressing write
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Setting '/proc/sys/net/ipv6/conf/bond0/use_tempaddr' to '2'
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Setting '/proc/sys/net/ipv6/conf/bond0/accept_ra' to '0'
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Setting '/proc/sys/net/ipv6/conf/bond0/proxy_ndp' to '0'
Apr 27 17:37:17 houndsditch systemd-networkd[279]: No change in value '0', suppressing write
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Setting '/proc/sys/net/ipv4/conf/bond0/promote_secondaries' to '1'
Apr 27 17:37:17 houndsditch systemd-networkd[279]: No change in value '1', suppressing write
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: link_check_ready(): link is not activated.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: Requested to activate link
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: Requested configuring of the DHCPv4 client.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: Requested configuring of the DHCPv6 client.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: Requested configuring of the IPv6 Router Discovery.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: link_check_ready(): link is not activated.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: link_check_ready(): link is not activated.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: link_check_ready(): link is not activated.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: link_check_ready(): link is not activated.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: link_check_ready(): link is not activated.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: link_check_ready(): link is not activated.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: link_check_ready(): link is not activated.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: link_check_ready(): link is not activated.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: link_check_ready(): link is not activated.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: Bringing link up
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: Flags change: +UP
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: Link UP
Apr 27 17:37:17 houndsditch systemd-networkd[279]: bond0: link_check_ready(): IPv6LL is not configured yet.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: rfkill0: Failed to get Wiphy object: No such device
Apr 27 17:37:17 houndsditch systemd-networkd[279]: phy0: Saved new wiphy: index=0
Apr 27 17:37:17 houndsditch systemd-networkd[279]: phy0: Found device: /sys/devices/pci0000:00/0000:00:1b.3/0000:03:00.0/ieee80211/phy0
Apr 27 17:37:17 houndsditch systemd-networkd[279]: phy0: Found rfkill device: /sys/devices/pci0000:00/0000:00:1b.3/0000:03:00.0/ieee80211/phy0/rfkill1
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlan0: Saved new link: ifindex=3, iftype=ETHER(1), kind=n/a
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlan0: Saved original MTU 1500 (min: 256, max: 2304)
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlan0: Saved permanent hardware address: xx:xx:xx:xx:xx:xx
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlan0: Saved hardware address: xx:xx:xx:xx:xx:xx
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlan0: Saved IPv6 link-local address generation mode: eui64
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlan0: Flags change: +MULTICAST +BROADCAST
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlan0: link pending udev initialization...
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlan0: nl80211: received new_interface(7) message: iftype=station, ssid=n/a
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlan0: Interface name change detected, renamed to wlp3s0.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: Device is renaming, waiting for the interface to be renamed.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: sd-device: Failed to chase symlinks in "/sys/devices/pci0000:00/0000:00:1b.3/0000:03:00.0/physfn".
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: udev initialized link
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: Found driver: iwlwifi
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: Link state is up-to-date
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: State changed: pending -> initialized
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: found matching network '/etc/systemd/network/30-wl-bond0.network'.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: Configuring with /etc/systemd/network/30-wl-bond0.network.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: State changed: initialized -> configuring
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: link_check_ready(): link is not activated.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: link_check_ready(): link is not activated.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Setting '/proc/sys/net/ipv6/conf/wlp3s0/use_tempaddr' to '0'
Apr 27 17:37:17 houndsditch systemd-networkd[279]: No change in value '0', suppressing write
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Setting '/proc/sys/net/ipv6/conf/wlp3s0/accept_ra' to '0'
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Setting '/proc/sys/net/ipv6/conf/wlp3s0/proxy_ndp' to '0'
Apr 27 17:37:17 houndsditch systemd-networkd[279]: No change in value '0', suppressing write
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Setting '/proc/sys/net/ipv4/conf/wlp3s0/promote_secondaries' to '1'
Apr 27 17:37:17 houndsditch systemd-networkd[279]: No change in value '1', suppressing write
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: Requested to set IPv6LL address generation mode
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: Requested to set master interface
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: link_check_ready(): link layer is configuring.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: Requested to set bond configurations
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: Requested to activate link
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: link_check_ready(): link layer is configuring.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: link_check_ready(): link layer is configuring.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: link_check_ready(): link layer is configuring.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: link_check_ready(): link layer is configuring.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: link_check_ready(): link layer is configuring.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: link_check_ready(): link layer is configuring.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: link_check_ready(): link layer is configuring.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: link_check_ready(): link layer is configuring.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: link_check_ready(): link layer is configuring.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: Setting IPv6LL address generation mode
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: Setting master interface
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: IPv6LL address generation mode set.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: Hardware address is changed: xx:xx:xx:xx:xx:xx → xx:xx:xx:xx:xx:xx
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: Failed to manage link by its new hardware address, ignoring: File exists
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: IPv6 link-local address generation mode is changed: eui64 -> none
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: Unmanaging interface.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: State changed: configuring -> unmanaged
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: Flags change: +UP +RUNNING
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: Link UP
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: Attached to master interface: 2
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: Flags change: +SLAVE
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: master interface set.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: wlp3s0: link_check_ready(): link is in unmanaged state.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: eth0: Saved new link: ifindex=4, iftype=ETHER(1), kind=n/a
Apr 27 17:37:17 houndsditch systemd-networkd[279]: eth0: Saved original MTU 1500 (min: 68, max: 9000)
Apr 27 17:37:17 houndsditch systemd-networkd[279]: eth0: Saved permanent hardware address: xx:xx:xx:xx:xx:xx
Apr 27 17:37:17 houndsditch systemd-networkd[279]: eth0: Saved hardware address: xx:xx:xx:xx:xx:xx
Apr 27 17:37:17 houndsditch systemd-networkd[279]: eth0: Saved IPv6 link-local address generation mode: eui64
Apr 27 17:37:17 houndsditch systemd-networkd[279]: eth0: Flags change: +MULTICAST +BROADCAST
Apr 27 17:37:17 houndsditch systemd-networkd[279]: eth0: link pending udev initialization...
Apr 27 17:37:17 houndsditch systemd-networkd[279]: eth0: Interface name change detected, renamed to enp0s31f6.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: enp0s31f6: Device is renaming, waiting for the interface to be renamed.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: sd-device: Failed to chase symlinks in "/sys/devices/pci0000:00/0000:00:1f.6/physfn".
Apr 27 17:37:17 houndsditch systemd-networkd[279]: enp0s31f6: udev initialized link
Apr 27 17:37:17 houndsditch systemd-networkd[279]: enp0s31f6: Found driver: e1000e
Apr 27 17:37:17 houndsditch systemd-networkd[279]: enp0s31f6: Link state is up-to-date
Apr 27 17:37:17 houndsditch systemd-networkd[279]: enp0s31f6: State changed: pending -> initialized
Apr 27 17:37:17 houndsditch systemd-networkd[279]: enp0s31f6: found matching network '/etc/systemd/network/30-eth-bond0.network'.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: enp0s31f6: Configuring with /etc/systemd/network/30-eth-bond0.network.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: enp0s31f6: State changed: initialized -> configuring
Apr 27 17:37:17 houndsditch systemd-networkd[279]: enp0s31f6: link_check_ready(): link is not activated.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: enp0s31f6: link_check_ready(): link is not activated.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Setting '/proc/sys/net/ipv6/conf/enp0s31f6/use_tempaddr' to '0'
Apr 27 17:37:17 houndsditch systemd-networkd[279]: No change in value '0', suppressing write
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Setting '/proc/sys/net/ipv6/conf/enp0s31f6/accept_ra' to '0'
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Setting '/proc/sys/net/ipv6/conf/enp0s31f6/proxy_ndp' to '0'
Apr 27 17:37:17 houndsditch systemd-networkd[279]: No change in value '0', suppressing write
Apr 27 17:37:17 houndsditch systemd-networkd[279]: Setting '/proc/sys/net/ipv4/conf/enp0s31f6/promote_secondaries' to '1'
Apr 27 17:37:17 houndsditch systemd-networkd[279]: No change in value '1', suppressing write
Apr 27 17:37:17 houndsditch systemd-networkd[279]: enp0s31f6: Requested to set IPv6LL address generation mode
Apr 27 17:37:17 houndsditch systemd-networkd[279]: enp0s31f6: Requested to set master interface
Apr 27 17:37:17 houndsditch systemd-networkd[279]: enp0s31f6: link_check_ready(): link layer is configuring.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: enp0s31f6: Requested to set bond configurations
Apr 27 17:37:17 houndsditch systemd-networkd[279]: enp0s31f6: Requested to activate link
Apr 27 17:37:17 houndsditch systemd-networkd[279]: enp0s31f6: link_check_ready(): link layer is configuring.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: enp0s31f6: link_check_ready(): link layer is configuring.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: enp0s31f6: link_check_ready(): link layer is configuring.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: enp0s31f6: link_check_ready(): link layer is configuring.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: enp0s31f6: link_check_ready(): link layer is configuring.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: enp0s31f6: link_check_ready(): link layer is configuring.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: enp0s31f6: link_check_ready(): link layer is configuring.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: enp0s31f6: link_check_ready(): link layer is configuring.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: enp0s31f6: link_check_ready(): link layer is configuring.
Apr 27 17:37:17 houndsditch systemd-networkd[279]: enp0s31f6: Setting IPv6LL address generation mode
Apr 27 17:37:17 houndsditch systemd-networkd[279]: enp0s31f6: Setting master interface
Apr 27 17:37:18 houndsditch systemd-networkd[279]: Got inotify event on bus bus-api-network.
Apr 27 17:37:18 houndsditch systemd-networkd[279]: sd-bus: starting bus bus-api-network by connecting to /run/dbus/system_bus_socket...
Apr 27 17:37:18 houndsditch systemd-networkd[279]: Added inotify watch for /run on bus bus-api-network: 2
Apr 27 17:37:18 houndsditch systemd-networkd[279]: Added inotify watch for /run/dbus on bus bus-api-network: 3
Apr 27 17:37:18 houndsditch systemd-networkd[279]: Added inotify watch for /run/dbus/system_bus_socket on bus bus-api-network: -1
Apr 27 17:37:18 houndsditch systemd-networkd[279]: sd-bus: starting bus bus-api-network by connecting to /run/dbus/system_bus_socket...
Apr 27 17:37:18 houndsditch systemd-networkd[279]: enp0s31f6: IPv6LL address generation mode set.
Apr 27 17:37:18 houndsditch systemd-networkd[279]: enp0s31f6: Hardware address is changed: xx:xx:xx:xx:xx:xx → xx:xx:xx:xx:xx:xx
Apr 27 17:37:18 houndsditch systemd-networkd[279]: enp0s31f6: Failed to manage link by its new hardware address, ignoring: File exists
Apr 27 17:37:18 houndsditch systemd-networkd[279]: enp0s31f6: IPv6 link-local address generation mode is changed: eui64 -> none
Apr 27 17:37:18 houndsditch systemd-networkd[279]: enp0s31f6: Unmanaging interface.
Apr 27 17:37:18 houndsditch systemd-networkd[279]: enp0s31f6: State changed: configuring -> unmanaged
Apr 27 17:37:18 houndsditch systemd-networkd[279]: enp0s31f6: Flags change: +UP +RUNNING
Apr 27 17:37:18 houndsditch systemd-networkd[279]: enp0s31f6: Link UP
Apr 27 17:37:18 houndsditch systemd-networkd[279]: enp0s31f6: Attached to master interface: 2
Apr 27 17:37:18 houndsditch systemd-networkd[279]: enp0s31f6: Flags change: +SLAVE
Apr 27 17:37:18 houndsditch systemd-networkd[279]: enp0s31f6: master interface set.
Apr 27 17:37:18 houndsditch systemd-networkd[279]: enp0s31f6: link_check_ready(): link is in unmanaged state.
Apr 27 17:37:18 houndsditch systemd-networkd[279]: Got inotify event on bus bus-api-network.
Apr 27 17:37:18 houndsditch systemd-networkd[279]: sd-bus: starting bus bus-api-network by connecting to /run/dbus/system_bus_socket...
Apr 27 17:37:18 houndsditch systemd-networkd[279]: Bus bus-api-network: changing state WATCH_BIND → AUTHENTICATING
Apr 27 17:37:18 houndsditch systemd-networkd[279]: Bus bus-api-network: changing state AUTHENTICATING → HELLO
Apr 27 17:37:18 houndsditch systemd-networkd[279]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=Hello cookie=1 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
Apr 27 17:37:18 houndsditch systemd-networkd[279]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=RequestName cookie=2 reply_cookie=0 signature=su error-name=n/a error-message=n/a
Apr 27 17:37:18 houndsditch systemd-networkd[279]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=AddMatch cookie=3 reply_cookie=0 signature=s error-name=n/a error-message=n/a
Apr 27 17:37:18 houndsditch systemd-networkd[279]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a  cookie=1 reply_cookie=1 signature=s error-name=n/a error-message=n/a
Apr 27 17:37:18 houndsditch systemd-networkd[279]: Bus bus-api-network: changing state HELLO → RUNNING
Apr 27 17:37:18 houndsditch systemd-networkd[279]: Got message type=signal sender=org.freedesktop.DBus.Local destination=n/a path=/org/freedesktop/DBus/Local interface=org.freedesktop.DBus.Local member=Connected  cookie=4294967295 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
Apr 27 17:37:18 houndsditch systemd-networkd[279]: Got message type=signal sender=org.freedesktop.DBus destination=:1.1 path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=NameAcquired  cookie=2 reply_cookie=0 signature=s error-name=n/a error-message=n/a
Apr 27 17:37:18 houndsditch systemd-networkd[279]: Got message type=signal sender=org.freedesktop.DBus destination=:1.1 path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=NameAcquired  cookie=3 reply_cookie=0 signature=s error-name=n/a error-message=n/a
Apr 27 17:37:18 houndsditch systemd-networkd[279]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a  cookie=4 reply_cookie=2 signature=u error-name=n/a error-message=n/a
Apr 27 17:37:18 houndsditch systemd-networkd[279]: Successfully acquired requested service name.
Apr 27 17:37:18 houndsditch systemd-networkd[279]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 path=n/a interface=n/a member=n/a  cookie=5 reply_cookie=3 signature=n/a error-name=n/a error-message=n/a
Apr 27 17:37:18 houndsditch systemd-networkd[279]: Match type='signal',sender='org.freedesktop.login1',path='/org/freedesktop/login1',interface='org.freedesktop.login1.Manager',member='PrepareForSleep' successfully installed.
Apr 27 17:37:18 houndsditch systemd-networkd[279]: wlp3s0: Flags change: -RUNNING
Apr 27 17:37:18 houndsditch systemd-networkd[279]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_33 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=4 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Apr 27 17:37:18 houndsditch systemd-networkd[279]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=5 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Apr 27 17:37:18 houndsditch systemd-networkd[279]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_33 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=6 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Apr 27 17:37:18 houndsditch systemd-networkd[279]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=7 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Apr 27 17:37:18 houndsditch systemd-networkd[279]: enp0s31f6: Flags change: -RUNNING
Apr 27 17:37:18 houndsditch systemd-networkd[279]: nl80211: received new_interface(7) message without valid ifindex, ignoring: No data available
Apr 27 17:37:21 houndsditch systemd-networkd[279]: enp0s31f6: Flags change: +LOWER_UP +RUNNING
Apr 27 17:37:21 houndsditch systemd-networkd[279]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_34 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=8 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Apr 27 17:37:21 houndsditch systemd-networkd[279]: enp0s31f6: Gained carrier
Apr 27 17:37:21 houndsditch systemd-networkd[279]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=9 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Apr 27 17:37:21 houndsditch systemd-networkd[279]: bond0: Received new foreign route (configured): dst: ff00::/8, src: n/a, gw: n/a, prefsrc: n/a, scope: global, table: local(255), proto: kernel, type: multicast, nexthop: 0, priority: 256, flags: n/a
Apr 27 17:37:21 houndsditch systemd-networkd[279]: bond0: Received new foreign route (configured): dst: fe80::... src: n/a, gw: n/a, prefsrc: n/a, scope: global, table: main(254), proto: kernel, type: unicast, nexthop: 0, priority: 256, flags: n/a
Apr 27 17:37:21 houndsditch systemd-networkd[279]: bond0: Flags change: +LOWER_UP +RUNNING
Apr 27 17:37:21 houndsditch systemd-networkd[279]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_32 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=10 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Apr 27 17:37:21 houndsditch systemd-networkd[279]: bond0: Gained carrier
Apr 27 17:37:21 houndsditch systemd-networkd[279]: bond0: found matching network '/etc/systemd/network/30-bond0.network'.
Apr 27 17:37:21 houndsditch systemd-networkd[279]: bond0: link_check_ready(): IPv6LL is not configured yet.
Apr 27 17:37:21 houndsditch systemd-networkd[279]: bond0: link_check_ready(): IPv6LL is not configured yet.
Apr 27 17:37:21 houndsditch systemd-networkd[279]: bond0: link_check_ready(): IPv6LL is not configured yet.
Apr 27 17:37:21 houndsditch systemd-networkd[279]: bond0: link_check_ready(): IPv6LL is not configured yet.
Apr 27 17:37:21 houndsditch systemd-networkd[279]: bond0: link_check_ready(): IPv6LL is not configured yet.
Apr 27 17:37:21 houndsditch systemd-networkd[279]: bond0: link_check_ready(): IPv6LL is not configured yet.
Apr 27 17:37:21 houndsditch systemd-networkd[279]: bond0: link_check_ready(): IPv6LL is not configured yet.
Apr 27 17:37:21 houndsditch systemd-networkd[279]: bond0: link_check_ready(): IPv6LL is not configured yet.
Apr 27 17:37:21 houndsditch systemd-networkd[279]: bond0: link_check_ready(): IPv6LL is not configured yet.
Apr 27 17:37:21 houndsditch systemd-networkd[279]: bond0: DHCPv4 client: STARTED on ifindex 2
Apr 27 17:37:21 houndsditch systemd-networkd[279]: bond0: DHCPv4 client is configured, acquiring DHCPv4 lease.
Apr 27 17:37:21 houndsditch systemd-networkd[279]: bond0: IPv6 link-local address is not set, delaying to start DHCPv6 client.
Apr 27 17:37:21 houndsditch systemd-networkd[279]: bond0: DHCPv6 client is configured.
Apr 27 17:37:21 houndsditch systemd-networkd[279]: bond0: IPv6 Router Discovery is configured.
Apr 27 17:37:21 houndsditch systemd-networkd[279]: bond0: DHCPv4 client: DISCOVER
Apr 27 17:37:21 houndsditch systemd-networkd[279]: wlp3s0: nl80211: received new_station(19) message: bssid=xx:xx:xx:xx:xx:xx
Apr 27 17:37:21 houndsditch systemd-networkd[279]: wlp3s0: nl80211: received authenticate(37) message.
Apr 27 17:37:21 houndsditch systemd-networkd[279]: wlp3s0: Flags change: +LOWER_UP
Apr 27 17:37:21 houndsditch systemd-networkd[279]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_33 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=11 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Apr 27 17:37:21 houndsditch systemd-networkd[279]: wlp3s0: nl80211: received associate(38) message.
Apr 27 17:37:21 houndsditch systemd-networkd[279]: wlp3s0: nl80211: received connect(46) message: status=0, bssid=xx:xx:xx:xx:xx:xx
Apr 27 17:37:21 houndsditch systemd-networkd[279]: wlp3s0: nl80211: received new_interface(7) message: iftype=station, ssid=n/a
Apr 27 17:37:21 houndsditch systemd-networkd[279]: wlp3s0: nl80211: received control_port_frame_tx_status(139) message.
Apr 27 17:37:21 houndsditch systemd-networkd[279]: wlp3s0: nl80211: received control_port_frame_tx_status(139) message.
Apr 27 17:37:21 houndsditch systemd-networkd[279]: wlp3s0: Flags change: +RUNNING
Apr 27 17:37:21 houndsditch systemd-networkd[279]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_33 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=12 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Apr 27 17:37:21 houndsditch systemd-networkd[279]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_32 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=13 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Apr 27 17:37:21 houndsditch systemd-networkd[279]: wlp3s0: Gained carrier
Apr 27 17:37:22 houndsditch systemd-networkd[279]: bond0: Received new foreign address (configured): fe80::... (valid forever, preferred forever), flags: permanent, scope: link
Apr 27 17:37:22 houndsditch systemd-networkd[279]: bond0: Gained IPv6LL
Apr 27 17:37:22 houndsditch systemd-networkd[279]: bond0: Discovering IPv6 routers
Apr 27 17:37:22 houndsditch systemd-networkd[279]: bond0: NDISC: Started IPv6 Router Solicitation client
Apr 27 17:37:22 houndsditch systemd-networkd[279]: bond0: link_check_ready(): DHCPv4, DHCPv6, DHCP-PD or IPv4LL is enabled but no dynamic address is assigned yet.
Apr 27 17:37:22 houndsditch systemd-networkd[279]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_32 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=14 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Apr 27 17:37:22 houndsditch systemd-networkd[279]: bond0: link_check_ready(): DHCPv4, DHCPv6, DHCP-PD or IPv4LL is enabled but no dynamic address is assigned yet.
Apr 27 17:37:22 houndsditch systemd-networkd[279]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=15 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Apr 27 17:37:22 houndsditch systemd-networkd[279]: bond0: Received new foreign route (configured): dst: fe80::... src: n/a, gw: n/a, prefsrc: n/a, scope: global, table: local(255), proto: kernel, type: local, nexthop: 0, priority: 0, flags: n/a
Apr 27 17:37:23 houndsditch systemd-networkd[279]: bond0: NDISC: Sent Router Solicitation, next solicitation in 3s
Apr 27 17:37:24 houndsditch systemd-networkd[279]: bond0: DHCPv4 client: DISCOVER
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: DHCPv4 client: Received message from RAW socket, processing.
Apr 27 17:37:25 houndsditch systemd-networkd[279]: Ignoring DHCP option 61 while parsing.
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: DHCPv4 client: OFFER
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: DHCPv4 client: REQUEST (requesting)
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: DHCPv4 client: Received message from RAW socket, processing.
Apr 27 17:37:25 houndsditch systemd-networkd[279]: Ignoring DHCP option 61 while parsing.
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: DHCPv4 client: ACK
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: DHCPv4 client: lease expires in 11h 59min 59s
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: DHCPv4 client: T2 expires in 10h 29min 59s
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: DHCPv4 client: T1 expires in 5h 59min 58s
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: DHCPv4 address 192.168.1.149/24, gateway 192.168.1.1 acquired from 192.168.1.1
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: Requesting DHCPv4 address (n/a): 192.168.1.149/24 (valid for 11h 59min 59s, preferred for 11h 59min 59s), flags: tentative, scope: global
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: DHCP: No static routes received from DHCP server.
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: Requesting DHCPv4 route (n/a): dst: 192.168.1.1/32, src: n/a, gw: n/a, prefsrc: 192.168.1.149, scope: link, table: main(254), proto: dhcp, type: unicast, nexthop: 0, priority: 1024, flags: n/a
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: Requesting DHCPv4 route (n/a): dst: n/a, src: n/a, gw: 192.168.1.1, prefsrc: 192.168.1.149, scope: global, table: main(254), proto: dhcp, type: unicast, nexthop: 0, priority: 1024, flags: n/a
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: DHCP: requested route destination 192.168.1.1/32 is in the assigned network 192.168.1.0/24, ignoring gateway address 192.168.1.1
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: Requesting DHCPv4 route (requesting): dst: 192.168.1.1/32, src: n/a, gw: n/a, prefsrc: 192.168.1.149, scope: link, table: main(254), proto: dhcp, type: unicast, nexthop: 0, priority: 1024, flags: n/a
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: link_check_ready(): address 192.168.1.149/24 is not ready.
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: Configuring DHCPv4 address (requesting): 192.168.1.149/24 (valid for 11h 59min 59s, preferred for 11h 59min 59s), flags: tentative, scope: global
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: Configuring DHCPv4 route (requesting): dst: 192.168.1.1/32, src: n/a, gw: n/a, prefsrc: 192.168.1.149, scope: link, table: main(254), proto: dhcp, type: unicast, nexthop: 0, priority: 1024, flags: n/a
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: Configuring DHCPv4 route (requesting): dst: n/a, src: n/a, gw: 192.168.1.1, prefsrc: 192.168.1.149, scope: global, table: main(254), proto: dhcp, type: unicast, nexthop: 0, priority: 1024, flags: n/a
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: Received updated DHCPv4 address (configured): 192.168.1.149/24 (valid for 11h 59min 59s, preferred for 11h 59min 59s), flags: n/a, scope: global
Apr 27 17:37:25 houndsditch systemd-networkd[279]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_32 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=16 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: link_check_ready(): dynamic addresses or routes are not configured.
Apr 27 17:37:25 houndsditch systemd-networkd[279]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=17 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: Received new foreign route (configured): dst: 192.168.1.149/32, src: n/a, gw: n/a, prefsrc: 192.168.1.149, scope: host, table: local(255), proto: kernel, type: local, nexthop: 0, priority: 0, flags: n/a
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: Received new foreign route (configured): dst: 192.168.1.255/32, src: n/a, gw: n/a, prefsrc: 192.168.1.149, scope: link, table: local(255), proto: kernel, type: broadcast, nexthop: 0, priority: 0, flags: n/a
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: Received new foreign route (configured): dst: 192.168.1.0/24, src: n/a, gw: n/a, prefsrc: 192.168.1.149, scope: link, table: main(254), proto: kernel, type: unicast, nexthop: 0, priority: 1024, flags: n/a
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: dhcp4_check_ready(): DHCPv4 address and routes are not set.
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: Received remembered DHCPv4 route (configured): dst: 192.168.1.1/32, src: n/a, gw: n/a, prefsrc: 192.168.1.149, scope: link, table: main(254), proto: dhcp, type: unicast, nexthop: 0, priority: 1024, flags: n/a
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: dhcp4_check_ready(): DHCPv4 address and routes are not set.
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: Received remembered DHCPv4 route (configured): dst: n/a, src: n/a, gw: 192.168.1.1, prefsrc: 192.168.1.149, scope: global, table: main(254), proto: dhcp, type: unicast, nexthop: 0, priority: 1024, flags: n/a
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: DHCPv4 address and routes set.
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: link_check_ready(): IPv4LL:no DHCPv4:yes DHCPv6:no DHCP-PD:no NDisc:no
Apr 27 17:37:25 houndsditch systemd-networkd[279]: bond0: State changed: configuring -> configured
Apr 27 17:37:25 houndsditch systemd-networkd[279]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_32 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=18 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Apr 27 17:37:27 houndsditch systemd-networkd[279]: bond0: NDISC: Sent Router Solicitation, next solicitation in 7s
Apr 27 17:37:34 houndsditch systemd-networkd[279]: bond0: NDISC: Sent Router Solicitation, next solicitation in 15s
Apr 27 17:37:34 houndsditch systemd-networkd[279]: bond0: NDISC: No RA received before link confirmation timeout
Apr 27 17:37:34 houndsditch systemd-networkd[279]: bond0: NDISC: Invoking callback for 'timeout' event.
Apr 27 17:37:34 houndsditch systemd-networkd[279]: bond0: NDisc handler get timeout event
Apr 27 17:37:49 houndsditch systemd-networkd[279]: bond0: NDISC: Sent Router Solicitation, next solicitation in 30s
Apr 27 17:38:19 houndsditch systemd-networkd[279]: bond0: NDISC: Sent Router Solicitation, next solicitation in 1min 3s
Apr 27 17:39:23 houndsditch systemd-networkd[279]: bond0: NDISC: Sent Router Solicitation, next solicitation in 2min 13s
Apr 27 17:39:42 houndsditch systemd-networkd[279]: bond0: NDISC: Received Router Advertisement: flags none preference medium lifetime 1800 sec
Apr 27 17:39:42 houndsditch systemd-networkd[279]: bond0: NDISC: Invoking callback for 'router' event.
Apr 27 17:39:42 houndsditch systemd-networkd[279]: bond0: Requesting NDisc route (n/a): dst: n/a, src: n/a, gw: fe80::... prefsrc: n/a, scope: global, table: main(254), proto: ra, type: unicast, nexthop: 0, priority: 1024, flags: n/a
Apr 27 17:39:42 houndsditch systemd-networkd[279]: bond0: Requesting NDisc route (n/a): dst: 2a01:... src: n/a, gw: n/a, prefsrc: n/a, scope: global, table: main(254), proto: ra, type: unicast, nexthop: 0, priority: 1024, flags: n/a
Apr 27 17:39:42 houndsditch systemd-networkd[279]: bond0: Requesting NDisc address (n/a): 2a01:... (valid for 4w 1d 23h 59min 59s, preferred for 6d 23h 59min 59s), flags: tentative,manage-temporary-address,no-prefixroute, scope: global
Apr 27 17:39:42 houndsditch systemd-networkd[279]: bond0: Setting SLAAC addresses and router.
Apr 27 17:39:42 houndsditch systemd-networkd[279]: bond0: State changed: configured -> configuring
Apr 27 17:39:42 houndsditch systemd-networkd[279]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_32 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=19 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Apr 27 17:39:42 houndsditch systemd-networkd[279]: bond0: link_check_ready(): address 2a01:... is not ready.
Apr 27 17:39:42 houndsditch systemd-networkd[279]: bond0: Configuring NDisc route (requesting): dst: n/a, src: n/a, gw: fe80::... prefsrc: n/a, scope: global, table: main(254), proto: ra, type: unicast, nexthop: 0, priority: 1024, flags: n/a
Apr 27 17:39:42 houndsditch systemd-networkd[279]: bond0: Configuring NDisc route (requesting): dst: 2a01:... src: n/a, gw: n/a, prefsrc: n/a, scope: global, table: main(254), proto: ra, type: unicast, nexthop: 0, priority: 1024, flags: n/a
Apr 27 17:39:42 houndsditch systemd-networkd[279]: bond0: Configuring NDisc address (requesting): 2a01:... (valid for 4w 1d 23h 59min 59s, preferred for 6d 23h 59min 59s), flags: tentative,manage-temporary-address,no-prefixroute, scope: global
Apr 27 17:39:42 houndsditch systemd-networkd[279]: bond0: Received remembered NDisc route (configured): dst: n/a, src: n/a, gw: fe80::... prefsrc: n/a, scope: global, table: main(254), proto: ra, type: unicast, nexthop: 0, priority: 1024, flags: n/a
Apr 27 17:39:42 houndsditch systemd-networkd[279]: bond0: ndisc_check_ready(): SLAAC addresses and routes are not set.
Apr 27 17:39:42 houndsditch systemd-networkd[279]: bond0: Received remembered NDisc route (configured): dst: 2a01:... src: n/a, gw: n/a, prefsrc: n/a, scope: global, table: main(254), proto: ra, type: unicast, nexthop: 0, priority: 1024, flags: n/a
Apr 27 17:39:42 houndsditch systemd-networkd[279]: bond0: ndisc_check_ready(): SLAAC addresses and routes are not set.
Apr 27 17:39:42 houndsditch systemd-networkd[279]: bond0: Received updated NDisc address (configured): 2a01:... (valid for 4w 1d 23h 59min 59s, preferred for 6d 23h 59min 59s), flags: tentative,manage-temporary-address,no-prefixroute, scope: global
Apr 27 17:39:42 houndsditch systemd-networkd[279]: bond0: link_check_ready(): address 2a01:... is not ready.
Apr 27 17:39:42 houndsditch systemd-networkd[279]: bond0: ndisc_check_ready(): no SLAAC address is ready.
Apr 27 17:39:43 houndsditch systemd-networkd[279]: bond0: Received updated NDisc address (configured): 2a01:... (valid for 4w 1d 23h 59min 58s, preferred for 6d 23h 59min 58s), flags: manage-temporary-address,no-prefixroute, scope: global
Apr 27 17:39:43 houndsditch systemd-networkd[279]: bond0: SLAAC addresses and routes set.
Apr 27 17:39:43 houndsditch systemd-networkd[279]: bond0: link_check_ready(): IPv4LL:no DHCPv4:yes DHCPv6:no DHCP-PD:no NDisc:yes
Apr 27 17:39:43 houndsditch systemd-networkd[279]: bond0: State changed: configuring -> configured
Apr 27 17:39:43 houndsditch systemd-networkd[279]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_32 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=20 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Apr 27 17:39:43 houndsditch systemd-networkd[279]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1/link/_32 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=21 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Apr 27 17:39:43 houndsditch systemd-networkd[279]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/network1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=22 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Apr 27 17:39:43 houndsditch systemd-networkd[279]: bond0: Received new foreign route (configured): dst: 2a01:... src: n/a, gw: n/a, prefsrc: n/a, scope: global, table: local(255), proto: kernel, type: local, nexthop: 0, priority: 0, flags: n/a
Apr 27 17:39:43 houndsditch systemd-networkd[279]: bond0: Received new foreign address (configured): 2a01:... (valid for 6d 23h 59min 58s, preferred for 23h 55min 11s), flags: temporary, scope: global
Apr 27 17:39:43 houndsditch systemd-networkd[279]: bond0: Received new foreign route (configured): dst: 2a01:... src: n/a, gw: n/a, prefsrc: n/a, scope: global, table: local(255), proto: kernel, type: local, nexthop: 0, priority: 0, flags: n/a

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions