On Saturday 23 of May 2009 10:53:49 Tobias Klausmann wrote: > Hi! > > On Fri, 22 May 2009, Dawid Węgliński wrote: > > Haven't tested it yet on my box, but i'd like to know if openrc > > handles 801.2Q support. > > Near as I can tell, it does (some lines shortened for brevity): > > [r...@sareth ~]# eix -Ic openrc > [I] sys-apps/openrc (0.4.3...@05/15/2009): OpenRC manages the services, > startup and shutdown of a host [r...@sareth ~]# ip addr sh > [...] > 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 [...] > link/ether 00:1e:0b:46:50:ba brd ff:ff:ff:ff:ff:ff > 3: eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 [...] > link/ether 00:1e:0b:46:50:b8 brd ff:ff:ff:ff:ff:ff > 4: eth0....@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 [...] > link/ether 00:1e:0b:46:50:ba brd ff:ff:ff:ff:ff:ff > inet 192.168.2.166/28 brd 192.168.2.175 scope global eth0.381 > inet 192.168.2.164/28 brd 192.168.2.175 scope global secondary eth0.381 > inet 192.168.2.165/28 brd 192.168.2.175 scope global secondary eth0.381 > 5: eth0....@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 [...] > link/ether 00:1e:0b:46:50:ba brd ff:ff:ff:ff:ff:ff > inet 192.168.3.102/24 brd 192.168.3.255 scope global eth0.146 > 6: eth0....@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 [...] > link/ether 00:1e:0b:46:50:ba brd ff:ff:ff:ff:ff:ff > inet 10.104.22.1/24 brd 10.104.22.255 scope global eth0.271 > [r...@sareth ~]# grep -v '^#' /etc/conf.d/net > routes_eth0_381=("default via 192.168.2.161") > config_eth1=( "null" ) > config_eth0=( "null" ) > vlans_eth0="381 146 271" > > config_eth0_381=( > "192.168.2.166/28" > "192.168.2.164/28" > "192.168.2.165/28" > ) > config_eth0_146=("192.168.3.102/24") > config_eth0_271=("10.104.22.1/24") > > Regards, > Tobias
Thank you very much Tobias!