[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f4845fc0807240434p4fef9f77u8dc1d006e393bc7b@mail.gmail.com>
Date: Thu, 24 Jul 2008 13:34:27 +0200
From: "Julius Volz" <juliusv@...gle.com>
To: "Patrick McHardy" <kaber@...sh.net>
Cc: "Simon Horman" <horms@...ge.net.au>, lvs-devel@...r.kernel.org,
netdev@...r.kernel.org, davem@...emloft.net, vbusam@...gle.com
Subject: Re: [PATCH] IPVS: Move userspace definitions to include/linux/ip_vs.h
On Thu, Jul 24, 2008 at 1:22 PM, Patrick McHardy <kaber@...sh.net> wrote:
>>> +/* Move it to better place one day, for now keep it unique */
>>> +#define NFC_IPVS_PROPERTY 0x10000
>
> Does this have any connection to the skb flag? If so, does
> it really belong in the userspace interface?
This doesn't seem to be used at all anymore, but I didn't want to
remove it in the same patch... should I?
>>> +struct ip_vs_service_user {
>>> + /* virtual service addresses */
>>> + u_int16_t protocol;
>>> + __be32 addr; /* virtual ip address */
>>> + __be16 port;
>
> If you switch the above two you plug two holes in the struct.
Unfortunately, these structs all have to stay as they are because they
are used by old ipvsadms. That was the whole reason for implementing
the Netlink interface.
Julius
--
Google Switzerland GmbH
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists