all the python scripts are for python2, and fedora31 requires to be specific
[vsys-scripts.git] / root-context / fd_tuntap.c
index ddcd431..211095c 100644 (file)
@@ -122,7 +122,7 @@ int main(int argc, char *argv[])
     
     if( ioctl(tap_fd, TUNSETIFF, (void *) &ifr) < 0 ) {
         close(tap_fd);
-        perror("fd_tuntap: Failed to set tun type");
+        perror("fd_tuntap: Failed to set tun/tap name");
     }
 
     /* Read initialised interface name */