FreeBSD Bugzilla – Attachment 167361 Details for
Bug 207459
ipfw rule using dscp cs4 results in be/cs0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
ipfw_dscp.diff (text/plain), 405 bytes, created by
Andrey V. Elsukov
on 2016-02-24 12:51:23 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Andrey V. Elsukov
Created:
2016-02-24 12:51:23 UTC
Size:
405 bytes
patch
obsolete
>Index: head/sbin/ipfw/ipfw2.c >=================================================================== >--- head/sbin/ipfw/ipfw2.c (revision 295965) >+++ head/sbin/ipfw/ipfw2.c (working copy) >@@ -1029,7 +1029,7 @@ fill_dscp(ipfw_insn *cmd, char *av, int cblen) > errx(EX_DATAERR, "Invalid DSCP value"); > } > >- if (code > 32) >+ if (code >= 32) > *high |= 1 << (code - 32); > else > *low |= 1 << code;
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 207459
: 167361