lvs-devel
|
To: | "Julius R. Volz" <juliusv@xxxxxxxxxx> |
---|---|
Subject: | Re: [PATCH 18/26] IPVS: Add functions for getting/creating IPv6 connections. |
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:41 -0400 |
Julius R. Volz wrote: + INIT_LIST_HEAD(&cp->c_list); + setup_timer(&cp->timer, ip_vs_conn_expire, (unsigned long)cp); + cp->af = AF_INET6; + cp->protocol = proto; + cp->caddr.v6 = *caddr; + cp->cport = cport; + cp->vaddr.v6 = *vaddr; + cp->vport = vport; + cp->daddr.v6 = *daddr; ipv6_addr_copy(). -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 24/26] IPVS: Add IPv6 support to userspace interface., Brian Haley |
---|---|
Next by Date: | Re: [PATCH 20/26] IPVS: Add IPv6 Netfilter hooks and add/modify support functions., Brian Haley |
Previous by Thread: | [PATCH 18/26] IPVS: Add functions for getting/creating IPv6 connections., Julius R. Volz |
Next by Thread: | [PATCH 24/26] IPVS: Add IPv6 support to userspace interface., Julius R. Volz |
Indexes: | [Date] [Thread] [Top] [All Lists] |