diff options
author | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2007-02-26 13:03:31 +0000 |
---|---|---|
committer | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2007-02-26 13:03:31 +0000 |
commit | f4b985259c0511c54c31e98650e7ec3af4ad6275 (patch) | |
tree | 56cb947c040e667ee2dd0f35f927974fcbcdbd41 /usr.sbin/hoststated/hoststated.conf.5 | |
parent | 8a4859246c291b899368592841f48cbf00333f98 (diff) |
Change the ``virtual ip'' directive to ``virtual host''.
You will need to update your configuration files accordingly.
"just do it", reyk@
Diffstat (limited to 'usr.sbin/hoststated/hoststated.conf.5')
-rw-r--r-- | usr.sbin/hoststated/hoststated.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/hoststated/hoststated.conf.5 b/usr.sbin/hoststated/hoststated.conf.5 index 58720f97327..252ee5bf573 100644 --- a/usr.sbin/hoststated/hoststated.conf.5 +++ b/usr.sbin/hoststated/hoststated.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hoststated.conf.5,v 1.28 2007/02/26 11:59:48 reyk Exp $ +.\" $OpenBSD: hoststated.conf.5,v 1.29 2007/02/26 13:03:30 pyr Exp $ .\" .\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org> .\" @@ -284,7 +284,7 @@ Automatically tag packets passing through the .Xr pf 4 rdr rule with the name supplied. This allows simpler filter rules. -.It Ic virtual ip Ar address Ic port Ar port +.It Ic virtual host Ar address Ic port Ar port Specify an .Ar address and a @@ -629,8 +629,8 @@ table sorryhost { } service www { - virtual ip www.example.com port 8080 interface trunk0 - virtual ip www6.example.com port 80 interface trunk0 + virtual host www.example.com port 8080 interface trunk0 + virtual host www6.example.com port 80 interface trunk0 tag HOSTSTATED table phphosts |