diff options
| author | root <[email protected]> | 2024-02-28 08:28:03 +0000 |
|---|---|---|
| committer | root <[email protected]> | 2024-02-28 08:28:03 +0000 |
| commit | e01a9248bd9d0d79f74e6590cd19f36e7e4d09df (patch) | |
| tree | 4a499cd92885deb4043c3517da35ff4338338652 /conf | |
| parent | 5cdde1b9d74d053ddf5e505dc3a39f2154fb3d1e (diff) | |
fix ip header checksum wrong after modify DSCP value for a packet
fix table_info.json shaping profile table valid column
add some debug info
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/table_info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/table_info.json b/conf/table_info.json index 90aebc8..b99eca1 100644 --- a/conf/table_info.json +++ b/conf/table_info.json @@ -15,7 +15,7 @@ "table_id": 1, "table_name": "TRAFFIC_SHAPING_PROFILE", "table_type": "plugin", - "valid_column": 8, + "valid_column": 7, "custom": { "gc_timeout_s":2, "key": 1, |
