Jonathan Toppins
5c668a78d8
qemu: add udp interface support
...
Adds a new interface type using UDP sockets, this seems only applicable
to QEMU but have edited tree-wide to support the new interface type.
The interface type required the addition of a "localaddr" (local
address), this then maps into the following xml and qemu call.
<interface type='udp'>
<mac address='52:54:00:5c:67:56'/>
<source address='127.0.0.1' port='11112'>
<local address='127.0.0.1' port='22222'/>
</source>
<model type='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
</interface>
QEMU call:
-net socket,udp=127.0.0.1:11112,localaddr=127.0.0.1:22222
Notice the xml "local" entry becomes the "localaddr" for the qemu call.
reference:
http://lists.gnu.org/archive/html/qemu-devel/2011-11/msg00629.html
Signed-off-by: Jonathan Toppins <jtoppins@cumulusnetworks.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
2015-09-02 10:17:50 +02:00
..
2012-02-01 16:28:17 -07:00
2012-02-03 15:27:16 -07:00
2012-02-03 15:27:16 -07:00
2015-06-16 13:46:19 +02:00
2015-09-02 10:17:50 +02:00
2006-01-23 22:55:41 +00:00
2013-05-03 15:56:15 +01:00
2014-12-02 07:30:10 +01:00
2014-11-07 10:49:39 +01:00
2014-01-06 21:41:02 -07:00
2015-08-25 07:21:33 -04:00
2015-07-10 11:47:13 +02:00
2015-04-02 16:05:32 +02:00
2013-05-03 15:56:15 +01:00
2011-10-28 10:11:16 +01:00
2005-12-21 16:59:34 +00:00
2013-05-03 15:56:15 +01:00
2013-05-03 15:56:15 +01:00
2013-05-03 15:56:15 +01:00
2013-05-03 15:56:15 +01:00
2014-07-07 12:56:45 +02:00
2013-08-09 17:13:02 +01:00
2015-01-19 14:50:52 +01:00
2015-03-23 09:01:30 +01:00
2014-03-27 06:52:20 -06:00
2013-07-09 16:15:29 -06:00
2015-03-23 09:01:30 +01:00
2013-05-03 15:56:15 +01:00
2013-05-03 15:56:15 +01:00
2013-05-03 15:56:15 +01:00
2013-05-03 15:56:15 +01:00
2015-05-26 15:07:18 +01:00
2015-08-25 07:21:33 -04:00
2015-07-22 19:30:56 +03:00
2014-05-05 11:49:36 +02:00
2013-05-03 15:56:15 +01:00
2015-08-26 11:28:30 +01:00
2013-05-03 15:56:15 +01:00
2013-05-03 15:56:15 +01:00
2013-05-03 16:58:46 +01:00
2013-05-03 15:56:15 +01:00
2013-05-03 15:56:15 +01:00
2014-03-03 17:41:26 +04:00
2013-05-16 16:28:53 +01:00
2015-08-25 07:36:37 -04:00
2013-09-29 18:40:36 +08:00
2013-05-03 15:56:15 +01:00
2014-12-02 07:30:10 +01:00
2008-04-28 08:29:35 +00:00
2013-12-02 10:21:26 +08:00
2008-04-23 17:08:31 +00:00
2008-04-23 17:08:31 +00:00
2013-05-03 15:56:15 +01:00
2014-07-14 06:11:34 -06:00
2015-09-02 10:17:50 +02:00
2015-01-13 16:31:14 +01:00
2015-02-18 15:36:45 +01:00
2015-07-21 07:08:35 -04:00
2015-01-07 11:41:49 -05:00
2014-02-14 16:47:14 +01:00
2015-04-13 14:05:23 +02:00
2015-06-30 11:21:42 -04:00
2014-09-10 09:25:40 +02:00
2013-08-09 17:13:02 +01:00
2014-06-06 10:52:05 +02:00
2013-05-03 15:56:15 +01:00
2014-02-04 10:43:15 -07:00
2013-07-09 11:49:20 -06:00
2013-07-09 11:49:20 -06:00
2015-06-10 15:26:44 -06:00
2014-09-22 17:11:56 +02:00
2014-12-02 07:30:10 +01:00
2015-08-26 09:05:59 -04:00
2013-08-23 08:12:26 +02:00
2015-06-16 13:46:19 +02:00
2013-05-03 15:56:15 +01:00
2014-12-02 07:30:10 +01:00
2009-07-16 15:06:42 +02:00
2011-10-28 10:11:16 +01:00
2012-07-23 16:07:13 -06:00
2011-10-28 10:11:16 +01:00
2012-07-23 16:07:13 -06:00
2008-04-23 17:08:31 +00:00
2008-04-23 17:08:31 +00:00
2011-10-28 10:11:16 +01:00
2012-07-23 16:07:13 -06:00
2011-10-28 10:11:16 +01:00
2012-07-23 16:07:13 -06:00
2011-10-28 10:11:16 +01:00
2012-07-23 16:07:13 -06:00
2013-03-04 17:36:03 -05:00
2013-03-04 17:36:03 -05:00
2014-06-06 10:52:05 +02:00
2012-06-18 20:10:29 +01:00
2006-02-09 17:45:11 +00:00
2015-02-17 13:59:54 +00:00
2015-02-17 13:59:19 +00:00
2015-02-17 13:59:54 +00:00
2014-03-18 14:29:22 +00:00
2006-02-09 17:45:11 +00:00
2008-04-23 17:08:31 +00:00
2015-08-20 10:19:27 +02:00
2011-10-28 10:11:16 +01:00
2011-10-28 10:07:45 +01:00
2011-10-28 10:11:16 +01:00
2011-10-28 10:07:45 +01:00
2011-10-28 10:11:16 +01:00
2011-10-28 10:07:45 +01:00
2011-10-28 10:11:16 +01:00
2011-10-28 10:07:45 +01:00
2011-10-28 10:11:16 +01:00
2011-10-28 10:07:45 +01:00
2013-07-30 07:07:33 -06:00
2013-10-30 17:30:12 +01:00
2015-09-02 10:19:20 +08:00
2009-07-29 09:04:21 +01:00
2011-10-28 10:11:16 +01:00
2006-01-23 13:24:07 +00:00
2014-12-02 07:30:10 +01:00
2013-05-03 15:56:15 +01:00
2015-06-04 10:00:59 +02:00
2014-12-02 07:30:10 +01:00
2013-05-03 15:56:15 +01:00
2013-12-02 10:21:26 +08:00
2015-07-03 21:04:24 +08:00
2013-09-12 17:18:32 +08:00
2013-10-15 11:33:01 +01:00
2015-03-23 09:01:30 +01:00
2013-05-03 16:58:46 +01:00
2015-08-25 07:21:33 -04:00
2015-06-30 11:21:42 -04:00
2011-10-28 10:11:16 +01:00
2010-12-02 16:00:47 -07:00
2013-05-03 15:56:15 +01:00
2013-05-03 15:56:15 +01:00
2013-05-03 15:56:15 +01:00
2010-10-12 11:26:52 +01:00
2013-05-07 11:19:04 +01:00
2014-12-02 07:30:10 +01:00
2013-05-03 15:56:15 +01:00
2013-05-07 15:29:37 +01:00
2010-11-12 19:47:20 +01:00