Skip to content

Commit

Permalink
fix lag test typo (#29)
Browse files Browse the repository at this point in the history
Signed-off-by: zhoudongxu <[email protected]>
  • Loading branch information
zhoudongxu authored Jun 2, 2022
1 parent 1ab24e8 commit 304888f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/sai-ptf/config_data/LAG_config_t0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sample T0 Configurations and data for VLAN
- [Sample T0 Configurations and data for VLAN](#sample-t0-configurations-and-data-for-vlan)
# Sample T0 Configurations and data for LAG
- [Sample T0 Configurations and data for LAG](#sample-t0-configurations-and-data-for-lag)
- [Overriew](#overriew)
- [LAG configuration](#lag-configuration)
- [LAG and lag members](#lag-and-lag-members)
Expand Down Expand Up @@ -121,7 +121,7 @@ Below is the sample config data in config_db.json
"admin_status": "up",
"members": [
"Ethernet84",
"Ethernet188"
"Ethernet88"
],
"min_links": "1",
"mtu": "9100"
Expand All @@ -130,7 +130,7 @@ Below is the sample config data in config_db.json
"admin_status": "up",
"members": [
"Ethernet92",
"Ethernet96"
"Ethernet96"
],
"min_links": "1",
"mtu": "9100"
Expand All @@ -144,7 +144,7 @@ Below is the sample config data in config_db.json
"PortChannel2|10.10.193.19/31": {},
"PortChannel2|2603:10b0:31f:279::2a/126": {},
"PortChannel3": {},
"PortChannel3|10.10.194.19/31": {}
"PortChannel3|10.10.194.19/31": {},
"PortChannel3|2603:10b0:31f:27a::2a/126": {},
},
"PORTCHANNEL_MEMBER": {
Expand Down

0 comments on commit 304888f

Please sign in to comment.