Actions
Regression #13203
closedFloating rules without an interface are not loaded
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
22.05
Release Notes:
Force Exclusion
Affected Version:
2.7.0
Affected Architecture:
Description
In 22.01
, the following floating rule with no interface can be created:
pass quick inet proto icmp from any to any ridentifier 1653328655 keep state label "USER_RULE: Allow all icmp"
In 22.05
, the same rule is not created and /tmp/rules.debug
instead shows:
# rule Pass all icmp has no enabled interfaces label "USER_RULE: Pass all icmp"
Related issues
Updated by Marcos M over 2 years ago
- Status changed from New to Pull Request Review
Updated by Steve Wheeler over 2 years ago
Looks good in my test case:
pass quick inet proto icmp from any to any ridentifier 1653328529 keep state label "USER_RULE: Pass all icmp" label "id:1653328529"
Tested against: 22.05.b.20220523.0600
Updated by Marcos M over 2 years ago
- Status changed from Pull Request Review to Feedback
- % Done changed from 0 to 100
Applied in changeset 889bec18ecd0828e1401abcc1c8c4c8ec73aef81.
Updated by Viktor Gurov over 2 years ago
- Related to Feature #4259: Port forward NAT rules with "any" protocol added
Actions