From 0cbe4cd087aeeb435e2d34820aa34fb7af1add21 Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Fri, 8 Jul 2022 21:50:14 +0000 Subject: conntrack: T4145: Add show conntrack table ipv4 After firewall rewriting, we lost the ability to show conntrack table as it used old code Rewrite and add it to XML/Python --- op-mode-definitions/show-conntrack.xml.in | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 op-mode-definitions/show-conntrack.xml.in (limited to 'op-mode-definitions/show-conntrack.xml.in') diff --git a/op-mode-definitions/show-conntrack.xml.in b/op-mode-definitions/show-conntrack.xml.in new file mode 100644 index 000000000..792623d7d --- /dev/null +++ b/op-mode-definitions/show-conntrack.xml.in @@ -0,0 +1,27 @@ + + + + + + + Show conntrack tables entries + + + + + Show conntrack entries for table + + + + + Show conntrack entries for IPv4 protocol + + sudo ${vyos_op_scripts_dir}/show_conntrack.py + + + + + + + + -- cgit v1.2.3