diff options
author | Andreas Schultz <[email protected]> | 2017-01-27 10:40:56 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2017-01-27 10:39:09 -0500 |
commit | ab729823ec16aef384f09fd2cffe0b3d3f6e6cba (patch) | |
tree | 2c9c8882332e8733796cffb3edad612804edb0d8 | |
parent | 92e55f412cffd016cc245a74278cb4d7b89bb3bc (diff) |
gtp: add genl family modules alias
Auto-load the module when userspace asks for the gtp netlink
family.
Signed-off-by: Andreas Schultz <[email protected]>
Acked-by: Harald Welte <[email protected]>
Acked-by: Pablo Neira Ayuso <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
-rw-r--r-- | drivers/net/gtp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/gtp.c b/drivers/net/gtp.c index 8b6810bad54b..7580ccc50e1d 100644 --- a/drivers/net/gtp.c +++ b/drivers/net/gtp.c @@ -1376,3 +1376,4 @@ MODULE_LICENSE("GPL"); MODULE_AUTHOR("Harald Welte <[email protected]>"); MODULE_DESCRIPTION("Interface driver for GTP encapsulated traffic"); MODULE_ALIAS_RTNL_LINK("gtp"); +MODULE_ALIAS_GENL_FAMILY("gtp"); |