Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153125733
D56481.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
354 B
Referenced Files
None
Subscribers
None
D56481.diff
View Options
diff --git a/sys/net/route/route_tables.c b/sys/net/route/route_tables.c
--- a/sys/net/route/route_tables.c
+++ b/sys/net/route/route_tables.c
@@ -132,7 +132,7 @@
new_fibs = normalize_num_rtables(new_fibs);
if (new_fibs < V_rt_numfibs)
- error = ENOTCAPABLE;
+ error = EINVAL;
if (new_fibs > V_rt_numfibs)
grow_rtables(new_fibs);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 20, 8:24 AM (9 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31730580
Default Alt Text
D56481.diff (354 B)
Attached To
Mode
D56481: route: Use a better error number in sysctl_fibs()
Attached
Detach File
Event Timeline
Log In to Comment