diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2013-06-03 05:06:39 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2013-06-03 05:06:39 +0000 |
commit | f3342d9b31eff3980fd4f93a2cd0efbb7e7126dc (patch) | |
tree | 23c36996bd5177f9b1b94b87be93ef7ce9b1ba82 | |
parent | e7b137311a900a0a5e9db9105140885bb91a22b9 (diff) |
Add a regression test suite for the pf divert-to and divert-reply
feature. It requires two machines, the local host is running the
regression test, the remote host gets pf divert rules installed.
The diverted TCP connections are running between these hosts in
both directions. The remote host is controlled via ssh.
-rw-r--r-- | regress/sys/net/pf_divert/Client.pm | 2 | ||||
-rw-r--r-- | regress/sys/net/pf_divert/Makefile | 2 | ||||
-rw-r--r-- | regress/sys/net/pf_divert/Remote.pm | 2 | ||||
-rw-r--r-- | regress/sys/net/pf_divert/Server.pm | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/regress/sys/net/pf_divert/Client.pm b/regress/sys/net/pf_divert/Client.pm index f9f4160e23e..8c66a8e79ae 100644 --- a/regress/sys/net/pf_divert/Client.pm +++ b/regress/sys/net/pf_divert/Client.pm @@ -1,4 +1,4 @@ -# $OpenBSD: Client.pm,v 1.1.1.1 2013/06/03 05:06:38 bluhm Exp $ +# $OpenBSD: Client.pm,v 1.1 2013/06/03 05:06:38 bluhm Exp $ # Copyright (c) 2010-2013 Alexander Bluhm <bluhm@openbsd.org> # diff --git a/regress/sys/net/pf_divert/Makefile b/regress/sys/net/pf_divert/Makefile index 63403d47b24..b06d572a39a 100644 --- a/regress/sys/net/pf_divert/Makefile +++ b/regress/sys/net/pf_divert/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2013/06/03 05:06:38 bluhm Exp $ +# $OpenBSD: Makefile,v 1.1 2013/06/03 05:06:38 bluhm Exp $ # The following ports must be installed for the regression tests: # p5-IO-Socket-INET6 object interface for AF_INET and AF_INET6 domain sockets diff --git a/regress/sys/net/pf_divert/Remote.pm b/regress/sys/net/pf_divert/Remote.pm index c6cad676eb6..957c3ceafb5 100644 --- a/regress/sys/net/pf_divert/Remote.pm +++ b/regress/sys/net/pf_divert/Remote.pm @@ -1,4 +1,4 @@ -# $OpenBSD: Remote.pm,v 1.1.1.1 2013/06/03 05:06:38 bluhm Exp $ +# $OpenBSD: Remote.pm,v 1.1 2013/06/03 05:06:38 bluhm Exp $ # Copyright (c) 2010-2013 Alexander Bluhm <bluhm@openbsd.org> # diff --git a/regress/sys/net/pf_divert/Server.pm b/regress/sys/net/pf_divert/Server.pm index cecde9b267e..06ca0698832 100644 --- a/regress/sys/net/pf_divert/Server.pm +++ b/regress/sys/net/pf_divert/Server.pm @@ -1,4 +1,4 @@ -# $OpenBSD: Server.pm,v 1.1.1.1 2013/06/03 05:06:38 bluhm Exp $ +# $OpenBSD: Server.pm,v 1.1 2013/06/03 05:06:38 bluhm Exp $ # Copyright (c) 2010-2013 Alexander Bluhm <bluhm@openbsd.org> # |