blob: d216f5fe86804926ba1db4099c3cf9d152c15f02 [file] [log] [blame]
#include <netlink/attr.h>
int nla_put_flag(struct nl_msg *msg, int flag)
{
return nla_put(msg, flag, 0, NULL);
}