Skip to content

Commit

Permalink
Match initial state configs
Browse files Browse the repository at this point in the history
Add interface type to this json to match it with json in:
lighty-gnmi-community-restconf-app/simulator/initialStateJsonData.json

JIRA: LIGHTY-272
Signed-off-by: tobias.pobocik <[email protected]>
  • Loading branch information
Tobianas authored and ihrasko committed Nov 30, 2023
1 parent 804fb51 commit b3d8a68
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
{
"name": "admin",
"config": {
"name": "admin"
"name": "admin",
"type": "openconfig-if-types:IF_ETHERNET"
}
}
]
Expand Down

0 comments on commit b3d8a68

Please sign in to comment.