diff options
| author | tongzongzhen <[email protected]> | 2024-05-28 15:26:56 +0800 |
|---|---|---|
| committer | tongzongzhen <[email protected]> | 2024-05-28 15:26:56 +0800 |
| commit | 69586f49f2d37fe61ba68e1c2f67077433afc41d (patch) | |
| tree | c2486705f739e51f33974921341b2627a765f876 /include/config.h | |
| parent | b0b1777a1032a11ad227ee04ca1f96eb2046821d (diff) | |
add debug option for invalid traffic link id
Diffstat (limited to 'include/config.h')
| -rw-r--r-- | include/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 8de481e..47e9bd1 100644 --- a/include/config.h +++ b/include/config.h @@ -57,6 +57,7 @@ struct config // debug unsigned int send_ctrlbuf; + unsigned int send_invalid_traffic_link_id; unsigned int kafka_dump_to_log; unsigned int arp_pkt_has_ip_test; }; |
