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)
commiteec517cdb4810b3843eb7707971de3164088bff1
tree082f3cf957cf9da4dfba2d2f57b36387faa8e9dc
parent749d22e8f6d5645ed066ec434c0ce5327987c699
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