Show specified SSTP client interface information interfaces sstpc ${vyos_op_scripts_dir}/interfaces.py show --intf_name="$4" --intf_type=sstpc Show specified SSTP client interface log journalctl --no-hostname --boot --follow --unit "ppp@$4".service Show specified SSTP client interface statistics interfaces sstpc if [ -d "/sys/class/net/$4" ]; then /usr/sbin/pppstats "$4"; fi Show SSTP client interface information ${vyos_op_scripts_dir}/interfaces.py show_summary --intf_type=sstpc Show detailed SSTP client interface information ${vyos_op_scripts_dir}/interfaces.py show --intf_type=sstpc