projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
880b6c7
)
Use correct syscall version
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Mon, 6 Jun 2011 16:34:39 +0000 (18:34 +0200)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Mon, 6 Jun 2011 16:34:39 +0000 (18:34 +0200)
lib/syscall_netadd-netv2.hc
patch
|
blob
|
history
diff --git
a/lib/syscall_netadd-netv2.hc
b/lib/syscall_netadd-netv2.hc
index
60d3b7e
..
8051f09
100644
(file)
--- a/
lib/syscall_netadd-netv2.hc
+++ b/
lib/syscall_netadd-netv2.hc
@@
-37,7
+37,7
@@
vc_net_add_netv2(nid_t nid, struct vc_net_addr const *info)
k_info.mask.s_addr = 0;
}
- return vserver(VCMD_net_add_ipv4, NID_USER2KERNEL(nid), &k_info);
+ return vserver(VCMD_net_add_ipv4_v1, NID_USER2KERNEL(nid), &k_info);
}
case VC_NXA_TYPE_IPV6: {
struct vcmd_net_addr_ipv6_v1 k_info;