diff options
Diffstat (limited to 'op-mode-definitions/wireguard.xml.in')
-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> |