Author: blogic Date: 2016-01-03 15:47:47 +0100 (Sun, 03 Jan 2016) New Revision: 48086
Modified: branches/chaos_calmer/target/linux/lantiq/patches-3.18/0025-NET-MIPS-lantiq-adds-xrx200-net.patch Log: 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 <[email protected]> Modified: branches/chaos_calmer/target/linux/lantiq/patches-3.18/0025-NET-MIPS-lantiq-adds-xrx200-net.patch =================================================================== --- branches/chaos_calmer/target/linux/lantiq/patches-3.18/0025-NET-MIPS-lantiq-adds-xrx200-net.patch 2016-01-03 14:45:26 UTC (rev 48085) +++ branches/chaos_calmer/target/linux/lantiq/patches-3.18/0025-NET-MIPS-lantiq-adds-xrx200-net.patch 2016-01-03 14:47:47 UTC (rev 48086) @@ -248,7 +248,7 @@ + +#define SW_POLLING +#define SW_ROUTING -+#define SW_PORTMAP ++/*#define SW_PORTMAP*/ + +#ifdef SW_ROUTING + #ifdef SW_PORTMAP _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
