From: Jesse Brandeburg Date: Fri, 17 Jan 2014 19:00:33 +0000 (-0800) Subject: net: add vxlan description X-Git-Tag: v6.6-pxa1908~23948^2~67 X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=ead5139aa10d7df970f66a291bf450966ae7b748;p=linux.git net: add vxlan description Add a description to the vxlan module, helping save the world from the minions of destruction and confusion. Signed-off-by: Jesse Brandeburg CC: Stephen Hemminger Signed-off-by: David S. Miller --- diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c index d6ec71f9d2d6..0fa4b9108e82 100644 --- a/drivers/net/vxlan.c +++ b/drivers/net/vxlan.c @@ -2775,4 +2775,5 @@ module_exit(vxlan_cleanup_module); MODULE_LICENSE("GPL"); MODULE_VERSION(VXLAN_VERSION); MODULE_AUTHOR("Stephen Hemminger "); +MODULE_DESCRIPTION("Driver for VXLAN encapsulated traffic"); MODULE_ALIAS_RTNL_LINK("vxlan");