FreeBSD Bugzilla – Attachment 187127 Details for
Bug 222953
ipfw fwd tablearg & ipfw -q bugs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch for ipfw(8)
ipfw_tables.diff (text/plain), 485 bytes, created by
Andrey V. Elsukov
on 2017-10-13 09:56:01 UTC
(
hide
)
Description:
Proposed patch for ipfw(8)
Filename:
MIME Type:
Creator:
Andrey V. Elsukov
Created:
2017-10-13 09:56:01 UTC
Size:
485 bytes
patch
obsolete
>Index: sbin/ipfw/tables.c >=================================================================== >--- sbin/ipfw/tables.c (revision 324097) >+++ sbin/ipfw/tables.c (working copy) >@@ -885,6 +885,8 @@ table_do_modify_record(int cmd, ipfw_obj_header *o > > sz += sizeof(*oh); > error = do_get3(cmd, &oh->opheader, &sz); >+ if (error != 0) >+ error = errno; > tent = (ipfw_obj_tentry *)(ctlv + 1); > /* Copy result back to provided buffer */ > memcpy(tent_base, ctlv + 1, sizeof(*tent) * count);
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 222953
:
187126
| 187127