Skip to content

Commit

Permalink
fix use "route:local" in acl's nextModules
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur Aitov authored and taitov committed Jan 29, 2024
1 parent 6ef65fa commit 63b50de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controlplane/configconverter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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")
{
Expand Down

0 comments on commit 63b50de

Please sign in to comment.