|
From: Serge L. <ser...@gm...> - 2013-08-21 17:35:31
|
On 08/21/2013 03:32 AM, Olivier Thauvin wrote: > * Serge Leschinsky (ser...@gm...) wrote: >> >> well, to avoid the image rebuilding, please try to replace the >> appropriate sections in /etc/init.d/network > > [...] > >> >> works for me (c) > > In my case (1.6.3 x86_64) seting up vlan interface with initscript > works, it's just I cannot setup vlan interface using vconfig by hand: Don't use "vconfig", use "ip" :) Seriously, I think that all network configuration should be done using "ip" and the only thing we need to achieve that is replace bridge handling commands. Well, "brctl" is used by other services (like qemu), so we probably have to keep it in the system, but I doubt we need vconfig. > http://www.candelatech.com/~greear/vlan.html > > 802.1Q VLANs and MAC-VLANs can be created with the 'ip' utility (vconfig > works for vlans, but is crufty and deprecated). > > Just think to fix vconfig binary for next release :) > Well, it's one approach ... Another one is to remove it from the system ;) and I personally have inclination to the latter. Sincerely, Serge |