X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=patches%2Fkernel%2F0002-bridge-keep-MAC-of-first-assigned-port.patch;h=714c0e2c3ee6ce04f30ccafc90965cdd16439b92;hb=842d7097a916b5871a0edfdeb1151f6f0dc06ae7;hp=658c3f108fe833bf402735cecf6ee0620b429878;hpb=15baf5b4c2b0ecf549431f4ccaba93157ec0f2f9;p=pve-kernel.git 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 658c3f1..714c0e2 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 @@ -13,15 +13,16 @@ connected ports (for no real reason). To avoid problems with ARP we simply use the MAC of the first connected port. Signed-off-by: Fabian Grünbichler +Signed-off-by: Thomas Lamprecht --- net/bridge/br_stp_if.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net/bridge/br_stp_if.c b/net/bridge/br_stp_if.c -index 808e2b914015..b0ad54384826 100644 +index ba55851fe132..82675e1ecfb8 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) +@@ -265,10 +265,7 @@ bool br_stp_recalculate_bridge_id(struct net_bridge *br) return false; list_for_each_entry(p, &br->port_list, list) { @@ -33,6 +34,3 @@ index 808e2b914015..b0ad54384826 100644 } if (ether_addr_equal(br->bridge_id.addr, addr)) --- -2.14.2 -