mirror of
https://repo.or.cz/socat.git
synced 2025-07-10 22:13:00 +00:00
New option ip-add-source-membership
This commit is contained in:
parent
13ac417410
commit
583e14d7fa
10 changed files with 195 additions and 2 deletions
|
@ -21,6 +21,7 @@ static const char *optiontypenames[] = {
|
|||
"DOUBLE", "STRING-NULL", "LONG-LONG", "OFF_T",
|
||||
"OFF64_T", "INT:INT", "INT:INTP", "INT:BIN",
|
||||
"INT:STRING", "INT:INT:INT", "INT:INT:BIN", "INT:INT:STRING",
|
||||
"INT:INT:GENERIC",
|
||||
"IP4NAME",
|
||||
|
||||
#if HAVE_STRUCT_LINGER
|
||||
|
@ -31,6 +32,10 @@ static const char *optiontypenames[] = {
|
|||
#elif HAVE_STRUCT_IP_MREQ
|
||||
"STRUCT-IP_MREQ",
|
||||
#endif
|
||||
#if HAVE_STRUCT_IP_MREQ_SOURCE
|
||||
"IP-MREQ-SOURCE",
|
||||
#endif
|
||||
"GENERIC",
|
||||
} ;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue