Commit c1192af9 authored by Adam Wujek's avatar Adam Wujek 💬 Committed by Alessandro Rubini

userspace: move NUM_VLANS from rtu.h to libwr/rtu_shmem.h

avoid including rtu.h by rtud clients
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 192f7e23
......@@ -9,6 +9,9 @@
#define LAST_HTAB_ENTRY ((HTAB_ENTRIES)-1)
#define LAST_RTU_BUCKET (RTU_BUCKETS-1)
/* Maximum number of supported VLANs */
#define NUM_VLANS 4096
#define ETH_ALEN 6
#define ETH_ALEN_STR 18
......
......@@ -43,9 +43,6 @@
#define MIN_PORT 0
#define MAX_PORT 17
// Maximum number of supported VLANs
#define NUM_VLANS 4096
#define NUM_RESERVED_ADDR 16
// Default aging time for dynamic entries at filtering database [secs]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment