Bugzilla – Attachment 937 Details for
Bug 1061
flowd + avici v9 flows problem
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Accept 4 octet SNMP indices
flowd-ndx-long.diff (text/plain), 733 bytes, created by
Damien Miller
on 2005-07-06 22:39:32 AEST
(
hide
)
Description:
Accept 4 octet SNMP indices
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2005-07-06 22:39:32 AEST
Size:
733 bytes
patch
obsolete
>Index: flowd.c >=================================================================== >RCS file: /var/cvs/flowd/flowd.c,v >retrieving revision 1.56 >diff -u -p -r1.56 flowd.c >--- flowd.c 28 Apr 2005 09:02:58 -0000 1.56 >+++ flowd.c 6 Jul 2005 12:24:30 -0000 >@@ -619,7 +629,7 @@ nf9_check_rec_len(u_int type, u_int len) > case NF9_SRC_MASK: > return (len == 1); > case NF9_INPUT_SNMP: >- return (len <= 2); >+ return (len <= 4); > case NF9_L4_DST_PORT: > return (len == 2); > case NF9_IPV4_DST_ADDR: >@@ -627,7 +637,7 @@ nf9_check_rec_len(u_int type, u_int len) > case NF9_DST_MASK: > return (len == 1); > case NF9_OUTPUT_SNMP: >- return (len <= 2); >+ return (len <= 4); > case NF9_IPV4_NEXT_HOP: > return (len == 4); > case NF9_SRC_AS:
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 1061
: 937