gazelle/0120-modify-conf-vlan-default-vlaue.patch
yinbin6 e7003279e8 sync patches from upstream
(cherry picked from commit b99f8a8adc9894b3b4bdb559dad9e0397b5fa7b3)
2024-02-04 15:45:07 +08:00

25 lines
664 B
Diff

From 560eb7939415f3cd8b10bbc829fd57141b757727 Mon Sep 17 00:00:00 2001
From: compile_success <980965867@qq.com>
Date: Fri, 19 Jan 2024 01:47:26 +0000
Subject: [PATCH] modify conf vlan default vlaue
---
src/lstack/lstack.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/lstack/lstack.conf b/src/lstack/lstack.conf
index 3eb4685..ce86ec4 100644
--- a/src/lstack/lstack.conf
+++ b/src/lstack/lstack.conf
@@ -64,5 +64,5 @@ process_idx=0
#tuple_filer=0, below cfg valid
listen_shadow=0
-#vlan mode; only support 0~4094, 0 is disabled
-nic_vlan_mode=0
+#vlan mode; only support -1~4094, -1 is disabled
+nic_vlan_mode=-1
--
2.33.0