Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F111864225
D30467.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
454 B
Referenced Files
None
Subscribers
None
D30467.diff
View Options
diff --git a/sys/net/ieee8023ad_lacp.c b/sys/net/ieee8023ad_lacp.c
--- a/sys/net/ieee8023ad_lacp.c
+++ b/sys/net/ieee8023ad_lacp.c
@@ -919,7 +919,8 @@
/* send a marker frame down each port to verify the queues are empty */
LIST_FOREACH(lp, &lsc->lsc_ports, lp_next) {
lp->lp_flags |= LACP_PORT_MARK;
- lacp_xmit_marker(lp);
+ if (lacp_xmit_marker(lp) != 0)
+ lp->lp_flags &= ~LACP_PORT_MARK;
}
/* set a timeout for the marker frames */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 10, 12:21 PM (10 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17084070
Default Alt Text
D30467.diff (454 B)
Attached To
Mode
D30467: LACP: Do not wait response for marker messages not sent
Attached
Detach File
Event Timeline
Log In to Comment