Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 323425
Collapse All | Expand All

(-)pcap-linux.c.org (-1 / +1 lines)
Lines 1883-1889 Link Here
1883
		 */
1883
		 */
1884
		strncpy(ifrflags.ifr_name, name, sizeof(ifrflags.ifr_name));
1884
		strncpy(ifrflags.ifr_name, name, sizeof(ifrflags.ifr_name));
1885
		if (ioctl(fd, SIOCGIFFLAGS, (char *)&ifrflags) < 0) {
1885
		if (ioctl(fd, SIOCGIFFLAGS, (char *)&ifrflags) < 0) {
1886
			if (errno == ENXIO)
1886
			if (errno == ENXIO || errno == ENODEV )
1887
				continue;
1887
				continue;
1888
			(void)snprintf(errbuf, PCAP_ERRBUF_SIZE,
1888
			(void)snprintf(errbuf, PCAP_ERRBUF_SIZE,
1889
			    "SIOCGIFFLAGS: %.*s: %s",
1889
			    "SIOCGIFFLAGS: %.*s: %s",

Return to bug 323425