Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107166522
D45972.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
401 B
Referenced Files
None
Subscribers
None
D45972.diff
View Options
diff --git a/sys/net/if_vxlan.c b/sys/net/if_vxlan.c
--- a/sys/net/if_vxlan.c
+++ b/sys/net/if_vxlan.c
@@ -3216,13 +3216,13 @@
goto fail;
}
- vxlan_stats_alloc(sc);
ifp = if_alloc(IFT_ETHER);
if (ifp == NULL) {
error = ENOSPC;
goto fail;
}
+ vxlan_stats_alloc(sc);
sc->vxl_ifp = ifp;
rm_init(&sc->vxl_lock, "vxlanrm");
callout_init_rw(&sc->vxl_callout, &sc->vxl_lock, 0);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 12, 3:35 AM (21 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15760664
Default Alt Text
D45972.diff (401 B)
Attached To
Mode
D45972: if_vxlan(4): Move the allocating of statistics counters below if_alloc()
Attached
Detach File
Event Timeline
Log In to Comment