Gentoo Archives: gentoo-user

From: Rich Freeman <rich0@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] docker and CONFIG_IPVLAN
Date: Wed, 26 Oct 2016 18:32:21
Message-Id: CAGfcS_n=ri4BPTGBBnvh1gk+4LiMiBvvvoqXnTZa1UVnd3oq9g@mail.gmail.com
In Reply to: [gentoo-user] docker and CONFIG_IPVLAN by "Andrés Becerra Sandoval"
1 On Wed, Oct 26, 2016 at 2:08 PM, Andrés Becerra Sandoval
2 <andres.becerra@×××××.com> wrote:
3 > Hello,
4 >
5 > I am getting this warning when updating app-emulation/docker:
6 >
7 > CONFIG_IPVLAN: is not set when it should be.
8 >
9 > But in the linux kernel configuration I cannot find IPVLAN at:
10 > -> Device Drivers
11 > -> Network device support
12 > -> Network core driver support
13 >
14 > I am using gentoo-sources. But the same thing happens with vanilla-sources
15 > (versions 4.8.4)
16 >
17 > Does anybody knows why?
18 >
19
20 Symbol: IPVLAN [=m]
21 Type : tristate
22 Prompt: IP-VLAN support
23 Location:
24 -> Device Drivers
25 -> Network device support (NETDEVICES [=y])
26 -> Network core driver support (NET_CORE [=y])
27 Defined at drivers/net/Kconfig:149
28 Depends on: NETDEVICES [=y] && NET_CORE [=y] && INET [=y] && IPV6 [=y]
29
30 Do you have NETDEVICES, NET_CORE, INET, and IPV6 all enabled? If not,
31 you can't enable IPVLAN.
32
33 --
34 Rich

Replies

Subject Author
Re: [gentoo-user] docker and CONFIG_IPVLAN "Andrés Becerra Sandoval" <andres.becerra@×××××.com>