comparison src/http/ngx_http.c @ 3676:4430d110293e

listen setfib=X
author Igor Sysoev <igor@sysoev.ru>
date Mon, 05 Jul 2010 13:49:16 +0000
parents 187783310b65
children d094e237abf4
comparison
equal deleted inserted replaced
3675:08d7165b6be1 3676:4430d110293e
1718 1718
1719 #if (NGX_HAVE_INET6 && defined IPV6_V6ONLY) 1719 #if (NGX_HAVE_INET6 && defined IPV6_V6ONLY)
1720 ls->ipv6only = addr->opt.ipv6only; 1720 ls->ipv6only = addr->opt.ipv6only;
1721 #endif 1721 #endif
1722 1722
1723 #if (NGX_HAVE_SETFIB)
1724 ls->setfib = addr->opt.setfib;
1725 #endif
1726
1723 return ls; 1727 return ls;
1724 } 1728 }
1725 1729
1726 1730
1727 static ngx_int_t 1731 static ngx_int_t