]> 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)
commitf710532e410697d99aedd2bc133de8e2af80bc26
tree552ad12d5f7fd30607bd9fb7ac0c303652ed2b9f
parentdd910a81ef800b4d8a3e1d4addd66ca6a97a12b3
parent6a11ac1782aafcfd5c8ea32c0cc1ffb93439b66b
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>