All of lore.kernel.org
 help / color / mirror / Atom feed
* 802.1Q VLAN support
@ 2007-12-05 13:48 Luis Vinay
  2007-12-07  0:10 ` Maximilian Wilhelm
  0 siblings, 1 reply; 5+ messages in thread
From: Luis Vinay @ 2007-12-05 13:48 UTC (permalink / raw)
  To: xen-devel

  I'm working on adding the 802.1Q vlan suport to Xen. Half of the work
is done. The idea is that we can specify something like this on the domU
configuration file:

vlan = [ 'pdev=eth1, vlanid=123, bridge=xenbr1123',
         'pdev=eth1, vlanid=100 ' ]

perhaps even specify an IP address (I founded this usefull in some
implementations), and then, as allways:

vif = [ 'bridge=xenbr1123, mac=00:16:3e:00:00:00',
        'bridge=xenbr1101, mac=00:16:3e:00:00:01' ]

and perhaps also specify a list in xend-config.spx.

I'll check if the bridge is already created before connecting the VIF,
at domU creation, if not bring it up, and when destroying the domU, also
check if other domU is using the same bridge before shuting it down.

All this raises me some questions:

  - Suggestions/advices regarding on where/how put my code?
  - Could it bring problems if I add this code in 'xen/xm/create.py'?

gopts.var('vlan', val="iface=IFACE,vlanid=VLANID,vlanbridge=VLANBRIDGE",
          fn=append_value, default=[],
          [...]

  - Other suggestions/advices?

best regards

-- 
/* ---
 Luis Vinay
 XTech - Soluciones linux para Empresas
 lvinay@xtech.com.ar
                                  --- */

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-12-11 13:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-05 13:48 802.1Q VLAN support Luis Vinay
2007-12-07  0:10 ` Maximilian Wilhelm
2007-12-07  0:13   ` Stefan de Konink
2007-12-07  0:17     ` Maximilian Wilhelm
2007-12-11 13:28   ` Luis Vinay

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.