Re: [libvirt] [PATCH 2/3] Add a "forward family" option

2012-10-17 Thread Benjamin Cama
Hi, First, thanks Michal for your review. Le lundi 15 octobre 2012 à 11:31 -0700, Laine Stump a écrit : > On 10/15/2012 10:54 AM, Michal Privoznik wrote: > > On 15.10.2012 12:27, Benjamin Cama wrote: > >> It allows to specify forwarding only for IPv4 or IPv6. Not specifying it > >> enables forwar

Re: [libvirt] [PATCH 2/3] Add a "forward family" option

2012-10-15 Thread Laine Stump
On 10/15/2012 10:54 AM, Michal Privoznik wrote: > On 15.10.2012 12:27, Benjamin Cama wrote: >> It allows to specify forwarding only for IPv4 or IPv6. Not specifying it >> enables forwarding for both protocols. Okay, I can understand the usefulness of this option (although I recall that when I adde

Re: [libvirt] [PATCH 2/3] Add a "forward family" option

2012-10-15 Thread Michal Privoznik
On 15.10.2012 12:27, Benjamin Cama wrote: > It allows to specify forwarding only for IPv4 or IPv6. Not specifying it > enables forwarding for both protocols. > --- > src/conf/network_conf.c | 58 > ++- > src/conf/network_conf.h |1 + > 2 files cha

[libvirt] [PATCH 2/3] Add a "forward family" option

2012-10-15 Thread Benjamin Cama
It allows to specify forwarding only for IPv4 or IPv6. Not specifying it enables forwarding for both protocols. --- src/conf/network_conf.c | 58 ++- src/conf/network_conf.h |1 + 2 files changed, 58 insertions(+), 1 deletions(-) diff --git a/src/