aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/l2/l2_learn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/l2/l2_learn.h')
-rw-r--r--src/vnet/l2/l2_learn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/l2/l2_learn.h b/src/vnet/l2/l2_learn.h
index d6f41d40..3aaf48e2 100644
--- a/src/vnet/l2/l2_learn.h
+++ b/src/vnet/l2/l2_learn.h
@@ -46,7 +46,7 @@ typedef struct
vnet_main_t *vnet_main;
} l2learn_main_t;
-#define L2LEARN_DEFAULT_LIMIT (L2FIB_NUM_BUCKETS * 128)
+#define L2LEARN_DEFAULT_LIMIT (L2FIB_NUM_BUCKETS * 64)
l2learn_main_t l2learn_main;