Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105720255
D16333.id45501.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
628 B
Referenced Files
None
Subscribers
None
D16333.id45501.diff
View Options
Index: ip_icmp.c
===================================================================
--- ip_icmp.c
+++ ip_icmp.c
@@ -139,8 +139,8 @@
SYSCTL_INT(_net_inet_icmp, OID_AUTO, reply_from_interface, CTLFLAG_VNET | CTLFLAG_RW,
&VNET_NAME(icmp_rfi), 0,
"ICMP reply from incoming interface for non-local packets");
-
-static VNET_DEFINE(int, icmp_quotelen) = 8;
+/* Router requirements RFC 1812 section 4.3.2.3 requires 576 - 28 */
+static VNET_DEFINE(int, icmp_quotelen) = 548;
#define V_icmp_quotelen VNET(icmp_quotelen)
SYSCTL_INT(_net_inet_icmp, OID_AUTO, quotelen, CTLFLAG_VNET | CTLFLAG_RW,
&VNET_NAME(icmp_quotelen), 0,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 4:49 PM (17 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15531791
Default Alt Text
D16333.id45501.diff (628 B)
Attached To
Mode
D16333: The ICMP echo is too small
Attached
Detach File
Event Timeline
Log In to Comment