@@ -43,7 +43,7 @@ int tun_create (char *name, int multiqueue)
#ifdef IFF_MULTI_QUEUE
ifr.ifr_flags|=IFF_MULTI_QUEUE;
#else
gt_not_available("IFF_MULTI_QUEUE");
gt_na("IFF_MULTI_QUEUE");
#endif
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.