mbox

[PULL] slirp: cleanups & fixes

Message ID 4F34FF9A.7050808@siemens.com
State New
Headers show

Pull-request

git://git.kiszka.org/qemu.git queues/slirp

Message

Jan Kiszka Feb. 10, 2012, 11:29 a.m. UTC
The following changes since commit 57c83dacfe179bf061b8fa79d9553ebabe4d2ff4:

  make: Remove duplicate use of GLIB_CFLAGS (2012-02-09 20:44:38 +0400)

are available in the git repository at:
  git://git.kiszka.org/qemu.git queues/slirp

Jan Kiszka (1):
      slirp: Prevent sending ICMP error replies to source-only addresses

Stefan Weil (1):
      slirp: Remove unused variable and unused code

 slirp/ip_icmp.c |    5 ++++
 slirp/misc.c    |   67 +++++++++++++++++++++---------------------------------
 2 files changed, 31 insertions(+), 41 deletions(-)

Comments

Anthony Liguori Feb. 16, 2012, 1:36 a.m. UTC | #1
On 02/10/2012 05:29 AM, Jan Kiszka wrote:
> The following changes since commit 57c83dacfe179bf061b8fa79d9553ebabe4d2ff4:
>
>    make: Remove duplicate use of GLIB_CFLAGS (2012-02-09 20:44:38 +0400)
>
> are available in the git repository at:
>    git://git.kiszka.org/qemu.git queues/slirp

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> Jan Kiszka (1):
>        slirp: Prevent sending ICMP error replies to source-only addresses
>
> Stefan Weil (1):
>        slirp: Remove unused variable and unused code
>
>   slirp/ip_icmp.c |    5 ++++
>   slirp/misc.c    |   67 +++++++++++++++++++++---------------------------------
>   2 files changed, 31 insertions(+), 41 deletions(-)
>
>