diff options
author | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2007-02-26 13:04:35 +0000 |
---|---|---|
committer | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2007-02-26 13:04:35 +0000 |
commit | 55f66b07beab4f04a99525c7e71f36e8f8d9fa64 (patch) | |
tree | 5241ee9ba8a5d97f937b1566c540c9710056cb15 /etc | |
parent | f4b985259c0511c54c31e98650e7ec3af4ad6275 (diff) |
reflect configuration parser change.
ok reyk@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/hoststated.conf | 4 | ||||
-rw-r--r-- | etc/relayd.conf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/hoststated.conf b/etc/hoststated.conf index 42918fea6c6..c6a251dbddb 100644 --- a/etc/hoststated.conf +++ b/etc/hoststated.conf @@ -1,4 +1,4 @@ -# $OpenBSD: hoststated.conf,v 1.2 2007/02/13 10:16:05 pyr Exp $ +# $OpenBSD: hoststated.conf,v 1.3 2007/02/26 13:04:34 pyr Exp $ # # Macros # @@ -31,7 +31,7 @@ table fallback { # Services will be mapped to a rdr rule. # service www { - virtual ip 192.168.1.1 port http interface trunk0 + virtual host 192.168.1.1 port http interface trunk0 # tag every packet that goes thru the rdr rule with HOSTSTATED tag HOSTSTATED diff --git a/etc/relayd.conf b/etc/relayd.conf index 320603b6536..52eb13b942c 100644 --- a/etc/relayd.conf +++ b/etc/relayd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: relayd.conf,v 1.2 2007/02/13 10:16:05 pyr Exp $ +# $OpenBSD: relayd.conf,v 1.3 2007/02/26 13:04:34 pyr Exp $ # # Macros # @@ -31,7 +31,7 @@ table fallback { # Services will be mapped to a rdr rule. # service www { - virtual ip 192.168.1.1 port http interface trunk0 + virtual host 192.168.1.1 port http interface trunk0 # tag every packet that goes thru the rdr rule with HOSTSTATED tag HOSTSTATED |