Skip to content

Commit

Permalink
fix: Modify the range of the pcp value
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanchaoa authored and sharang committed Dec 12, 2024
1 parent 7edca7f commit 3400293
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/agent_config/README-CH.md
Original file line number Diff line number Diff line change
Expand Up @@ -2230,7 +2230,7 @@ inputs:
| Key | Value |
| ---- | ---------------------------- |
| Type | int |
| Range | [0, 8] |
| Range | [0, 9] |

**详细描述**:

Expand Down
2 changes: 1 addition & 1 deletion server/agent_config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2279,7 +2279,7 @@ inputs:
| Key | Value |
| ---- | ---------------------------- |
| Type | int |
| Range | [0, 8] |
| Range | [0, 9] |

**Description**:

Expand Down
2 changes: 1 addition & 1 deletion server/agent_config/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1541,7 +1541,7 @@ inputs:
# en: VLAN PCP in Physical Mirror Traffic
# ch: 物理网络镜像流量中的 VLAN PCP
# unit:
# range: [0, 8]
# range: [0, 9]
# enum_options: []
# modification: agent_restart
# ee_feature: true
Expand Down

0 comments on commit 3400293

Please sign in to comment.