LVS
lvs-devel
Google
 
Web LinuxVirtualServer.org

Re: [PATCH 18/26] IPVS: Add functions for getting/creating IPv6 connecti

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

<Prev in Thread] Current Thread [Next in Thread>