Skip to content

Commit

Permalink
Fix corrupt patch
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Sun <stephens@nvidia.com>
  • Loading branch information
stephenxs committed Mar 14, 2023
1 parent dde930d commit 9fd6ba5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/libteam/patch/0008-libteam-Add-warm_reboot-mode.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 4136762b92ce30a19451c1b69dfbbbd4469727d5 Mon Sep 17 00:00:00 2001
From cdc7eb674bb779b9e5181921e4c7c2b2f0a0db41 Mon Sep 17 00:00:00 2001
From: Pavel Shirshov <pavelsh@microsoft.com>
Date: Tue, 3 Mar 2020 13:04:57 -0800
Subject: [PATCH 08/11] Reimplement Warm-Reboot procedure'
Subject: [PATCH] [libteam]: Reimplement Warm-Reboot procedure'

---
libteam/ifinfo.c | 6 +-
Expand Down Expand Up @@ -62,7 +62,7 @@ index 9ebf30f..0bd7cc0 100644
th->msg_recv_started = true;
}
nla_for_each_nested(nl_port, attrs[TEAM_ATTR_LIST_PORT], i) {
@@ -165,7 +172,8 @@ int get_port_list_handler(struct nl_msg *msg, void *arg)
@@ -165,7 +172,9 @@ int get_port_list_handler(struct nl_msg *msg, void *arg)
if (!port)
return NL_SKIP;
}
Expand Down

0 comments on commit 9fd6ba5

Please sign in to comment.