{
".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
},
}
Environment
Expected Behavior
As it stands now,
jdiffcan 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..0to be the ref key ofis_up@pszulczewski FYI