Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145167955
D12191.id32996.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
352 B
Referenced Files
None
Subscribers
None
D12191.id32996.diff
View Options
Index: head/sys/net/if_vlan.c
===================================================================
--- head/sys/net/if_vlan.c
+++ head/sys/net/if_vlan.c
@@ -1384,7 +1384,7 @@
VLAN_RUNLOCK();
/* Pass it back through the parent's input routine. */
- (*ifp->if_input)(ifv->ifv_ifp, m);
+ (*ifv->ifv_ifp->if_input)(ifv->ifv_ifp, m);
}
static void
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 17, 4:46 PM (18 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28819146
Default Alt Text
D12191.id32996.diff (352 B)
Attached To
Mode
D12191: Allow vlan interfaces to rx through netmap(4)
Attached
Detach File
Event Timeline
Log In to Comment