Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106145413
D5226.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.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
Fri, Dec 27, 3:43 AM (10 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15610858
Default Alt Text
D5226.diff (373 B)
Attached To
Mode
D5226: Set 'laggproto none' on lagg bundle
Attached
Detach File
Event Timeline
Log In to Comment