From 2edd718bd68a9c827be137ebb51a319071210c69 Mon Sep 17 00:00:00 2001 From: reyk Date: Thu, 22 Feb 2007 03:32:39 +0000 Subject: Add layer 7 functionality to hoststated used for layer 7 loadbalancing, SSL acceleration, general-purpose TCP relaying, and transparent proxying. see hoststated.conf(5) and my upcoming article on undeadly.org for details. ok to commit deraadt@ pyr@ --- usr.sbin/relayctl/parser.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.sbin/relayctl/parser.h') diff --git a/usr.sbin/relayctl/parser.h b/usr.sbin/relayctl/parser.h index 9d0cbeb62a7..0f9509f7dbf 100644 --- a/usr.sbin/relayctl/parser.h +++ b/usr.sbin/relayctl/parser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.h,v 1.3 2007/02/01 20:03:38 pyr Exp $ */ +/* $OpenBSD: parser.h,v 1.4 2007/02/22 03:32:40 reyk Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard @@ -19,6 +19,8 @@ enum actions { NONE, SHOW_SUM, + SHOW_HOSTS, + SHOW_RELAYS, SERV_DISABLE, SERV_ENABLE, TABLE_DISABLE, -- cgit v1.2.3-59-g8ed1b