]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ife-ethertype'
authorDavid S. Miller <davem@davemloft.net>
Tue, 29 Aug 2017 22:14:19 +0000 (15:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Aug 2017 22:14:19 +0000 (15:14 -0700)
commitd18011d67b3b642ff3d0a6b6f515c9bd4c9f00aa
tree552ad12d5f7fd30607bd9fb7ac0c303652ed2b9f
parent0460067bb04f91a037a12f1528204fc16ceeb719
parent49be50b2a09c5b6817e089177013d14c9502d981
Merge branch 'ife-ethertype'

Alexander Aring says:

====================
tc: act_ife: handle IEEE IFE ethertype as default

this patch series will introduce the IFE ethertype which is registered by
IEEE. If the netlink act_ife type netlink attribute is not given it will
use this value by default now.
At least it will introduce some UAPI testcases to check if the default type
is used if not specified and vice versa.
====================

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