Gentoo Archives: gentoo-dev

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

Replies

Subject Author
Re: [gentoo-dev] Baselayout 2 stabilisation todo "Dawid Węgliński" <cla@g.o>