Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F168766538
D5226.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
373 B
Referenced Files
None
Subscribers
None
D5226.id.diff
View Options
Index: sys/net/if_lagg.c
===================================================================
--- sys/net/if_lagg.c
+++ sys/net/if_lagg.c
@@ -1260,7 +1260,7 @@
error = priv_check(td, PRIV_NET_LAGG);
if (error)
break;
- if (ra->ra_proto < 1 || ra->ra_proto >= LAGG_PROTO_MAX) {
+ if (ra->ra_proto >= LAGG_PROTO_MAX) {
error = EPROTONOSUPPORT;
break;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Aug 31, 1:21 AM (5 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37566316
Default Alt Text
D5226.id.diff (373 B)
Attached To
Mode
D5226: Set 'laggproto none' on lagg bundle
Attached
Detach File
Event Timeline
Log In to Comment