diff options
| author | 童宗振 <[email protected]> | 2024-05-28 07:36:01 +0000 |
|---|---|---|
| committer | 童宗振 <[email protected]> | 2024-05-28 07:36:01 +0000 |
| commit | e2200bb6c2cd93554b06d0193e4f64cee03376d9 (patch) | |
| tree | c2486705f739e51f33974921341b2627a765f876 /include | |
| parent | d85f991f782bea6896c434f66fd5c44dfb909096 (diff) | |
| parent | 69586f49f2d37fe61ba68e1c2f67077433afc41d (diff) | |
Merge branch 'no_traffic_link_id_no_send' into 'dev-0.1'v0.1.16-20240528dev-0.1
when traffic link id is not valid, dont send it.
See merge request tsg/dp_telemetry_app!45
Diffstat (limited to 'include')
| -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; }; |
