Add missing argument in rtnl_link_change example
Signed-off-by: Miguel Di Ciurcio Filho <miguel.filho@gmail.com>
This commit is contained in:
parent
d8d67c0a4c
commit
59c3474b3d
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@
|
|||
* // Two ways exist to commit this change request, the first one is to
|
||||
* // build the required netlink message and send it out in one single
|
||||
* // step:
|
||||
* rtnl_link_change(sk, old, request);
|
||||
* rtnl_link_change(sk, old, request, 0);
|
||||
*
|
||||
* // An alternative way is to build the netlink message and send it
|
||||
* // out yourself using nl_send_auto_complete()
|
||||
|
|
Loading…
Add table
Reference in a new issue