Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144341913
D41107.id124927.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
349 B
Referenced Files
None
Subscribers
None
D41107.id124927.diff
View Options
diff --git a/sbin/ifconfig/ifconfig_netlink.c b/sbin/ifconfig/ifconfig_netlink.c
--- a/sbin/ifconfig/ifconfig_netlink.c
+++ b/sbin/ifconfig/ifconfig_netlink.c
@@ -89,8 +89,6 @@
for (int i = 0; i < v_count * 32; i++) {
bool is_set = v[i / 32] & (1 << (i % 32));
- if (i == 31)
- v++;
if (is_set) {
if (num++ == 0)
printf("<");
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 8, 10:55 PM (8 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28507433
Default Alt Text
D41107.id124927.diff (349 B)
Attached To
Mode
D41107: ifconfig: Fix the display of capabilities in the netlink based code.
Attached
Detach File
Event Timeline
Log In to Comment