From 772ee7ce604fb23e00fcc831419809008f69ce5d Mon Sep 17 00:00:00 2001 From: rmilecki Date: Tue, 8 Sep 2015 16:43:04 +0000 Subject: [PATCH 1/1] kernel: describe bridge patch "port isolate" It was initially added in r25762 by nbd. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46825 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic/patches-3.18/642-bridge_port_isolate.patch | 5 +++++ target/linux/generic/patches-4.0/642-bridge_port_isolate.patch | 5 +++++ target/linux/generic/patches-4.1/642-bridge_port_isolate.patch | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/target/linux/generic/patches-3.18/642-bridge_port_isolate.patch b/target/linux/generic/patches-3.18/642-bridge_port_isolate.patch index c98b94796c..df3a65781d 100644 --- a/target/linux/generic/patches-3.18/642-bridge_port_isolate.patch +++ b/target/linux/generic/patches-3.18/642-bridge_port_isolate.patch @@ -1,3 +1,8 @@ +From: Felix Fietkau +Subject: [PATCH] bridge: port isolate + +Isolating individual bridge ports +--- --- a/net/bridge/br_private.h +++ b/net/bridge/br_private.h @@ -172,6 +172,7 @@ struct net_bridge_port diff --git a/target/linux/generic/patches-4.0/642-bridge_port_isolate.patch b/target/linux/generic/patches-4.0/642-bridge_port_isolate.patch index b1ceb31734..aacce56691 100644 --- a/target/linux/generic/patches-4.0/642-bridge_port_isolate.patch +++ b/target/linux/generic/patches-4.0/642-bridge_port_isolate.patch @@ -1,3 +1,8 @@ +From: Felix Fietkau +Subject: [PATCH] bridge: port isolate + +Isolating individual bridge ports +--- --- a/include/linux/if_bridge.h +++ b/include/linux/if_bridge.h @@ -44,6 +44,7 @@ struct br_ip_list { diff --git a/target/linux/generic/patches-4.1/642-bridge_port_isolate.patch b/target/linux/generic/patches-4.1/642-bridge_port_isolate.patch index a47dd6748d..06c368d1f0 100644 --- a/target/linux/generic/patches-4.1/642-bridge_port_isolate.patch +++ b/target/linux/generic/patches-4.1/642-bridge_port_isolate.patch @@ -1,3 +1,8 @@ +From: Felix Fietkau +Subject: [PATCH] bridge: port isolate + +Isolating individual bridge ports +--- --- a/include/linux/if_bridge.h +++ b/include/linux/if_bridge.h @@ -45,6 +45,7 @@ struct br_ip_list { -- 2.11.0