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

(-)mol-0.9.71_pre8/src/drivers/net/if-tap.c (-1 / +1 lines)
Lines 61-67 tap_open( enet_iface_t *is ) Link Here
61
	if( check_netdev(is->iface_name) )
61
	if( check_netdev(is->iface_name) )
62
		return 1;
62
		return 1;
63
63
64
	if( (fd=socket(PF_NETLINK, SOCK_RAW, NETLINK_TAPBASE+tapnum)) < 0 ) {
64
	if( (fd=socket(PF_NETLINK, SOCK_RAW, NETLINK_GENERIC+tapnum)) < 0 ) {
65
		perrorm("socket");
65
		perrorm("socket");
66
		printm("Does the kernel lack netlink support (CONFIG_NETLINK)?\n");
66
		printm("Does the kernel lack netlink support (CONFIG_NETLINK)?\n");
67
		return 1;
67
		return 1;

Return to bug 141932