Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164258912
D36311.id109724.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
530 B
Referenced Files
None
Subscribers
None
D36311.id109724.diff
View Options
Index: sys/netinet6/in6_mcast.c
===================================================================
--- sys/netinet6/in6_mcast.c
+++ sys/netinet6/in6_mcast.c
@@ -2862,6 +2862,7 @@
static const char *in6m_statestrs[] = {
"not-member",
"silent",
+ "reporting",
"idle",
"lazy",
"sleeping",
@@ -2870,6 +2871,8 @@
"sg-query-pending",
"leaving"
};
+_Static_assert(nitems(in6m_statestrs) == MLD_LEAVING_MEMBER - MLD_NOT_MEMBER + 1,
+ "Missing MLD group state");
static const char *
in6m_state_str(const int state)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 31, 4:29 AM (8 h, 12 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35767210
Default Alt Text
D36311.id109724.diff (530 B)
Attached To
Mode
D36311: MLD group state string conversion fix
Attached
Detach File
Event Timeline
Log In to Comment