[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] [PATCH libvirt 1/2] domain: add <forward> element for user mode networking
- From: Marc-André Lureau <marcandre lureau gmail com>
- To: "Daniel P. Berrange" <berrange redhat com>
- Cc: libvir-list redhat com
- Subject: Re: [libvirt] [PATCH libvirt 1/2] domain: add <forward> element for user mode networking
- Date: Mon, 14 May 2012 13:29:11 +0200
Hi
Ah, I just realized that there is 'guestfwd' support already, so we
may want to use the same syntax
<channel type='tcp'>
<source mode='bind' host='127.0.0.1' service='2222'/>
<target type='hostfwd' address='10.0.2.15' port='22'/>
</channel>
It seems a bit contrieved to me, it is harder to interpret. 'host'
address and guest 'address' are no longer optional. There is no way to
specify the protocol.
However, I imagined we may want to move the <forward/> element I added
to the devices top level, since it is not bound to an interface device
in fact.
Please comment, I need some guidance.
--
Marc-André Lureau
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]