Laine Stump
3f9274a524
conf: add <vlan> element to network and domain interface elements
...
The following config elements now support a <vlan> subelements:
within a domain: <interface>, and the <actual> subelement of <interface>
within a network: the toplevel, as well as any <portgroup>
Each vlan element must have one or more <tag id='n'/> subelements. If
there is more than one tag, it is assumed that vlan trunking is being
requested. If trunking is required with only a single tag, the
attribute "trunk='yes'" should be added to the toplevel <vlan>
element.
Some examples:
<interface type='hostdev'/>
<vlan>
<tag id='42'/>
</vlan>
<mac address='52:54:00:12:34:56'/>
...
</interface>
<network>
<name>vlan-net</name>
<vlan trunk='yes'>
<tag id='30'/>
</vlan>
<virtualport type='openvswitch'/>
</network>
<interface type='network'/>
<source network='vlan-net'/>
...
</interface>
<network>
<name>trunk-vlan</name>
<vlan>
<tag id='42'/>
<tag id='43'/>
</vlan>
...
</network>
<network>
<name>multi</name>
...
<portgroup name='production'/>
<vlan>
<tag id='42'/>
</vlan>
</portgroup>
<portgroup name='test'/>
<vlan>
<tag id='666'/>
</vlan>
</portgroup>
</network>
<interface type='network'/>
<source network='multi' portgroup='test'/>
...
</interface>
IMPORTANT NOTE: As of this patch there is no backend support for the
vlan element for *any* network device type. When support is added in
later patches, it will only be for those select network types that
support setting up a vlan on the host side, without the guest's
involvement. (For example, it will be possible to configure a vlan for
a guest connected to an openvswitch bridge, but it won't be possible
to do that for one that is connected to a standard Linux host bridge.)
2012-08-15 13:10:57 -04:00
..
2012-01-17 12:22:19 +01:00
2012-01-17 12:09:51 -07:00
2012-01-17 12:09:51 -07:00
2011-04-06 10:05:14 -06:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2012-04-10 16:34:39 +01:00
2012-05-08 16:57:37 -06:00
2012-06-01 15:06:56 -06:00
2012-05-08 16:57:37 -06:00
2012-06-01 15:06:56 -06:00
2012-05-08 16:57:37 -06:00
2012-06-01 15:06:56 -06:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2012-01-09 10:55:53 -05:00
2012-05-08 16:57:37 -06:00
2012-01-09 10:55:53 -05:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-06-15 11:29:09 +02:00
2012-05-08 16:57:37 -06:00
2011-06-15 11:29:09 +02:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-06-15 11:29:09 +02:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2012-01-09 10:55:53 -05:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-04-06 10:05:14 -06:00
2012-03-15 12:24:56 +08:00
2011-02-04 09:17:01 -07:00
2012-03-15 12:24:56 +08:00
2011-02-03 21:14:50 -07:00
2012-03-15 12:24:56 +08:00
2011-11-03 12:01:05 +00:00
2012-03-15 12:24:56 +08:00
2011-11-03 12:01:05 +00:00
2012-03-15 12:24:56 +08:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-04-06 10:05:14 -06:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-11-03 12:01:05 +00:00
2012-03-15 12:24:56 +08:00
2012-07-11 11:19:05 +02:00
2012-07-11 11:19:05 +02:00
2011-11-03 12:01:05 +00:00
2012-03-15 12:24:56 +08:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2012-01-17 11:39:19 +01:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2012-01-17 11:39:19 +01:00
2012-05-08 16:57:37 -06:00
2012-01-27 16:51:50 +01:00
2012-05-08 16:57:37 -06:00
2012-01-17 12:22:19 +01:00
2012-05-08 16:57:37 -06:00
2012-05-08 16:57:37 -06:00
2012-01-17 12:22:19 +01:00
2012-05-08 16:57:37 -06:00
2012-01-17 12:22:19 +01:00
2012-05-08 16:57:37 -06:00
2012-01-27 16:51:50 +01:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2012-05-08 16:57:37 -06:00
2011-11-17 13:47:11 -07:00
2012-05-08 16:57:37 -06:00
2011-11-17 13:47:11 -07:00
2012-05-08 16:57:37 -06:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2012-06-01 15:06:56 -06:00
2012-05-08 16:57:37 -06:00
2011-03-03 07:45:31 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2012-03-23 23:11:54 +08:00
2012-05-08 16:57:37 -06:00
2012-03-23 23:11:54 +08:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2012-01-13 10:08:15 +08:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-09-02 08:42:54 -06:00
2012-05-08 16:57:37 -06:00
2011-09-23 08:29:57 -06:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-10-26 11:55:39 -06:00
2012-05-08 16:57:37 -06:00
2011-10-26 11:55:39 -06:00
2012-05-08 16:57:37 -06:00
2011-10-26 11:55:39 -06:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2012-05-01 08:49:24 -06:00
2012-05-08 16:57:37 -06:00
2011-11-15 17:06:42 -07:00
2012-05-08 16:57:37 -06:00
2012-07-05 17:56:23 +08:00
2012-05-08 16:57:37 -06:00
2012-03-12 08:09:37 -06:00
2012-05-08 16:57:37 -06:00
2011-06-15 11:29:09 +02:00
2012-05-08 16:57:37 -06:00
2011-04-06 10:05:14 -06:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2012-03-23 23:11:54 +08:00
2012-05-08 16:57:37 -06:00
2012-03-23 23:11:54 +08:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2012-04-17 17:21:48 +08:00
2012-05-08 16:57:37 -06:00
2012-01-09 10:55:53 -05:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2012-05-08 16:57:37 -06:00
2012-01-09 10:55:53 -05:00
2012-05-08 16:57:37 -06:00
2011-10-17 15:44:21 -06:00
2012-05-08 16:57:37 -06:00
2011-04-06 10:05:14 -06:00
2012-05-08 16:57:37 -06:00
2011-04-06 10:05:14 -06:00
2012-05-08 16:57:37 -06:00
2012-04-17 17:21:24 +08:00
2012-05-08 16:57:37 -06:00
2012-03-14 23:32:53 +08:00
2012-05-08 16:57:37 -06:00
2012-02-28 14:28:21 +08:00
2012-05-08 16:57:37 -06:00
2012-05-14 16:47:16 -06:00
2012-05-08 16:57:37 -06:00
2011-09-05 07:03:04 -06:00
2012-05-08 16:57:37 -06:00
2012-05-08 16:57:37 -06:00
2011-04-06 10:05:14 -06:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2012-07-11 11:19:05 +02:00
2012-07-11 11:19:05 +02:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2012-06-01 15:06:56 -06:00
2012-05-08 16:57:37 -06:00
2012-01-09 10:55:53 -05:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2012-01-17 15:37:42 -07:00
2012-05-08 16:57:37 -06:00
2012-05-08 16:57:37 -06:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2012-03-09 10:14:31 +01:00
2012-05-08 16:57:37 -06:00
2011-05-31 16:33:36 +02:00
2012-05-08 16:57:37 -06:00
2011-03-06 22:00:27 +08:00
2012-05-08 16:57:37 -06:00
2012-03-09 08:49:10 +01:00
2012-05-08 16:57:37 -06:00
2012-05-08 09:22:45 -06:00
2012-05-08 09:22:45 -06:00
2012-05-08 12:14:45 -06:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-05-24 10:33:53 -04:00
2012-05-08 16:57:37 -06:00
2011-04-06 10:05:14 -06:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-04-06 10:05:14 -06:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-09-02 23:39:03 +08:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2012-01-27 16:51:50 +01:00
2012-07-11 09:10:21 +02:00
2011-06-02 10:54:00 +01:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2012-06-01 15:06:56 -06:00
2012-05-08 16:57:37 -06:00
2012-06-01 15:06:56 -06:00
2012-03-15 12:24:56 +08:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2012-07-11 11:19:05 +02:00
2012-07-11 11:19:05 +02:00
2012-06-01 15:06:56 -06:00
2012-03-15 12:24:56 +08:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2012-06-01 15:06:56 -06:00
2012-05-08 16:57:37 -06:00
2011-09-21 16:53:06 +02:00
2012-05-08 16:57:37 -06:00
2011-10-01 11:48:28 -04:00
2012-05-08 16:57:37 -06:00
2012-05-08 16:57:37 -06:00
2012-01-17 17:09:47 +08:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2012-03-05 23:24:34 -05:00
2012-08-15 13:10:57 -04:00
2012-01-17 17:09:47 +08:00
2012-05-08 16:57:37 -06:00
2012-08-15 13:10:57 -04:00
2012-01-17 17:09:47 +08:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-04-06 10:05:14 -06:00
2012-05-08 16:57:37 -06:00
2011-04-06 10:05:14 -06:00
2012-05-08 16:57:37 -06:00
2012-08-15 13:10:57 -04:00
2012-07-11 11:19:05 +02:00
2012-07-11 11:19:05 +02:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-09-21 16:53:06 +02:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2012-05-08 16:57:36 -06:00
2012-05-08 16:57:37 -06:00
2012-05-08 16:57:36 -06:00
2012-05-08 16:57:37 -06:00
2012-05-08 16:57:32 -06:00
2012-05-08 16:57:32 -06:00
2012-05-08 16:57:32 -06:00
2012-05-08 16:57:36 -06:00
2012-05-08 16:57:37 -06:00
2012-05-08 16:57:32 -06:00
2012-05-08 16:57:32 -06:00
2012-05-08 16:57:32 -06:00
2011-06-20 15:17:43 +08:00
2012-05-08 16:57:37 -06:00
2012-06-04 16:46:23 -06:00
2012-06-04 16:46:23 -06:00
2011-04-06 10:05:14 -06:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2012-01-30 12:30:35 -05:00
2012-05-08 16:57:37 -06:00
2012-01-13 16:10:43 -07:00
2012-05-08 16:57:37 -06:00
2012-01-13 16:10:43 -07:00
2012-05-08 16:57:37 -06:00
2012-02-28 14:27:17 +08:00
2012-05-08 16:57:37 -06:00
2012-02-28 14:27:17 +08:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2012-06-01 15:06:56 -06:00
2012-03-15 12:24:56 +08:00
2012-06-01 15:06:56 -06:00
2012-03-15 12:24:56 +08:00
2012-06-01 15:06:56 -06:00
2012-03-15 12:24:56 +08:00
2012-06-01 15:06:56 -06:00
2012-03-15 12:24:56 +08:00
2012-06-01 15:06:56 -06:00
2012-03-15 12:24:56 +08:00
2012-06-01 15:06:56 -06:00
2012-03-15 12:24:56 +08:00
2011-04-06 10:05:14 -06:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-04-06 10:05:14 -06:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-04-06 10:05:14 -06:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-04-06 10:05:14 -06:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2012-05-08 16:57:37 -06:00
2011-04-06 10:05:14 -06:00
2012-05-08 16:57:37 -06:00
2011-04-06 10:05:14 -06:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-08-11 15:19:51 +08:00
2012-05-08 16:57:37 -06:00
2011-08-11 15:19:51 +08:00
2012-05-08 16:57:37 -06:00
2011-04-06 10:05:14 -06:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-04-06 10:05:14 -06:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-04-06 10:05:14 -06:00
2012-05-08 16:57:37 -06:00
2011-04-06 10:05:14 -06:00
2012-05-08 16:57:37 -06:00
2011-04-06 10:05:14 -06:00
2012-05-08 16:57:37 -06:00
2011-04-06 10:05:14 -06:00
2012-05-08 16:57:37 -06:00
2011-04-06 10:05:14 -06:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2012-05-17 11:43:35 -06:00
2012-05-17 11:43:35 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-10-01 11:48:28 -04:00
2012-05-08 16:57:37 -06:00
2011-09-05 15:03:27 +08:00
2012-05-08 16:57:37 -06:00
2011-09-05 15:03:27 +08:00
2012-05-08 16:57:37 -06:00
2011-10-01 11:48:28 -04:00
2012-05-08 16:57:37 -06:00
2012-05-15 17:07:34 +01:00
2012-05-15 17:07:34 +01:00
2012-08-02 12:13:48 +02:00
2012-08-02 12:13:48 +02:00
2012-08-02 12:13:48 +02:00
2012-08-02 12:13:48 +02:00
2012-08-02 12:13:48 +02:00
2011-10-01 11:48:28 -04:00
2012-05-08 16:57:37 -06:00
2011-09-05 15:03:27 +08:00
2012-05-08 16:57:37 -06:00
2011-10-01 11:48:28 -04:00
2012-05-08 16:57:37 -06:00
2012-01-31 13:36:23 -05:00
2012-05-08 16:57:37 -06:00
2011-04-06 10:05:14 -06:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00
2011-01-31 11:25:34 -07:00
2012-05-08 16:57:37 -06:00