调整fieldstat字段名称

This commit is contained in:
wangmenglan
2024-03-19 10:18:18 +08:00
parent fc17f73bff
commit 8a974be8aa

View File

@@ -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",