Actions
Regression #14866
closedSystem aliases created for local subnets can be an invalid length
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
23.09
Release Notes:
Force Exclusion
Affected Version:
Affected Architecture:
All
Description
In 23.09 system aliases are added to the ruleset for subnets on local interfaces. They are automatically created using the interface names appended with '__NETWORK'.
The aliases can create a name length greater than 32 characters and that's invalid:
There were error(s) loading the rules: /tmp/rules.debug:54: table name too long, max 31 chars - The line in question reads [54]: table <SOMEVERYLONGINTERFACENAME10__NETWORK> persist { 172.22.254.28/30 } @ 2023-10-11 16:39:58
Actions