Hello, On Sat, Apr 18, 2009 at 03:43:27PM -0000, OpenWrt wrote: > I made a svn diff patch agains trunk which is supposed to integrate your > patch into openwrt - unfortunately patch works only partially, there is no > subdirectory ip in kernel headers..
Hmmm, I just remembered that I build it against kamikaze 8.09, but that's ok since nothing has changed. But I only applied the patch on the build_dir after the first build. So other patches have been applied already. Is there any way I can turn that build_dir version into a patch? On another note: Upgrading to the 2009-<something> version should also make it work ;-). About the figures: This is what I get now: 2009-04-17 19:23:39 (2.57 MB/s) - `/dev/null' saved [104857600/104857600] after flushing all iptables. Iptables slows it down with about 600kB/s "fast webserver" -> eth0.0 (l2) -> br-lan -> greeth.1 (l2) -> greETH (l2,1q) -> eth0.1 (l2,1q,gre-ip) -> officeswitches -> "fast client" eth0 (l2,1q,gre-ip) -> greETH (l2,1Q) -> greeth (l2) -> br-lan . How to make greETH and greeth (from head): insmod gre_ip ip link add greETH type gretap remote 10.41.1.173 local 10.41.1.234 nopmtu ip link set up dev greETH ip link add link greETH name greeth type vlan id 1 brctl addif br-lan greeth ip link set up dev greeth The .1Q tag is needed because of a fail-to-fragment bug when it's not tagged. BTW: if you try this with a 2.6.29 linux host you first must apply http://kerneltrap.org/mailarchive/linux-net/2009/4/17/5498524 before adding .1q tags (bug in new .1q kernel code). -- .signature not found _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel