Actions
Bug #2796
closedpanic when create and destroy lagg interface
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
02/26/2015
Due date:
% Done:
0%
Estimated time:
Description
for i in `seq 1 100`;
do
ifconfig lagg0 create
ifconfig lagg0 destroy
done
the shell ahove helps to trigger create and destroy lagg interface mutiple times.
it is potential that the below line will cause problem.
line 454 if_lagg.c lagg_clone_destroy()
kfree(sc, M_DEVBUF);
Files
Actions