]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-link.c
network: store full hardware address in Link struct
authorTimo Rothenpieler <timo@rothenpieler.org>
Mon, 26 Oct 2020 17:07:49 +0000 (18:07 +0100)
committerTimo Rothenpieler <timo@rothenpieler.org>
Wed, 28 Oct 2020 13:44:43 +0000 (14:44 +0100)
commitb8162cd200c69be509475b8f2184a5ac651fc2b0
treea6b07641f3794fd3b204e7a9c2f2a8a26e163ba1
parent4fc8a29a7e06debb65f4e2651a03804beb41f781
network: store full hardware address in Link struct

This passes the legacy ethernet address to functions in a lot of places,
which all will need migrated to handle arbitrary size hardware addresses
eventually.
src/network/networkd-address.c
src/network/networkd-dhcp4.c
src/network/networkd-dhcp6.c
src/network/networkd-ipv4ll.c
src/network/networkd-link.c
src/network/networkd-link.h
src/network/networkd-lldp-rx.c
src/network/networkd-lldp-tx.c
src/network/networkd-ndisc.c
src/network/networkd-radv.c