<?xml version="1.0"?> <interfaceDefinition> <node name="show"> <children> <node name="sstp-server"> <properties> <help>Show SSTP server information</help> </properties> <children> <leafNode name="sessions"> <properties> <help>Show active SSTP server sessions</help> </properties> <command>${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto="sstp" --action="show sessions"</command> </leafNode> <leafNode name="statistics"> <properties> <help>Show SSTP server statistics</help> </properties> <command>${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto="sstp" --action="show stat"</command> </leafNode> </children> </node> </children> </node> </interfaceDefinition>