CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2013/11/02 18:32:36
Modified files: regress/sys/net/pf_divert: Makefile Remote.pm remote.pl Log message: Add divert tests that reuse protocol and port. They show what happens when we close the socket but the divert state remains. If a new socket uses the same protocol and port, it will use the old dangling state. Without searching for the correct rule, the divert-to will fail. There are real life corner cases where this occurred.