Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108650214
D46574.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
380 B
Referenced Files
None
Subscribers
None
D46574.diff
View Options
diff --git a/sys/netpfil/pf/pf.c b/sys/netpfil/pf/pf.c
--- a/sys/netpfil/pf/pf.c
+++ b/sys/netpfil/pf/pf.c
@@ -6935,7 +6935,7 @@
PF_IN : PF_OUT) != icmp_dir) {
if (V_pf_status.debug >= PF_DEBUG_MISC) {
printf("pf: icmp type %d in wrong direction (%d): ",
- icmp_dir, pd->dir);
+ ntohs(type), icmp_dir);
pf_print_state(*state);
printf("\n");
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 28, 2:11 AM (10 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16238023
Default Alt Text
D46574.diff (380 B)
Attached To
Mode
D46574: pf: fix debug printf
Attached
Detach File
Event Timeline
Log In to Comment