diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2021-07-30 23:07:36 +0300 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2021-08-17 18:47:53 +0300 |
commit | b4ab2fea7c797b0b8b92332c7e315703c12d37d8 (patch) | |
tree | 649533053ee37135ebef1b3c1a6d3b15f1416de9 /include/linux/sunrpc/msg_prot.h | |
parent | d02a3a2cb25d384005a6e3446a445013342024b7 (diff) | |
download | linux-b4ab2fea7c797b0b8b92332c7e315703c12d37d8.tar.xz |
SUNRPC: Add RPC_AUTH_TLS protocol numbers
Shared by client and server. See:
https://www.iana.org/assignments/rpc-authentication-numbers/rpc-authentication-numbers.xhtml
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'include/linux/sunrpc/msg_prot.h')
-rw-r--r-- | include/linux/sunrpc/msg_prot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/msg_prot.h b/include/linux/sunrpc/msg_prot.h index 938c2bf29db8..02117ed0fa2e 100644 --- a/include/linux/sunrpc/msg_prot.h +++ b/include/linux/sunrpc/msg_prot.h @@ -20,6 +20,7 @@ enum rpc_auth_flavors { RPC_AUTH_DES = 3, RPC_AUTH_KRB = 4, RPC_AUTH_GSS = 6, + RPC_AUTH_TLS = 7, RPC_AUTH_MAXFLAVOR = 8, /* pseudoflavors: */ RPC_AUTH_GSS_KRB5 = 390003, |