CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2011/04/29 09:14:10
Modified files: sys/net : if_gre.c Log message: Why precompute the route for the gre tunnel when ip_output can do that for you without the nasty side-effects of the precomputation? Fixes strange problems seen on directly connected tunnels and probably behaves a lot better. This still caches to route for subsequent packets. Testing and OK phessler