调整fieldstat字段名称
This commit is contained in:
@@ -81,11 +81,11 @@ enum PACKET_IO_STAT_FIELD
|
|||||||
static const char *stat_map[] =
|
static const char *stat_map[] =
|
||||||
{
|
{
|
||||||
// hit policy intercept
|
// hit policy intercept
|
||||||
[STAT_HIT_INTERCEPT_POLICY] = "hit_intercept",
|
[STAT_HIT_INTERCEPT_POLICY] = "hit_incpt",
|
||||||
// hit policy no intercept
|
// 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
|
// dev nf interface
|
||||||
[STAT_RAW_PKT_RX_PKT] = "raw_rx_pkt",
|
[STAT_RAW_PKT_RX_PKT] = "raw_rx_pkt",
|
||||||
|
|||||||
Reference in New Issue
Block a user