linux_dsm_epyc7002/drivers/net/bonding
Konstantin Khorenko 18bebc6dd3 bonding: show full hw address in sysfs for slave entries
Bond expects ethernet hwaddr for its slave, but it can be longer than 6
bytes - infiniband interface for example.

 # cat /sys/devices/<skipped>/net/ib0/address
 80:00:02:08:fe:80:00:00:00:00:00:00:7c:fe:90:03:00:be:5d:e1

 # cat /sys/devices/<skipped>/net/ib0/bonding_slave/perm_hwaddr
 80:00:02:08:fe:80

So print full hwaddr in sysfs "bonding_slave/perm_hwaddr" as well.

Signed-off-by: Konstantin Khorenko <khorenko@virtuozzo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-03-29 13:32:39 -07:00
..
bond_3ad.c bonding: count master 3ad stats separately 2019-01-24 22:18:48 -08:00
bond_alb.c
bond_debugfs.c
bond_main.c net: Remove switchdev.h inclusion from team/bond/vlan 2019-02-24 17:40:46 -08:00
bond_netlink.c bonding: count master 3ad stats separately 2019-01-24 22:18:48 -08:00
bond_options.c bonding: check slave set command firstly 2019-02-14 11:35:50 -05:00
bond_procfs.c
bond_sysfs_slave.c bonding: show full hw address in sysfs for slave entries 2019-03-29 13:32:39 -07:00
bond_sysfs.c
bonding_priv.h
Makefile