From ad7a3d78a9547d9b0ae26c5fc059872fbb3be9be Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 27 九月 2023 11:31:28 +0800 Subject: [PATCH] 华鑫L2非缓存模式/L撤比例动态变化 --- huaxin_client/l2_client.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/huaxin_client/l2_client.py b/huaxin_client/l2_client.py index 06de8de..828fc83 100644 --- a/huaxin_client/l2_client.py +++ b/huaxin_client/l2_client.py @@ -536,9 +536,9 @@ g_SubMode = lev2mdapi.TORA_TSTP_MST_MCAST # case 1缂撳瓨妯″紡 - api = lev2mdapi.CTORATstpLev2MdApi_CreateTstpLev2MdApi(g_SubMode, True) + # api = lev2mdapi.CTORATstpLev2MdApi_CreateTstpLev2MdApi(g_SubMode, True) # case 2闈炵紦瀛樻ā寮� - # api = lev2mdapi.CTORATstpLev2MdApi_CreateTstpLev2MdApi(g_SubMode, False) + api = lev2mdapi.CTORATstpLev2MdApi_CreateTstpLev2MdApi(g_SubMode, False) global spi spi = Lev2MdSpi(api) api.RegisterSpi(spi) -- Gitblit v1.8.0