Skip to content

Commit

Permalink
drop_monitor: Add module alias to enable automatic module loading
Browse files Browse the repository at this point in the history
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 <[email protected]>
CC: Eric Dumazet <[email protected]>
CC: David Miller <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
nhorman authored and davem330 committed May 30, 2012
1 parent e9412c3 commit 3fdcbd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/core/drop_monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,3 +468,4 @@ module_exit(exit_net_drop_monitor);

MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Neil Horman <[email protected]>");
MODULE_ALIAS_GENL_FAMILY("NET_DM");

0 comments on commit 3fdcbd4

Please sign in to comment.