Gentoo Archives: gentoo-dev

From: "Dawid Węgliński" <cla@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Baselayout 2 stabilisation todo
Date: Sat, 23 May 2009 12:39:13
Message-Id: 200905231438.49221.cla@gentoo.org
In Reply to: Re: [gentoo-dev] Baselayout 2 stabilisation todo by Tobias Klausmann
1 On Saturday 23 of May 2009 10:53:49 Tobias Klausmann wrote:
2 > Hi!
3 >
4 > On Fri, 22 May 2009, Dawid Węgliński wrote:
5 > > Haven't tested it yet on my box, but i'd like to know if openrc
6 > > handles 801.2Q support.
7 >
8 > Near as I can tell, it does (some lines shortened for brevity):
9 >
10 > [root@sareth ~]# eix -Ic openrc
11 > [I] sys-apps/openrc (0.4.3-r2@05/15/2009): OpenRC manages the services,
12 > startup and shutdown of a host [root@sareth ~]# ip addr sh
13 > [...]
14 > 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 [...]
15 > link/ether 00:1e:0b:46:50:ba brd ff:ff:ff:ff:ff:ff
16 > 3: eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 [...]
17 > link/ether 00:1e:0b:46:50:b8 brd ff:ff:ff:ff:ff:ff
18 > 4: eth0.381@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 [...]
19 > link/ether 00:1e:0b:46:50:ba brd ff:ff:ff:ff:ff:ff
20 > inet 192.168.2.166/28 brd 192.168.2.175 scope global eth0.381
21 > inet 192.168.2.164/28 brd 192.168.2.175 scope global secondary eth0.381
22 > inet 192.168.2.165/28 brd 192.168.2.175 scope global secondary eth0.381
23 > 5: eth0.146@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 [...]
24 > link/ether 00:1e:0b:46:50:ba brd ff:ff:ff:ff:ff:ff
25 > inet 192.168.3.102/24 brd 192.168.3.255 scope global eth0.146
26 > 6: eth0.271@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 [...]
27 > link/ether 00:1e:0b:46:50:ba brd ff:ff:ff:ff:ff:ff
28 > inet 10.104.22.1/24 brd 10.104.22.255 scope global eth0.271
29 > [root@sareth ~]# grep -v '^#' /etc/conf.d/net
30 > routes_eth0_381=("default via 192.168.2.161")
31 > config_eth1=( "null" )
32 > config_eth0=( "null" )
33 > vlans_eth0="381 146 271"
34 >
35 > config_eth0_381=(
36 > "192.168.2.166/28"
37 > "192.168.2.164/28"
38 > "192.168.2.165/28"
39 > )
40 > config_eth0_146=("192.168.3.102/24")
41 > config_eth0_271=("10.104.22.1/24")
42 >
43 > Regards,
44 > Tobias
45
46 Thank you very much Tobias!