From: Anna Schumaker <anna.schumaker@xxxxxxxxxx> The first several patches in this series fix up several Python style errors found through the flake8 to clean up the tool. The remaining patches update the tool for the xprtsec and add_xprt features added to the NFS / sunrpc client with the companion kernel patches. Thoughts? Anna Anna Schumaker (10): rpcctl: Fix flake8 whitespace errors rpcctl: Fix flake8 line-too-long errors rpcctl: Fix flake8 bare exception error rpcctl: Fix flake8 ambiguous-variable-name error rpcctl: Add missing docstrings to the Xprt class rpcctl: Add missing docstrings to the XprtSwitch class rpcctl: Add remaining missing docstrings rpcctl.py: Rename {read,write}_addr_file() rpcctl.py: Add support for the xprtsec sysfs attribute rpcctl: Add support for `rpcctl switch add-xprt` tools/rpcctl/rpcctl.man | 4 ++ tools/rpcctl/rpcctl.py | 145 ++++++++++++++++++++++++++++++---------- 2 files changed, 114 insertions(+), 35 deletions(-) -- 2.47.1