Index: mol-0.9.71_pre8/src/drivers/net/if-tap.c =================================================================== --- mol-0.9.71_pre8.orig/src/drivers/net/if-tap.c +++ mol-0.9.71_pre8/src/drivers/net/if-tap.c @@ -61,7 +61,7 @@ tap_open( enet_iface_t *is ) if( check_netdev(is->iface_name) ) return 1; - if( (fd=socket(PF_NETLINK, SOCK_RAW, NETLINK_TAPBASE+tapnum)) < 0 ) { + if( (fd=socket(PF_NETLINK, SOCK_RAW, NETLINK_GENERIC+tapnum)) < 0 ) { perrorm("socket"); printm("Does the kernel lack netlink support (CONFIG_NETLINK)?\n"); return 1;