https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255700
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: [email protected]
Reporter: [email protected]
It looks that pf was broken in
# pfctl -vvvvvvvv -f /etc/pf.conf
No ALTQ support in kernel
ALTQ related functions disabled
Loaded 762 passive OS fingerprints
ext_if = "em0"
int_if = "em1"
inet6_if = "gif0"
internal_net = "192.168.0.0/24"
internal_addr = "192.168.0.2"
icmp_types = "{ echorep, unreach, squench, echoreq, timex, paramprob }"
icmp6_types = "{ 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
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"