CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2012/01/10 05:50:32
Modified files: sys/netinet6 : frag6.c Log message: Flush the cached IPv6 forward route every 500 ms. This prevents wrong checks for local addresses and wrong packet forwarding in environments with only one communication partner and changing addresses or routes. Remove the #if 0 around the existing code to make IPv6 behave like IPv4. ok henning@