From 8a974be8aa4153d56e045a933f2984f536ef3572 Mon Sep 17 00:00:00 2001 From: wangmenglan Date: Tue, 19 Mar 2024 10:18:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4fieldstat=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/src/tfe_packet_io_fs.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/src/tfe_packet_io_fs.cpp b/common/src/tfe_packet_io_fs.cpp index e6c8628..0b4ac58 100644 --- a/common/src/tfe_packet_io_fs.cpp +++ b/common/src/tfe_packet_io_fs.cpp @@ -81,11 +81,11 @@ enum PACKET_IO_STAT_FIELD static const char *stat_map[] = { // hit policy intercept - [STAT_HIT_INTERCEPT_POLICY] = "hit_intercept", + [STAT_HIT_INTERCEPT_POLICY] = "hit_incpt", // hit policy no intercept - [STAT_HIT_NO_INTERCEPT_POLICY] = "hit_no_intercept", + [STAT_HIT_NO_INTERCEPT_POLICY] = "hit_no_incpt", - [STAT_CAN_INTERCEPT] = "can_intercept", + [STAT_CAN_INTERCEPT] = "can_incpt", // dev nf interface [STAT_RAW_PKT_RX_PKT] = "raw_rx_pkt",