[libvirt] [PATCH v4 0/2] net: support set source address(es) and ports for NAT

Natanael Copa ncopa at alpinelinux.org
Mon Feb 11 14:54:21 UTC 2013


Changes v4:
 - barf if 'end' attribute is missing in <address>
 - update doc to tell how to properly set single address

Natanael Copa (2):
  net: support set public ip range for forward mode nat
  net: add support for specifying port range for forward mode nat

 docs/formatnetwork.html.in  |  33 ++++++++
 src/conf/network_conf.c     | 195 ++++++++++++++++++++++++++++++++++++++++++--
 src/conf/network_conf.h     |   4 +
 src/network/bridge_driver.c |  32 ++++++++
 src/util/viriptables.c      |  77 +++++++++++++++--
 src/util/viriptables.h      |   8 ++
 6 files changed, 335 insertions(+), 14 deletions(-)

-- 
1.8.1.2




More information about the libvir-list mailing list