-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
Environment
- Python version: 3.7
- jdiff version: 0.0.2
Expected Behavior
As it stands now, jdiff can catch a reference key only in a list of dictionary. There are case where NAPALM returns dict of dicts. In the example below, we want .local. and .local..0 to be the ref key of is_up
{
".local.": {
"description": "",
"is_enabled": true,
"is_up": true,
"last_flapped": -1,
"mac_address": "Unspecified",
"mtu": 0,
"speed": -1
},
".local..0": {
"description": "",
"is_enabled": true,
"is_up": true,
"last_flapped": -1,
"mac_address": "Unspecified",
"mtu": 0,
"speed": -1
},
}
@pszulczewski FYI
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels