qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Fix the RARP protocol ID


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] Fix the RARP protocol ID
Date: Mon, 03 May 2010 12:13:40 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-4.fc12 Lightning/1.0pre Thunderbird/3.0

On 04/24/2010 07:54 AM, Stefan Berger wrote:
The packet(s) sent out after migration are supposed to be RAPR type of
packets. If they are supposed to go anywhere useful, the RAPR ethernet
identifier needs to be fix.

Also see http://www.iana.org/assignments/ethernet-numbers for 0x8035 for
RARP.

Signed-off-by: Stefan Berger<address@hidden>

Applied.  Thanks.

Regards,

Anthony Liguori
---
  savevm.c |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

Index: qemu-git/savevm.c
===================================================================
--- qemu-git.orig/savevm.c
+++ qemu-git/savevm.c
@@ -89,7 +89,7 @@ static BlockDriverState *bs_snapshots;
  #define SELF_ANNOUNCE_ROUNDS 5

  #ifndef ETH_P_RARP
-#define ETH_P_RARP 0x0835
+#define ETH_P_RARP 0x8035
  #endif
  #define ARP_HTYPE_ETH 0x0001
  #define ARP_PTYPE_IP 0x0800









reply via email to

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