lvs-devel
|
To: | "Julius R. Volz" <juliusv@xxxxxxxxxx> |
---|---|
Subject: | Re: [PATCH 24/26] IPVS: Add IPv6 support to userspace interface. |
Cc: | lvs-devel@xxxxxxxxxxxxxxx, netdev@xxxxxxxxxxxxxxx, horms@xxxxxxxxxxxx, davem@xxxxxxxxxxxxx, vbusam@xxxxxxxxxx |
From: | Brian Haley <brian.haley@xxxxxx> |
Date: | Wed, 11 Jun 2008 21:55:32 -0400 |
Julius R. Volz wrote: +#ifdef CONFIG_IP_VS_IPV6 + struct in6_addr zero_addr = { .s6_addr32 = {0, 0, 0, 0} }; + if (usvc->af == AF_INET6 && !usvc->fwmark && + ipv6_addr_equal(&usvc->addr.v6,&zero_addr) && !usvc->port) { + ret = ip_vs_zero_all(); + goto out_unlock; + } You can change this ipv6_addr_equal() to ipv6_addr_any(&usvc->addr.v6) and get rid of the zero_addr variable mess. -Brian -- To unsubscribe from this list: send the line "unsubscribe lvs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html |
Previous by Date: | Re: [PATCH 16/26] IPVS: Add IPv6 xmit forwarding functions., Brian Haley |
---|---|
Next by Date: | Re: [PATCH 18/26] IPVS: Add functions for getting/creating IPv6 connections., Brian Haley |
Previous by Thread: | [PATCH 24/26] IPVS: Add IPv6 support to userspace interface., Julius R. Volz |
Next by Thread: | Re: [PATCH 24/26] IPVS: Add IPv6 support to userspace interface., Julius Volz |
Indexes: | [Date] [Thread] [Top] [All Lists] |