Show specified WireGuard interface information ${vyos_op_scripts_dir}/interfaces.py show --intf-name="$4" --intf-type=wireguard Show all IP addresses allowed for the specified interface sudo wg show "$4" allowed-ips Show all endpoints for the specified interface sudo wg show "$4" endpoints Show all peer IDs for the specified interface sudo wg show "$4" peers Show interface public-key sudo wg show "$4" public-key Shows current configuration and device information sudo wg show "$4" Show WireGuard interface information ${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=wireguard Show detailed Wireguard interface information ${vyos_op_scripts_dir}/interfaces.py show --intf-type=wireguard