From 6662fefad5104c8ccca16abf3bcc8afa96ccd0ca Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 20 Mar 2020 10:28:04 +0100 Subject: doc/socket_wrapper.1: clarify the possible values for SOCKET_WRAPPER_DEFAULT_IFACE The valid range for starts with 1 (the default) and ends with 64. Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- doc/socket_wrapper.1.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/socket_wrapper.1.txt') diff --git a/doc/socket_wrapper.1.txt b/doc/socket_wrapper.1.txt index b3ba96c..15b99bf 100644 --- a/doc/socket_wrapper.1.txt +++ b/doc/socket_wrapper.1.txt @@ -38,12 +38,12 @@ socket in the SOCKET_WRAPPER_DIR. *SOCKET_WRAPPER_DEFAULT_IFACE*:: -Additionally, the default interface to be used by an application is defined -with "SOCKET_WRAPPER_DEFAULT_IFACE=" where is between 2 and 254. This -is analogous to use the IPv4 addresses "127.0.0." or IPv6 addresses -"fd00::5357:5f" (where is a hexadecimal presentation of ). You -should always set the default interface. If you listen on INADDR_ANY then it -will use the default interface to listen on. +Additionally, the default interface to be used by an application is defined with +"SOCKET_WRAPPER_DEFAULT_IFACE=" where the valid range for starts with 1 +(the default) and ends with 64. This is analogous to use the IPv4 addresses +"127.0.0." or IPv6 addresses "fd00::5357:5f" (where is a +hexadecimal presentation of ). You should always set the default interface. +If you listen on INADDR_ANY then it will use the default interface to listen on. *SOCKET_WRAPPER_PCAP_FILE*:: -- cgit