X-Git-Url: https://git.proxmox.com/?p=pve-kernel.git;a=blobdiff_plain;f=patches%2Fkernel%2F0002-bridge-keep-MAC-of-first-assigned-port.patch;h=74710aa87fb1b1080601f9b707f27f4988b94ba7;hp=95ff6628c5fbbacb28ff26834b82bd3519cb6038;hb=c0514fa336bd49d68fd6b2682bf0b6b755c0687c;hpb=9e94988ca10daaf070840241cb98b1c6817f117d diff --git a/patches/kernel/0002-bridge-keep-MAC-of-first-assigned-port.patch b/patches/kernel/0002-bridge-keep-MAC-of-first-assigned-port.patch index 95ff662..74710aa 100644 --- a/patches/kernel/0002-bridge-keep-MAC-of-first-assigned-port.patch +++ b/patches/kernel/0002-bridge-keep-MAC-of-first-assigned-port.patch @@ -1,7 +1,7 @@ -From fcf6881a32da892f831d277e13f8a30dfaa280c4 Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 14 Sep 2017 11:02:18 +0200 -Subject: [PATCH 02/10] bridge: keep MAC of first assigned port +Subject: [PATCH] bridge: keep MAC of first assigned port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -18,7 +18,7 @@ Signed-off-by: Fabian Grünbichler 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net/bridge/br_stp_if.c b/net/bridge/br_stp_if.c -index 89110319ef0f..5e73fff65f47 100644 +index 808e2b914015..b0ad54384826 100644 --- a/net/bridge/br_stp_if.c +++ b/net/bridge/br_stp_if.c @@ -259,10 +259,7 @@ bool br_stp_recalculate_bridge_id(struct net_bridge *br) @@ -33,6 +33,3 @@ index 89110319ef0f..5e73fff65f47 100644 } if (ether_addr_equal(br->bridge_id.addr, addr)) --- -2.14.2 -