]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
net: add vxlan description
authorJesse Brandeburg <jesse.brandeburg@intel.com>
Fri, 17 Jan 2014 19:00:33 +0000 (11:00 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Jan 2014 00:28:07 +0000 (16:28 -0800)
Add a description to the vxlan module, helping save the world
from the minions of destruction and confusion.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
CC: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c

index d6ec71f9d2d6004681dd05ec72dc8a64410f1667..0fa4b9108e8264ddca1a9f721de3547263bb74a0 100644 (file)
@@ -2775,4 +2775,5 @@ module_exit(vxlan_cleanup_module);
 MODULE_LICENSE("GPL");
 MODULE_VERSION(VXLAN_VERSION);
 MODULE_AUTHOR("Stephen Hemminger <stephen@networkplumber.org>");
+MODULE_DESCRIPTION("Driver for VXLAN encapsulated traffic");
 MODULE_ALIAS_RTNL_LINK("vxlan");