diff options
author | 2007-02-22 03:32:39 +0000 | |
---|---|---|
committer | 2007-02-22 03:32:39 +0000 | |
commit | 2edd718bd68a9c827be137ebb51a319071210c69 (patch) | |
tree | 8c1c5b888f71aa148d70db79b9527a623ad5e0be /usr.sbin/hoststatectl/parser.h | |
parent | Expand description. (diff) | |
download | wireguard-openbsd-2edd718bd68a9c827be137ebb51a319071210c69.tar.xz wireguard-openbsd-2edd718bd68a9c827be137ebb51a319071210c69.zip |
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@
Diffstat (limited to 'usr.sbin/hoststatectl/parser.h')
-rw-r--r-- | usr.sbin/hoststatectl/parser.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/hoststatectl/parser.h b/usr.sbin/hoststatectl/parser.h index 9d0cbeb62a7..0f9509f7dbf 100644 --- a/usr.sbin/hoststatectl/parser.h +++ b/usr.sbin/hoststatectl/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 <pyr@spootnik.org> @@ -19,6 +19,8 @@ enum actions { NONE, SHOW_SUM, + SHOW_HOSTS, + SHOW_RELAYS, SERV_DISABLE, SERV_ENABLE, TABLE_DISABLE, |