summaryrefslogtreecommitdiff
path: root/op-mode-definitions/flow-accounting-op.xml.in
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-02-27 19:31:40 +0100
committerGitHub <noreply@github.com>2023-02-27 19:31:40 +0100
commitdfd88d01a7ed367bb693836bc71ce11a516f3261 (patch)
tree20e98899b0835da33541de99405cd987583dd20f /op-mode-definitions/flow-accounting-op.xml.in
parent4621cfc37a6088059d11c5adf2f33224e3435332 (diff)
parenta483281e5fd9db394c0dce3359d91599ba55adf8 (diff)
downloadvyos-1x-dfd88d01a7ed367bb693836bc71ce11a516f3261.tar.gz
vyos-1x-dfd88d01a7ed367bb693836bc71ce11a516f3261.zip
Merge pull request #1856 from jestabro/list-interfaces
op-mode: T4952: use list_interfaces from vyos-utils
Diffstat (limited to 'op-mode-definitions/flow-accounting-op.xml.in')
-rw-r--r--op-mode-definitions/flow-accounting-op.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/flow-accounting-op.xml.in b/op-mode-definitions/flow-accounting-op.xml.in
index 7aaae5974..46dc77d05 100644
--- a/op-mode-definitions/flow-accounting-op.xml.in
+++ b/op-mode-definitions/flow-accounting-op.xml.in
@@ -13,7 +13,7 @@
<properties>
<help>Show flow accounting statistics for specified interface</help>
<completionHelp>
- <script>${vyos_completion_dir}/list_interfaces.py</script>
+ <script>${vyos_completion_dir}/list_interfaces</script>
</completionHelp>
</properties>
<command>${vyos_op_scripts_dir}/flow_accounting_op.py --action show --interface $4</command>