Router: processing JSON configuration.

This commit is contained in:
Igor Sysoev
2017-07-05 14:05:21 +03:00
parent d28d502aa5
commit 4fe5d22dcc
8 changed files with 449 additions and 135 deletions

View File

@@ -145,7 +145,7 @@ nxt_socket_sockopt_name(nxt_uint_t level, nxt_uint_t sockopt)
break;
#if (NXT_INET6 && defined IPV6_V6ONLY)
#if (NXT_INET6)
case IPPROTO_IPV6:
switch (sockopt) {