Actions
Bug #14637
closedPHP shell script ``pfanchordrill`` shows duplicate anchor content
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
23.09
Release Notes:
Default
Affected Version:
Affected Architecture:
Description
23.09-DEVELOPMENT][root@gw]/root: cat /tmp/_r pass in quick on ovpns1 inet from 172.25.1.50 to 10.0.0.0/16 [23.09-DEVELOPMENT][root@gw]/root: pfctl -a openvpn/test -f /tmp/_r [23.09-DEVELOPMENT][root@gw]/root: pfSsh.php playback pfanchordrill [...] natrules rules/nat contents: openvpn rules/nat contents: openvpn/test rules/nat contents: pass in quick on ovpns1 inet from 172.25.1.50 to 10.0.0.0/16 flags S/SA keep state openvpn/test rules/nat contents: pass in quick on ovpns1 inet from 172.25.1.50 to 10.0.0.0/16 flags S/SA keep state tftp-proxy rules/nat contents: [...] [23.09-DEVELOPMENT][root@gw]/root: pfctl -vsA ipsec miniupnpd natearly natrules openvpn openvpn/test tftp-proxy [...] [23.09-DEVELOPMENT][root@gw]/root: pfctl -a openvpn/test -sr pass in quick on ovpns1 inet from 172.25.1.50 to 10.0.0.0/16 flags S/SA keep state
Related issues
Updated by Marcos M over 1 year ago
- Status changed from New to Pull Request Review
- Target version set to 2.8.0
- Plus Target Version set to 23.09
https://gitlab.netgate.com/pfSense/pfSense/-/merge_requests/1054
For future reference, pfctl -vsA
loops through L3 rules first, then Ethernet rules which can result in duplicate anchor names being shown.
Updated by Marcos M over 1 year ago
- Related to Bug #14577: OpenVPN not removing old Cisco-AVPair anchor rules and files in ``/tmp`` added
Updated by Marcos M over 1 year ago
- Status changed from Pull Request Review to Feedback
- % Done changed from 0 to 100
Applied in changeset 68f5fc1bd5d2583317ab6e38f833070c2d1174cd.
Updated by Jim Pingle over 1 year ago
- Subject changed from pfanchordrill shows duplicate anchors to PHP shell script ``pfanchordrill`` shows duplicate anchor content
Updating subject for release notes.
Updated by Danilo Zrenjanin about 1 year ago
- Status changed from Feedback to Resolved
The patch fixes it.
I am marking the ticket resolved.
Updated by Jim Pingle about 1 year ago
- Target version changed from 2.8.0 to 2.7.1
Actions