mirror of
https://passt.top/passt
synced 2025-05-05 18:28:52 +02:00
netlink: Fix comment about response buffer size for nl_req()
Fixes: fde8004ab0
("netlink: Use 8 KiB * netlink message header size as response buffer")
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
770d1a4502
commit
1c3c68970e
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ fail:
|
|||
/**
|
||||
* nl_req() - Send netlink request and read response
|
||||
* @ns: Use netlink socket in namespace
|
||||
* @buf: Buffer for response (at least BUFSIZ long)
|
||||
* @buf: Buffer for response (at least NLBUFSIZ long)
|
||||
* @req: Request with netlink header
|
||||
* @len: Request length
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue