From 12e8f3fddb79acf1b558edfc4b620a0f7874df8a Mon Sep 17 00:00:00 2001 From: pyr <> Date: Mon, 26 Feb 2007 13:04:34 +0000 Subject: [PATCH] reflect configuration parser change. ok reyk@ --- src/etc/hoststated.conf | 4 ++-- src/etc/relayd.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/etc/hoststated.conf b/src/etc/hoststated.conf index 42918fea..c6a251db 100644 --- a/src/etc/hoststated.conf +++ b/src/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/src/etc/relayd.conf b/src/etc/relayd.conf index 320603b6..52eb13b9 100644 --- a/src/etc/relayd.conf +++ b/src/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