Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156832463
D1388.id2901.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D1388.id2901.diff
View Options
Index: sys/netinet6/frag6.c
===================================================================
--- sys/netinet6/frag6.c
+++ sys/netinet6/frag6.c
@@ -159,7 +159,7 @@
int fragoff, frgpartlen; /* must be larger than u_int16_t */
struct ifnet *dstifp;
u_int8_t ecn, ecn0;
-#if 0
+#if 1
char ip6buf[INET6_ADDRSTRLEN];
#endif
@@ -453,7 +453,7 @@
i = af6->ip6af_up->ip6af_off + af6->ip6af_up->ip6af_frglen
- ip6af->ip6af_off;
if (i > 0) {
-#if 0 /* suppress the noisy log */
+#if 1 /* suppress the noisy log */
log(LOG_ERR, "%d bytes of a fragment from %s "
"overlaps the previous fragment\n",
i, ip6_sprintf(ip6buf, &q6->ip6q_src));
@@ -466,7 +466,7 @@
if (af6 != (struct ip6asfrag *)q6) {
i = (ip6af->ip6af_off + ip6af->ip6af_frglen) - af6->ip6af_off;
if (i > 0) {
-#if 0 /* suppress the noisy log */
+#if 1 /* suppress the noisy log */
log(LOG_ERR, "%d bytes of a fragment from %s "
"overlaps the succeeding fragment",
i, ip6_sprintf(ip6buf, &q6->ip6q_src));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 17, 7:04 PM (20 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33203703
Default Alt Text
D1388.id2901.diff (1 KB)
Attached To
Mode
D1388: IP6: Turned on verbose logging for fragment handling code
Attached
Detach File
Event Timeline
Log In to Comment