From e982b78f24d1dca3d2bc92a39b8e9fcf35b39a37 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 9 Jan 2021 14:31:48 +0100 Subject: xml: op-mode: add preprocessor support as known from configuration mode --- op-mode-definitions/wireless.xml | 119 --------------------------------------- 1 file changed, 119 deletions(-) delete mode 100644 op-mode-definitions/wireless.xml (limited to 'op-mode-definitions/wireless.xml') diff --git a/op-mode-definitions/wireless.xml b/op-mode-definitions/wireless.xml deleted file mode 100644 index a3a9d1f55..000000000 --- a/op-mode-definitions/wireless.xml +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - Clear wireless interface information - - - - - Clear all wireless interface counters - - sudo ${vyos_op_scripts_dir}/show_interfaces.py --action=clear --intf-type="$3" - - - - - - Clear interface information for a given wireless interface - - - - - - - - Clear all wireless interface counters - - sudo ${vyos_op_scripts_dir}/show_interfaces.py --action=clear --intf="$4" - - - - - - - - - - - - - - Show wireless interface information - - ${vyos_op_scripts_dir}/show_interfaces.py --intf-type=wireless --action=show-brief - - - - Show detailed wireless interface information - - ${vyos_op_scripts_dir}/show_interfaces.py --intf-type=wireless --action=show - - - - Show wireless interface configuration - - ${vyos_op_scripts_dir}/show_wireless.py --brief - - - - - - Show specified wireless interface information - - - - - ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4" - - - - Show summary of the specified wireless interface information - - ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4" --action=show-brief - - - - Show summary of the specified wireless interface information - - sudo ${vyos_op_scripts_dir}/show_wireless.py --scan "$4" - - - - Show detailed scan results - - sudo /sbin/iw dev "$4" scan ap-force - - - - - - Show specified wireless interface information - - ${vyos_op_scripts_dir}/show_wireless.py --stations "$4" - - - - Show specified virtual network interface (vif) information - - ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4.$6" - - - - Show summary of specified virtual network interface (vif) information - - ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4.$6" --action=show-brief - - - - - - - - - - -- cgit v1.2.3