diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-07-29 18:14:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-29 18:14:26 +0200 |
commit | bcbfc8cc0ad42bf7bb025b7a6dae6e376978fda4 (patch) | |
tree | 30aad369714bc1ed09961a50e7e8831898adbb26 /op-mode-definitions | |
parent | 0d7ad932d2842edb8862c9f88454fa2e668871b6 (diff) | |
parent | f38729bd8d448faa578ccd5ab24b024c994522e0 (diff) | |
download | vyos-1x-bcbfc8cc0ad42bf7bb025b7a6dae6e376978fda4.tar.gz vyos-1x-bcbfc8cc0ad42bf7bb025b7a6dae6e376978fda4.zip |
Merge pull request #1441 from sever-sever/T4543
nat: T4543: Fix and rewrite show nat source statistics
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 84e999995..b0ec8989f 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}/show_nat_statistics.py --source</command> + <command>${vyos_op_scripts_dir}/nat.py show_statistics --direction source</command> </node> <node name="translations"> <properties> |