aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.4/642-bridge_port_isolate.patch
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2016-06-20 14:51:11 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-06-20 14:51:11 +0200
commit4208ce821a7b389824105b65112afd6939dc71b7 (patch)
tree09d76fedc89ee7b08d6c811b94582db9602e11aa /target/linux/generic/patches-4.4/642-bridge_port_isolate.patch
parent602bafecdbbbcb171dccae5ce07178e2c5a920d0 (diff)
downloadmaster-187ad058-4208ce821a7b389824105b65112afd6939dc71b7.tar.gz
master-187ad058-4208ce821a7b389824105b65112afd6939dc71b7.tar.bz2
master-187ad058-4208ce821a7b389824105b65112afd6939dc71b7.zip
kernel: update kernel 4.4 to version 4.4.8
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/generic/patches-4.4/642-bridge_port_isolate.patch')
-rw-r--r--target/linux/generic/patches-4.4/642-bridge_port_isolate.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-4.4/642-bridge_port_isolate.patch b/target/linux/generic/patches-4.4/642-bridge_port_isolate.patch
index 6656bbe630..451b983613 100644
--- a/target/linux/generic/patches-4.4/642-bridge_port_isolate.patch
+++ b/target/linux/generic/patches-4.4/642-bridge_port_isolate.patch
@@ -11,8 +11,8 @@ Isolating individual bridge ports
#define BR_PROXYARP_WIFI BIT(10)
+#define BR_ISOLATE_MODE BIT(11)
- /* values as per ieee8021QBridgeFdbAgingTime */
- #define BR_MIN_AGEING_TIME (10 * HZ)
+ #define BR_DEFAULT_AGEING_TIME (300 * HZ)
+
--- a/net/bridge/br_sysfs_if.c
+++ b/net/bridge/br_sysfs_if.c
@@ -173,6 +173,22 @@ BRPORT_ATTR_FLAG(unicast_flood, BR_FLOOD