mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Receive ACK when deleting address in syscall tests
PiperOrigin-RevId: 332961666
This commit is contained in:
committed by
gVisor bot
parent
73f3a34b52
commit
059d90b9f1
@@ -42,7 +42,7 @@ PosixError PopulateNlmsghdr(LinkAddrModification modification,
|
||||
return NoError();
|
||||
case LinkAddrModification::kDelete:
|
||||
hdr->nlmsg_type = RTM_DELADDR;
|
||||
hdr->nlmsg_flags = NLM_F_REQUEST;
|
||||
hdr->nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK;
|
||||
return NoError();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user