Bug #10803
Invalid rules generated from AVPair on OpenVPN
Start date:
07/31/2020
Due date:
% Done:
100%
Estimated time:
Affected Version:
2.5.x
Affected Architecture:
All
Release Notes:
Default
Description
AVPair rule:
ip:inacl#1=permit ip 10.1.0.0 255.255.0.0 10.2.0.0 255.255.0.0 range 8000 8001
Expected rule:
pass in quick on ovpns1 inet from 10.1.0.0/16 to 10.2.0.0/16 port 7999 >< 8002
Actual rule:
pass in quick on ovpns1 inet from {network}/16to {network}/16port 7999 >< 8002
Associated revisions
History
#1
Updated by Marius Rejdak 8 months ago
Pull request: https://github.com/pfsense/pfsense/pull/4411
#2
Updated by Jim Pingle 8 months ago
- Status changed from New to Pull Request Review
- Target version set to 2.5.0
#3
Updated by Viktor Gurov 8 months ago
also fixed in #10454
#4
Updated by Renato Botelho 8 months ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Renato Botelho
- % Done changed from 0 to 100
PR has been merged. Thanks!
#5
Updated by Steve Beaver 6 months ago
- Status changed from Feedback to Resolved
Fix OpenVPN AVPair network/netmask output. Issue #10803