qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL v2 10/22] linux-user: add RTA_PRIORITY in netlink


From: riku . voipio
Subject: [Qemu-devel] [PULL v2 10/22] linux-user: add RTA_PRIORITY in netlink
Date: Tue, 18 Oct 2016 16:21:38 +0300

From: Laurent Vivier <address@hidden>

Used by fedora21 on ppc64 in the network initialization

Signed-off-by: Laurent Vivier <address@hidden>
Signed-off-by: Riku Voipio <address@hidden>
---
 linux-user/syscall.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/linux-user/syscall.c b/linux-user/syscall.c
index e005401..bbdf316 100644
--- a/linux-user/syscall.c
+++ b/linux-user/syscall.c
@@ -2601,6 +2601,7 @@ static abi_long target_to_host_data_route_rtattr(struct 
rtattr *rtattr)
     case RTA_GATEWAY:
         break;
     /* u32 */
+    case RTA_PRIORITY:
     case RTA_OIF:
         u32 = RTA_DATA(rtattr);
         *u32 = tswap32(*u32);
-- 
2.1.4




reply via email to

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