FreeBSD Bugzilla – Attachment 15795 Details for
Bug 29185
ipfw doesn't confirm icmptypes correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 612 bytes, created by
Mike Durian
on 2001-07-24 02:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Mike Durian
Created:
2001-07-24 02:40:01 UTC
Size:
612 bytes
patch
obsolete
>*** ipfw.c.orig Mon Jul 23 18:21:54 2001 >--- ipfw.c Mon Jul 23 18:22:54 2001 >*************** >*** 545,551 **** > for (i = 0; i < IP_FW_ICMPTYPES_DIM; ++i) > for (j = 0; j < sizeof(unsigned) * 8; ++j) > if (chain->fw_uar.fw_icmptypes[i] & (1 << j)) { >! printf("%c%d", first ? ' ' : ',', i); > first = 0; > } > } >--- 545,552 ---- > for (i = 0; i < IP_FW_ICMPTYPES_DIM; ++i) > for (j = 0; j < sizeof(unsigned) * 8; ++j) > if (chain->fw_uar.fw_icmptypes[i] & (1 << j)) { >! printf("%c%d", first ? ' ' : ',', >! i * sizeof(unsigned) * 8 + j); > first = 0; > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 29185
: 15795