Skip to content

Commit

Permalink
[Arista] Add support for Wolverine linecards (#8887)
Browse files Browse the repository at this point in the history
Add support for WolverineQCpu, WolverineQCpuMs, WolverineQCpuBk, WolverineQCpuBkMs

Co-authored-by: Maxime Lorrillere <[email protected]>
  • Loading branch information
mlorrillere and mlorrillere authored May 20, 2022
1 parent f37dd77 commit 3928996
Show file tree
Hide file tree
Showing 30 changed files with 2,466 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"CONTEXTS": [
{
"guid" : 0,
"name" : "syncd",
"dbAsic" : "ASIC_DB",
"dbCounters" : "COUNTERS_DB",
"dbFlex": "FLEX_COUNTER_DB",
"dbState" : "STATE_DB",
"zmq_enable": false,
"zmq_endpoint": "tcp://127.0.0.1:5555",
"zmq_ntf_endpoint": "tcp://127.0.0.1:5556",
"switches": [
{
"index" : 0,
"hwinfo" : "06:00.0"
},
{
"index" : 1,
"hwinfo" : "07:00.0"
}
]
}
]
}
Loading

0 comments on commit 3928996

Please sign in to comment.