]> git.baikalelectronics.ru Git - kernel.git/commit
net: Add IF_OPER_TESTING
authorAndrew Lunn <andrew@lunn.ch>
Sun, 19 Apr 2020 22:11:50 +0000 (00:11 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Apr 2020 19:43:24 +0000 (12:43 -0700)
commit03638342829563a6631b0a4d6df4627478963438
tree082f3cf957cf9da4dfba2d2f57b36387faa8e9dc
parent55d70a7996ab19ae94214cbeaf6b3400d599924e
net: Add IF_OPER_TESTING

RFC 2863 defines the operational state testing. Add support for this
state, both as a IF_LINK_MODE_ and __LINK_STATE_.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
include/uapi/linux/if.h
net/core/dev.c
net/core/link_watch.c
net/core/rtnetlink.c