RTM_NEWLINK
case RTM_NEWLINK:
case RTM_NEWLINK:
if (hdr != NULL && hdr->nlmsg_type == RTM_NEWLINK) {
const char *cmd = get_action_name(hdr, RTM_NEWLINK);
case RTM_NEWLINK:
ATF_REQUIRE((hdr = snl_create_msg_request(&nw, RTM_NEWLINK)) != NULL);
if (hdr == NULL || hdr->nlmsg_type != RTM_NEWLINK)
if (hdr == NULL || hdr->nlmsg_type != RTM_NEWLINK)