FreeBSD Bugzilla – Attachment 172184 Details for
Bug 210882
[PATCH] ipfw sched show output mangled after r270424
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
header fix
dummynet_toprint.diff (text/plain), 485 bytes, created by
Guido Falsi
on 2016-07-07 00:02:19 UTC
(
hide
)
Description:
header fix
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2016-07-07 00:02:19 UTC
Size:
485 bytes
patch
obsolete
>Index: sbin/ipfw/dummynet.c >=================================================================== >--- sbin/ipfw/dummynet.c (revision 302372) >+++ sbin/ipfw/dummynet.c (working copy) >@@ -603,6 +603,7 @@ > if (s->flags & DN_HAVE_MASK) > print_mask(&s->sched_mask); > } >+ toPrint = 1; > break; > > case DN_FLOW: >@@ -642,6 +643,7 @@ > > case DN_FS: > print_flowset_parms((struct dn_fs *)oid, buf); >+ toPrint = 1; > break; > case DN_PROFILE: > flush_buf(buf);
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 210882
:
172183
| 172184