[libvirt] [PATCH 01/10] conf: DHCP - add state for DHCP Relay and On/Off switch

Eric Blake eblake at redhat.com
Thu Feb 28 03:15:38 UTC 2013


On 02/27/2013 07:18 PM, TJ wrote:
> Signed-off-by: TJ <linux at iam.tj>

Can you use a full legal name, instead of a two-letter pseudonym?

Your commit message is missing some substance, such as a summary of what
is being added.

> ---
>  src/conf/network_conf.h | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/src/conf/network_conf.h b/src/conf/network_conf.h
> index c509915..8400eab 100644
> --- a/src/conf/network_conf.h
> +++ b/src/conf/network_conf.h
> @@ -144,6 +144,10 @@ struct _virNetworkIpDef {
>      char *bootfile;
>      virSocketAddr bootserver;
>  +    /* when false no DHCP server is started */
> +    bool dhcp_enabled;

Your patch is whitespace-damaged.  Did you sent it with 'git send-email'?

> +    /* when true ranges are ignored and a DHCP relay-agent started */
> +    bool dhcp_relay;
>     };
>   typedef struct _virNetworkForwardIfDef virNetworkForwardIfDef;
> @@ -234,6 +238,7 @@ typedef virNetworkObj *virNetworkObjPtr;
>  struct _virNetworkObj {
>      virMutex lock;
>  +    pid_t dhcprelayPid;
>      pid_t dnsmasqPid;

Does your series ever allow dnsmasq and dhcprelay to run at the same
time, or can we use a single pid_t field that covers the mutually
exclusive choice of which helper is running based on the rest of the config?

>      pid_t radvdPid;
>      unsigned int active : 1;

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 621 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20130227/35ed254f/attachment-0001.sig>


More information about the libvir-list mailing list