Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] docker and CONFIG_IPVLAN Rich Freeman <rich0@g.o>