25 lines
664 B
Diff
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
|
|
|