-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nfs: add support for v4.2 operations and error codes (#7397)
* nfs: add support for v4.2 operations and error codes NFSv4.2 (rfc7862) is a published standard since Nov. 2016 and supported by various nfs servers and clients. This change is adding operation and status codes defined by v4.2 spec. * packetbeat: add basic test for NFSv4.2 operations This is a basic test to verify NFsv4.2 support. Due to lack of server and client that supports full set of v4.2 operations, only one operation is added. * packetbeat: add test case for NFSv4.2 CLONE operation Signed-off-by: Tigran Mkrtchyan <[email protected]>
- Loading branch information
1 parent
735868e
commit 947221e
Showing
5 changed files
with
81 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters