[chassis/arista]: Increase LAG Ids to 1024 (#10519)

Why I did it
Today at most 128 LAGs are supported. This is not sufficient if there are many LAGs with just few ports.

How I did it
Increase LAG Ids to 1024 for DNX device.
This commit is contained in:
Song Yuan 2023-04-27 11:28:23 -07:00 committed by GitHub
parent 22b4aac432
commit 48ed53cbf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,4 +3,4 @@ chassis_db_address=127.100.1.1
midplane_subnet=127.100.0.0/16
lag_id_start=1
lag_id_end=128
lag_id_end=1024