qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 4/7] slirp: Add translator of DHCP vendor option


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 4/7] slirp: Add translator of DHCP vendor option string to DHCP TLV representation
Date: Mon, 28 Apr 2014 17:56:19 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

On 04/25/2014 04:11 PM, Fedor Lyakhov wrote:
> New module dhcp_vendopt.c provides translate_dhcp_vendopt() function to 
> convert
> command-line DHCP vendor option string into internal DHCP TLV (tag-length-
> value) uint8_t buffer. The buffer is stored in global Slirp instance.
> 
> Signed-off-by: Fedor Lyakhov <address@hidden>
> ---
>  slirp/Makefile.objs  |   1 +
>  slirp/dhcp_vendopt.c | 163 
> +++++++++++++++++++++++++++++++++++++++++++++++++++
>  slirp/slirp.c        |   5 ++
>  slirp/slirp.h        |   5 ++
>  4 files changed, 174 insertions(+)
>  create mode 100644 slirp/dhcp_vendopt.c

> +++ b/slirp/dhcp_vendopt.c
> @@ -0,0 +1,163 @@
> +/*
> + * dhcp_vendoropt.c: adds vendor-specific options (option 43) to DHCP 
> Offer/Ack
> + *
> + * Copyright (c) 2014 Fedor Lyakhov <address@hidden>
> + *
> + * This program is free software; you can redistribute it and/or
> + * modify it under the terms of the GNU General Public License
> + * as published by the Free Software Foundation; either
> + * version 3 of the License, or (at your option) any later version.

Sorry, but this won't work.  Qemu has portions that are GPLv2-only,
which is incompatible with GPLv3+.  Can you release this as GPLv2+ instead?

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

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]