diff options
| author | Vladimir Oltean <[email protected]> | 2021-06-29 00:29:26 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2021-06-29 18:31:57 +0000 |
| commit | 78ecc8903de2adf0387cbf06e5befe29c23f2739 (patch) | |
| tree | e2de8b3c19fe6fea9d3ff905514f53afe32f770f /drivers/net/wwan/iosm/iosm_ipc_protocol_ops.c | |
| parent | net: use netdev_info in ndo_dflt_fdb_{add,del} (diff) | |
| download | kernel-78ecc8903de2adf0387cbf06e5befe29c23f2739.tar.gz kernel-78ecc8903de2adf0387cbf06e5befe29c23f2739.zip | |
net: say "local" instead of "static" addresses in ndo_dflt_fdb_{add,del}
"Static" is a loaded word, and probably not what the author meant when
the code was written.
In particular, this looks weird:
$ bridge fdb add dev swp0 00:01:02:03:04:05 local # totally fine, but
$ bridge fdb add dev swp0 00:01:02:03:04:05 static
[ 2020.708298] swp0: FDB only supports static addresses # hmm what?
By looking at the implementation which uses dev_uc_add/dev_uc_del it is
absolutely clear that only local addresses are supported, and the proper
Network Unreachability Detection state is being used for this purpose
(user space indeed sets NUD_PERMANENT when local addresses are meant).
So it is just the message that is wrong, fix it.
Signed-off-by: Vladimir Oltean <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/net/wwan/iosm/iosm_ipc_protocol_ops.c')
0 files changed, 0 insertions, 0 deletions
