Skip to content

Commit a577a80

Browse files
pavel-shirshovyxieca
authored andcommitted
Flush port in both worm-reboot and fast-reboot mode on exit. Otherwise teamd will stuck (#3512)
1 parent 7b0a5ba commit a577a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libteam/patch/0008-libteam-Add-warm_reboot-mode.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ index 9dc85b5..679da49 100644
108108
+ teamd_refresh_ports(ctx);
109109
+ if (ctrl_byte == 'w')
110110
+ teamd_ports_flush_data(ctx);
111-
+ } else {
111+
+ /* Flush ports to destroy port object */
112112
+ err = teamd_flush_ports(ctx);
113113
+ if (err)
114114
+ return err;

0 commit comments

Comments
 (0)