util: Remove some debugging comments

This commit is contained in:
Nick Thomas
2013-08-06 14:26:22 +01:00
parent 47d65d8c3e
commit 94b451a1ac

View File

@@ -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;