projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e715d6
)
vxlan: remove duplicated macros
author
Jiri Benc
<jbenc@redhat.com>
Tue, 2 Feb 2016 17:09:12 +0000
(18:09 +0100)
committer
David S. Miller
<davem@davemloft.net>
Sun, 7 Feb 2016 18:51:00 +0000
(13:51 -0500)
VNI_HASH_BITS and VNI_HASH_SIZE are defined twice. Remove the extra
definitions.
Signed-off-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/vxlan.h
patch
|
blob
|
history
diff --git
a/include/net/vxlan.h
b/include/net/vxlan.h
index 5c64250619c5ba06693e961ee4d3f94e0dccf5cc..234bf1ef2737d908a85758840572a105e722a709 100644
(file)
--- a/
include/net/vxlan.h
+++ b/
include/net/vxlan.h
@@
-9,9
+9,6
@@
#include <linux/udp.h>
#include <net/dst_metadata.h>
-#define VNI_HASH_BITS 10
-#define VNI_HASH_SIZE (1<<VNI_HASH_BITS)
-
/*
* VXLAN Group Based Policy Extension:
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+