1
0
Fork 0
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:
Gerhard Rieger 2024-02-17 11:57:55 +01:00
parent a6c8c3ad89
commit 93e6685766
6 changed files with 15 additions and 2 deletions

View file

@ -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