From 63b50de23ea1e03eefed71369dad1cd2525032ff Mon Sep 17 00:00:00 2001 From: Timur Aitov Date: Mon, 15 Jan 2024 16:32:31 +0300 Subject: [PATCH] fix use "route:local" in acl's nextModules --- controlplane/configconverter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controlplane/configconverter.cpp b/controlplane/configconverter.cpp index 4a129463..708c10c8 100644 --- a/controlplane/configconverter.cpp +++ b/controlplane/configconverter.cpp @@ -758,7 +758,7 @@ void config_converter_t::processAcl() { if (entry == "local") { - acl_rules_route_local(acl, nextModule); + acl_rules_route_local(acl, nextModuleName); } else if (entry == "forward") {