aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
diff options
context:
space:
mode:
authorJesse Brandeburg <jesse.brandeburg@intel.com>2014-01-17 11:00:33 -0800
committerDavid S. Miller <davem@davemloft.net>2014-01-21 16:28:07 -0800
commitead5139aa10d7df970f66a291bf450966ae7b748 (patch)
treed703ffd7261c130f29720ae11039fa66ea8d03ec /drivers/net/vxlan.c
parentMerge branch 'sfc' (diff)
downloadlinux-dev-ead5139aa10d7df970f66a291bf450966ae7b748.tar.xz
linux-dev-ead5139aa10d7df970f66a291bf450966ae7b748.zip
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 <jesse.brandeburg@intel.com> CC: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/vxlan.c')
-rw-r--r--drivers/net/vxlan.c1
1 files changed, 1 insertions, 0 deletions
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 <stephen@networkplumber.org>");
+MODULE_DESCRIPTION("Driver for VXLAN encapsulated traffic");
MODULE_ALIAS_RTNL_LINK("vxlan");