diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-07-30 12:19:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-30 12:19:26 +0200 |
commit | 2f2e8125560a19b51e0034ec88cf69ce1fd1afb5 (patch) | |
tree | 9573c835023421da71ec5fc9601c032bba301295 /op-mode-definitions | |
parent | 2a9a2cfa12e87ae1b300354aeb3bdf7b10059d26 (diff) | |
parent | fa8a09089af3a9062ae4f4f0ebc8c8474d870783 (diff) | |
download | vyos-1x-2f2e8125560a19b51e0034ec88cf69ce1fd1afb5.tar.gz vyos-1x-2f2e8125560a19b51e0034ec88cf69ce1fd1afb5.zip |
Merge pull request #1445 from sever-sever/T4089
nat: T4089: Rewrite show nat destination rules
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 b0ec8989f..7148c1128 100644 --- a/op-mode-definitions/nat.xml.in +++ b/op-mode-definitions/nat.xml.in @@ -58,7 +58,7 @@ <properties> <help>Show configured destination NAT rules</help> </properties> - <command>${vyos_op_scripts_dir}/show_nat_rules.py --destination</command> + <command>${vyos_op_scripts_dir}/nat.py show_rules --direction destination</command> </node> <node name="statistics"> <properties> |