diff options
| author | 2020-04-20 12:43:24 -0700 | |
|---|---|---|
| committer | 2020-04-20 12:43:24 -0700 | |
| commit | b785b06ccaae3ab669877ca4175213587485a31e (patch) | |
| tree | a9cb964f6df47d76868f23e53672d648dc722743 /include/uapi/linux | |
| parent | Merge branch 'FEC-MDIO-speedups' (diff) | |
| parent | net: ethtool: self_test: Mark interface in testing operative status (diff) | |
Merge branch 'RFC-2863-Testing-Oper-status'
Andrew Lunn says:
====================
RFC 2863 Testing Oper status
This patchset add support for RFC 2863 Oper status testing. An
interface is placed into this state when a self test is performed
using ethtool.
v2:
Fix date/kernel version in Documentation
Add reviewed-by tags
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/if.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/if.h b/include/uapi/linux/if.h index be714cd8c826..797ba2c1562a 100644 --- a/include/uapi/linux/if.h +++ b/include/uapi/linux/if.h @@ -178,6 +178,7 @@ enum { enum { IF_LINK_MODE_DEFAULT, IF_LINK_MODE_DORMANT, /* limit upward transition to dormant */ + IF_LINK_MODE_TESTING, /* limit upward transition to testing */ }; /* |
