diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-07-22 23:07:41 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-07-22 23:15:36 +0200 |
commit | cb3ea19b6aed7cd0562f66cc699fd7f4bfb75c6f (patch) | |
tree | d01c0427d40520d61c04776b7e3d544580c26cf6 | |
parent | 5bcca8f59314296a7391671ca7d33618ce346495 (diff) | |
download | vyos-1x-cb3ea19b6aed7cd0562f66cc699fd7f4bfb75c6f.tar.gz vyos-1x-cb3ea19b6aed7cd0562f66cc699fd7f4bfb75c6f.zip |
pki: wireguard: T3642: remove obsolete "show wireguard keypairs" command
As the keys are now stored inside the CLI configuration and no longer in a file
on the filesystem, this command is no longer required.
-rw-r--r-- | op-mode-definitions/wireguard.xml.in | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/op-mode-definitions/wireguard.xml.in b/op-mode-definitions/wireguard.xml.in index 201c1290f..6f9f62a30 100644 --- a/op-mode-definitions/wireguard.xml.in +++ b/op-mode-definitions/wireguard.xml.in @@ -63,35 +63,4 @@ </node> </children> </node> - <node name="show"> - <children> - <node name="wireguard"> - <properties> - <help>Show Wireguard properties</help> - </properties> - <children> - <node name="keypairs"> - <properties> - <help>Show Wireguard keys</help> - </properties> - <children> - <leafNode name="pubkey"> - <properties> - <help>Show Wireguard public keys</help> - </properties> - <command>${vyos_op_scripts_dir}/wireguard.py --showpub</command> - </leafNode> - <leafNode name="privkey"> - <properties> - <help>Show Wireguard private keys</help> - </properties> - <command>${vyos_op_scripts_dir}/wireguard.py --showpriv</command> - </leafNode> - </children> - <command>${vyos_op_scripts_dir}/wireguard.py --showpub --showpriv</command> - </node> - </children> - </node> - </children> - </node> </interfaceDefinition> |