mirror of
https://repo.or.cz/socat.git
synced 2025-07-16 16:13:24 +00:00
Added option ai-all
This commit is contained in:
parent
a6c8c3ad89
commit
93e6685766
6 changed files with 15 additions and 2 deletions
|
@ -199,6 +199,9 @@ const struct optname optionnames[] = {
|
|||
#if defined(AI_ADDRCONFIG)
|
||||
IF_IP ("ai-addrconfig", &opt_ai_addrconfig)
|
||||
#endif
|
||||
#if defined(AI_ALL)
|
||||
IF_IP ("ai-all", &opt_ai_all)
|
||||
#endif
|
||||
#if defined(AI_PASSIVE )
|
||||
IF_IP ("ai-passive", &opt_ai_passive)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue