From 8d4205a99a9f0475da2b286d51febb36c7350e6e Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Wed, 24 Aug 2022 11:34:38 +0000 Subject: nat66: T4626: Rewrite op-mode show nat66 rules Rewrite op-mode "show nat66 source|destination rules" to the new format use "show_rules --direction --family " Delete old script show_nat66_rules.py --- op-mode-definitions/nat66.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'op-mode-definitions/nat66.xml.in') diff --git a/op-mode-definitions/nat66.xml.in b/op-mode-definitions/nat66.xml.in index 1ec46eb11..aba2d6add 100644 --- a/op-mode-definitions/nat66.xml.in +++ b/op-mode-definitions/nat66.xml.in @@ -16,7 +16,7 @@ Show configured source NAT66 rules - ${vyos_op_scripts_dir}/show_nat66_rules.py --source + ${vyos_op_scripts_dir}/nat.py show_rules --direction source --family inet6 @@ -58,7 +58,7 @@ Show configured destination NAT66 rules - ${vyos_op_scripts_dir}/show_nat66_rules.py --destination + ${vyos_op_scripts_dir}/nat.py show_rules --direction destination --family inet6 -- cgit v1.2.3