util: Remove some debugging comments
This commit is contained in:
@@ -113,10 +113,6 @@ int link_set_up( char *link_name, int state )
|
||||
warn( "Failed to set link state for interface %s to %i: %s", link_name, state, strerror(errno) );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
// ioctl(fd, SIOCGIFFLAGS, {ifr_name="wrapper", ifr_flags=IFF_POINTOPOINT|IFF_NOARP|IFF_MULTICAST}) = 0
|
||||
// ioctl(fd, SIOCSIFFLAGS, {ifr_name="wrapper", ifr_flags=IFF_UP|IFF_POINTOPOINT|IFF_RUNNING|IFF_NOARP|IFF_MULTICAST}) = 0
|
||||
|
||||
return 1;
|
||||
|
||||
|
Reference in New Issue
Block a user