diff options
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | 2014-01-17 11:00:33 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-21 16:28:07 -0800 |
commit | ead5139aa10d7df970f66a291bf450966ae7b748 (patch) | |
tree | d703ffd7261c130f29720ae11039fa66ea8d03ec /drivers/net | |
parent | 3ea5ad27dc6791e2443c8a66fcdb04f180abf2ae (diff) | |
download | linux-ead5139aa10d7df970f66a291bf450966ae7b748.tar.bz2 |
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')
-rw-r--r-- | drivers/net/vxlan.c | 1 |
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"); |