Show specified SSTP client interface information interfaces sstpc ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4" 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}/show_interfaces.py --intf-type=sstpc --action=show-brief Show detailed SSTP client interface information ${vyos_op_scripts_dir}/show_interfaces.py --intf-type=sstpc --action=show