diff options
author | John Crispin <blogic@openwrt.org> | 2016-01-03 14:47:47 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-01-03 14:47:47 +0000 |
commit | 8d477b34d7587d5fdce85ddbce9d5c8e4a507571 (patch) | |
tree | d39788d6486acd006830d8866d3893d315b9abf6 /target/linux | |
parent | fec331baef5253c5e6f7032761d511642898dd1a (diff) | |
download | upstream-8d477b34d7587d5fdce85ddbce9d5c8e4a507571.tar.gz upstream-8d477b34d7587d5fdce85ddbce9d5c8e4a507571.tar.bz2 upstream-8d477b34d7587d5fdce85ddbce9d5c8e4a507571.zip |
lantiq: disable SW_PORTMAP usage in the ethernet driver
using the special tag in this way lead to port mirroring for certain types of traffic.
fallback to using th PMAC_EWAN register for the wan portmap.
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@48086 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/lantiq/patches-3.18/0025-NET-MIPS-lantiq-adds-xrx200-net.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/patches-3.18/0025-NET-MIPS-lantiq-adds-xrx200-net.patch b/target/linux/lantiq/patches-3.18/0025-NET-MIPS-lantiq-adds-xrx200-net.patch index f2a9d1bbab..dabb2154f9 100644 --- a/target/linux/lantiq/patches-3.18/0025-NET-MIPS-lantiq-adds-xrx200-net.patch +++ b/target/linux/lantiq/patches-3.18/0025-NET-MIPS-lantiq-adds-xrx200-net.patch @@ -248,7 +248,7 @@ Subject: [PATCH 25/36] NET: MIPS: lantiq: adds xrx200-net + +#define SW_POLLING +#define SW_ROUTING -+#define SW_PORTMAP ++/*#define SW_PORTMAP*/ + +#ifdef SW_ROUTING + #ifdef SW_PORTMAP |