diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-07-25 15:27:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-25 15:27:19 +0200 |
commit | df7348da111668d38796d955bf64fa384eb7a58f (patch) | |
tree | 2b94ef4f09e31f740ade10c4db591a6d4af75a65 /op-mode-definitions | |
parent | c8ffb9a03c70f2d3762b5606f74715579c0265f4 (diff) | |
parent | 9228bd31d008d386b92a82aa68985101502959f9 (diff) | |
download | vyos-1x-df7348da111668d38796d955bf64fa384eb7a58f.tar.gz vyos-1x-df7348da111668d38796d955bf64fa384eb7a58f.zip |
Merge pull request #1426 from sever-sever/T4545-nat
nat: T4545: Rewrite show nat source rules script
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 084e2e7e3..84e999995 100644 --- a/op-mode-definitions/nat.xml.in +++ b/op-mode-definitions/nat.xml.in @@ -16,7 +16,7 @@ <properties> <help>Show configured source NAT rules</help> </properties> - <command>${vyos_op_scripts_dir}/show_nat_rules.py --source</command> + <command>${vyos_op_scripts_dir}/nat.py show_rules --direction source</command> </node> <node name="statistics"> <properties> |