Просмотр исходного кода

drop_monitor: Add module alias to enable automatic module loading

Now that we have module alias macros for generic netlink families, lets use
those to mark modules with the appropriate family names for loading

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
CC: Eric Dumazet <eric.dumazet@gmail.com>
CC: David Miller <davem@davemloft.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Neil Horman 13 лет назад
Родитель
Сommit
3fdcbd4531
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      net/core/drop_monitor.c

+ 1 - 0
net/core/drop_monitor.c

@@ -468,3 +468,4 @@ module_exit(exit_net_drop_monitor);
 
 
 MODULE_LICENSE("GPL v2");
 MODULE_LICENSE("GPL v2");
 MODULE_AUTHOR("Neil Horman <nhorman@tuxdriver.com>");
 MODULE_AUTHOR("Neil Horman <nhorman@tuxdriver.com>");
+MODULE_ALIAS_GENL_FAMILY("NET_DM");