diff --git a/lib/route/link.c b/lib/route/link.c index 00c9781..f9039a1 100644 --- a/lib/route/link.c +++ b/lib/route/link.c @@ -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()