Actions
Todo #13052
closedConsolidate vpn_networks and negate_networks tables
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Rules / NAT
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Default
Description
It seems currently that both vpn_networks
and negate_networks
end up with the same content.
table <vpn_networks> { 172.25.3.0/24 172.17.105.0/24 172.25.1.0/24 } table <negate_networks> { 172.25.3.0/24 172.17.105.0/24 172.25.1.0/24 }
If that is indeed the case, they can be consolidated to a single table. Consideration should be given to the different options used, such as Disable Negate rules
in the System / Advanced / Firewall & NAT
page.
Side note: When deleting an OpenVPN Server, a filter reload is not triggered and hence the negate_networks
table is not updated accordingly until the next filter reload.
Related issues
Actions