From d0cf94effd635e717f329e7fca1dc3b2105c7b78 Mon Sep 17 00:00:00 2001 From: reyk <> Date: Sat, 8 Dec 2007 17:15:01 +0000 Subject: [PATCH] make the generic handler for TCP-based protocols the default (allows to use "protocol foo" without defining a type). --- src/etc/relayd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/relayd.conf b/src/etc/relayd.conf index e43c8acd..a212a856 100644 --- a/src/etc/relayd.conf +++ b/src/etc/relayd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: relayd.conf,v 1.11 2007/12/08 17:07:08 reyk Exp $ +# $OpenBSD: relayd.conf,v 1.12 2007/12/08 17:15:01 reyk Exp $ # # Macros # @@ -61,7 +61,7 @@ relay wwwssl { # # Relay and protocol for simple TCP forwarding on layer 7 # -tcp protocol sshtcp { +protocol sshtcp { # The TCP_NODELAY option is required for "smooth" terminal sessions tcp nodelay }