Date: Sat, 08 May 2021 08:07:09 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 255700] pfctl: DIOCADDRULENV: Invalid argument Message-ID: <bug-255700-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255700 Bug ID: 255700 Summary: pfctl: DIOCADDRULENV: Invalid argument Product: Base System Version: 13.0-STABLE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: jordan@ostreff.info It looks that pf was broken in=20 # pfctl -vvvvvvvv -f /etc/pf.conf No ALTQ support in kernel ALTQ related functions disabled Loaded 762 passive OS fingerprints ext_if =3D "em0" int_if =3D "em1" inet6_if =3D "gif0" internal_net =3D "192.168.0.0/24" internal_addr =3D "192.168.0.2" icmp_types =3D "{ echorep, unreach, squench, echoreq, timex, paramprob }" icmp6_types =3D "{ unreach, toobig, timex, paramprob, echoreq, echorep, neighbradv, neighbrsol, routeradv, routersol }" table <all_ftp_wo_local> { !192.168.0.0/24 } table <sshguard> persist table <abusive_hosts> persist table <file_servers> { 192.168.0.11 } table <tunnelbroker> { 216.66.80.30 } table <bruteforce> persist table <abusive_hosts> persist set timeout tcp.first 120 set timeout tcp.opening 30 set timeout tcp.established 86400 set timeout tcp.closing 900 set timeout tcp.finwait 45 set timeout tcp.closed 90 set timeout udp.first 60 set timeout udp.single 30 set timeout udp.multiple 60 set timeout icmp.first 20 set timeout icmp.error 10 set timeout other.first 60 set timeout other.single 30 set timeout other.multiple 60 set timeout adaptive.start 0 set timeout adaptive.end 0 set limit states 10000 set limit frags 5000 set loginterface rl0 set optimization aggressive set block-policy drop set require-order yes set fingerprints "/etc/pf.os" Loaded 762 passive OS fingerprints @0 scrub in on em0 all min-ttl 15 max-mss 1400 fragment reassemble @1 scrub in on em0 all no-df fragment reassemble @2 scrub on em0 all reassemble tcp fragment reassemble @3 scrub on gif0 all fragment reassemble @4 nat on em0 inet from 192.168.0.0/24 to any -> (em0) round-robin @5 rdr-anchor "miniupnpd" all pfctl: DIOCADDRULENV: Invalid argument --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255700-227>