[Bug 256032] wireguard service loads before pf service
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu May 20 15:43:05 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256032
Bug ID: 256032
Summary: wireguard service loads before pf service
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: alex.soto.aguilera at gmail.com
The conflict is because PF firewall is loaded before the VPN interface wg0
exists, it fails and no firewall rules are loaded.
We can change the boot order on /usr/local/etc/rc.d/wireguard to prevent this
problem:
# REQUIRE: FILESYSTEMS netif pflog pfsync routing route6d
# BEFORE: pf
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list