OSDN Git Service

Merge branch 'macsec-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 29 Oct 2018 02:26:43 +0000 (19:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Oct 2018 02:26:43 +0000 (19:26 -0700)
commit3bdf6bac58170383465a2fb67cf6e13a27e43b85
tree284e63f2de4b3186add0090063942e2c4333e626
parent38b4f18d56372e1e21771ab7b0357b853330186c
parent07bddef9839378bd6f95b393cf24c420529b4ef1
Merge branch 'macsec-fixes'

Sabrina Dubroca says:

====================
macsec: linkstate fixes

This series fixes issues with handling administrative and operstate of
macsec devices.

Radu Rendec proposed another version of the first patch [0] but I'd
rather not follow the behavior of vlan devices, going with macvlan
does instead. Patrick Talbert also reported the same issue to me.

The second patch is a follow-up. The restriction on setting the device
up is a bit unreasonable, and operstate provides the information we
need in this case.

[0] https://patchwork.ozlabs.org/patch/971374/
====================

Signed-off-by: David S. Miller <davem@davemloft.net>