From ed21200289b5d6dcbecc5008216e35ba75c65813 Mon Sep 17 00:00:00 2001 From: Jeremy Lakeman Date: Mon, 16 Sep 2013 15:04:08 +0930 Subject: [PATCH] Improve config description --- conf_schema.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf_schema.h b/conf_schema.h index acd92657..4d9cb827 100644 --- a/conf_schema.h +++ b/conf_schema.h @@ -438,7 +438,7 @@ END_ARRAY(32) STRUCT(network_interface, vld_network_interface) ATOM(bool_t, exclude, 0, boolean,, "If true, do not use matching interfaces") ATOM(struct pattern_list, match, PATTERN_LIST_EMPTY, pattern_list,, "Names that match network interface") -ATOM(short, socket_type, SOCK_UNSPECIFIED, socket_type,, "Type of network socket") +ATOM(short, socket_type, SOCK_UNSPECIFIED, socket_type,, "Type of network socket; stream, dgram or file") ATOM(short, encapsulation, ENCAP_OVERLAY, encapsulation,, "Type of packet encapsulation") STRING(256, file, "", str_nonempty,, "Path of interface file, absolute or relative to server.interface_path") ATOM(struct in_addr, dummy_address, hton_in_addr(INADDR_LOOPBACK), in_addr,, "Dummy interface address")