From: Greg Kroah-Hartman Date: Fri, 2 Nov 2018 13:11:31 +0000 (+0100) Subject: 4.4 patch fix X-Git-Tag: v4.19.1~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b33e0214992ccbe7f188d985bdf1602d559e3108;p=thirdparty%2Fkernel%2Fstable-queue.git 4.4 patch fix --- diff --git a/queue-4.4/rtnetlink-disallow-fdb-configuration-for-non-ethernet-device.patch b/queue-4.4/rtnetlink-disallow-fdb-configuration-for-non-ethernet-device.patch index a46a116af41..2ebf3bfa0f2 100644 --- a/queue-4.4/rtnetlink-disallow-fdb-configuration-for-non-ethernet-device.patch +++ b/queue-4.4/rtnetlink-disallow-fdb-configuration-for-non-ethernet-device.patch @@ -103,7 +103,7 @@ Signed-off-by: Greg Kroah-Hartman } + if (dev->type != ARPHRD_ETHER) { -+ NL_SET_ERR_MSG(extack, "FDB add only supported for Ethernet devices"); ++ pr_info("PF_BRIDGE: FDB add only supported for Ethernet devices"); + return -EINVAL; + } + @@ -115,7 +115,7 @@ Signed-off-by: Greg Kroah-Hartman } + if (dev->type != ARPHRD_ETHER) { -+ NL_SET_ERR_MSG(extack, "FDB delete only supported for Ethernet devices"); ++ pr_info("PF_BRIDGE: FDB delete only supported for Ethernet devices"); + return -EINVAL; + } +