[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20101117.113049.15241659.davem@davemloft.net>
Date: Wed, 17 Nov 2010 11:30:49 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: tgraf@...radead.org
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net-next 3/4] ipv4: AF_INET link address family
From: Thomas Graf <tgraf@...radead.org>
Date: Tue, 16 Nov 2010 09:32:48 -0500
> Implements the AF_INET link address family exposing the per
> device configuration settings via netlink using the attribute
> IFLA_INET_CONF.
>
> The format of IFLA_INET_CONF differs depending on the direction
> the attribute is sent. The attribute sent by the kernel consists
> of a u32 array, basically a 1:1 copy of in_device->cnf.data[].
> The attribute expected by the kernel must consist of a sequence
> of nested u32 attributes, each representing a change request,
> e.g.
> [IFLA_INET_CONF] = {
> [IPV4_DEVCONF_FORWARDING] = 1,
> [IPV4_DEVCONF_NOXFRM] = 0,
> }
>
> libnl userspace API documentation and example available from:
> http://www.infradead.org/~tgr/libnl/doc-git/group__link__inet.html
>
> Signed-off-by: Thomas Graf <tgraf@...radead.org>
Applied.
--
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