diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-08-25 18:55:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-25 18:55:12 +0200 |
commit | 6d82dab3c2e8a32c0dafb8c61789f3a6767191c8 (patch) | |
tree | 8c68bcdcc510db851976b2790f707ec54ef6a32d /op-mode-definitions | |
parent | 4f5f01f6a4f01395ba470713c890afd737fecd0d (diff) | |
parent | 53bc8022e3beb1f817aec0d263c4d3bb379dcaf7 (diff) | |
download | vyos-1x-6d82dab3c2e8a32c0dafb8c61789f3a6767191c8.tar.gz vyos-1x-6d82dab3c2e8a32c0dafb8c61789f3a6767191c8.zip |
Merge pull request #1497 from sever-sever/T4645
op-mode: T4645: Show nat source statistics missing argument --family
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/nat.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/nat.xml.in b/op-mode-definitions/nat.xml.in index e89c3801f..dbc06b930 100644 --- a/op-mode-definitions/nat.xml.in +++ b/op-mode-definitions/nat.xml.in @@ -22,7 +22,7 @@ <properties> <help>Show statistics for configured source NAT rules</help> </properties> - <command>${vyos_op_scripts_dir}/nat.py show_statistics --direction source</command> + <command>${vyos_op_scripts_dir}/nat.py show_statistics --direction source --family inet</command> </node> <node name="translations"> <properties> |