Skip to content

Commit

Permalink
Fix flexible forwarding table partition for 720XP
Browse files Browse the repository at this point in the history
  • Loading branch information
jonxstill committed Dec 6, 2023
1 parent 549a71f commit 5e6d4b8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
{
"platforms": ["720XP"],
"trident_forwarding_table_partition": "flexible exact-match 16384 l2-shared 98304 l3-shared 131072",
"trident_forwarding_table_partition": "flexible exact-match 16384 l2-shared 32768 l3-shared 32768",
"reload_delay": {
"mlag": 300,
"non_mlag": 330,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
reload_delay:
mlag: 300
non_mlag: 330
trident_forwarding_table_partition: flexible exact-match 16384 l2-shared 98304 l3-shared
131072
trident_forwarding_table_partition: flexible exact-match 16384 l2-shared 32768 l3-shared
32768
- feature_support:
poe: true
queue_monitor_length_notify: false
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ keys:
reload_delay:
mlag: 300
non_mlag: 330
trident_forwarding_table_partition: flexible exact-match 16384 l2-shared 98304 l3-shared 131072
trident_forwarding_table_partition: flexible exact-match 16384 l2-shared 32768 l3-shared 32768
- platforms:
- '750'
- '755'
Expand Down

0 comments on commit 5e6d4b8

Please sign in to comment.