mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-04 21:31:51 +00:00
vxlan: remove duplicated macros
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>
This commit is contained in:
parent
0e715d6fbd
commit
427bc465bf
1 changed files with 0 additions and 3 deletions
|
@ -9,9 +9,6 @@
|
||||||
#include <linux/udp.h>
|
#include <linux/udp.h>
|
||||||
#include <net/dst_metadata.h>
|
#include <net/dst_metadata.h>
|
||||||
|
|
||||||
#define VNI_HASH_BITS 10
|
|
||||||
#define VNI_HASH_SIZE (1<<VNI_HASH_BITS)
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* VXLAN Group Based Policy Extension:
|
* VXLAN Group Based Policy Extension:
|
||||||
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue