diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-12-07 17:17:02 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-12-07 17:17:02 +0000 |
commit | d75f94d842d2ecbea5f31fb27532593b5021098d (patch) | |
tree | 093dc9b59b19f2b44a28f93174f16cf495744d98 /etc/relayd.conf | |
parent | 91575290236879ecd46b2dc81b12488680ed3e22 (diff) |
hoststated gets renamed to relayd. easier to type, and actually says
what the daemon does - it is a relayer that pays attention to the status
of pools of hosts; not a status checkers that happens to do some relaying
Diffstat (limited to 'etc/relayd.conf')
-rw-r--r-- | etc/relayd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/relayd.conf b/etc/relayd.conf index f6f1c57d79c..c70e08d4275 100644 --- a/etc/relayd.conf +++ b/etc/relayd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: relayd.conf,v 1.9 2007/11/28 15:16:18 reyk Exp $ +# $OpenBSD: relayd.conf,v 1.10 2007/12/07 17:17:00 reyk Exp $ # # Macros # @@ -36,8 +36,8 @@ table fallback { service www { virtual host $ext_addr port http interface trunk0 - # tag every packet that goes thru the rdr rule with HOSTSTATED - tag HOSTSTATED + # tag every packet that goes thru the rdr rule with RELAYD + tag RELAYD table webhosts backup table fallback |