[libvirt] [PATCH] Add '<nat>' element to '<forward>' network schemas

Ján Tomko jtomko at redhat.com
Thu Sep 5 12:00:17 UTC 2013


On 09/05/2013 01:43 PM, Michal Privoznik wrote:
> On 05.09.2013 11:24, Ján Tomko wrote:
>> Commits 905629f4 and 1716e7a6 have added support for specifying
>> an IPv4 range and a port range to be used by NAT:
>> <forward mode='nat'>
>>   <nat>
>>     <address start='10.20.30.40' end='10.20.30.44'/>
>>     <port start='60000' end='65432'/>
>>   </nat>
>> </forward>
>>
>> https://bugzilla.redhat.com/show_bug.cgi?id=1004364
>> ---
>>  docs/schemas/network.rng                           | 26 +++++++++++++++++++++
>>  docs/schemas/networkcommon.rng                     |  7 ++++++
>>  .../nat-network-forward-nat-address.xml            | 26 +++++++++++++++++++++
>>  .../nat-network-forward-nat-address.xml            | 27 ++++++++++++++++++++++
>>  tests/networkxml2xmltest.c                         |  1 +
>>  5 files changed, 87 insertions(+)
>>  create mode 100644 tests/networkxml2xmlin/nat-network-forward-nat-address.xml
>>  create mode 100644 tests/networkxml2xmlout/nat-network-forward-nat-address.xml
> 
> ACK
> 
> Michal
> 

Thanks, pushed now.

Jan




More information about the libvir-list mailing list