Actions
Regression #15197
closedOutbound NAT rules using an alias without a matching address family create unexpected PF rules
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
24.03
Release Notes:
Default
Affected Version:
Affected Architecture:
Description
Create an Outbound NAT rule with:
- Do not NAT
checked
- IPv4+IPv6
for address family
- Source <interface> subnets
using an interface with only IPv6
Create an Outbound NAT rule with:
- Do not NAT
checked
- IPv4
for address family
- Source <interface> subnets
using an interface with only IPv6
These rules result in e.g.:
no nat on $ISP1 from any to any # TEST no nat on $ISP1 inet from any to any # TEST
Instead of defaulting to a host of any
, no rule should be generated.
Files
Actions