You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the value for ETH1VLAN_VLAN is null then the client gets it but filters it out, meaning I cannot discover the key ETH1VLAN_VLAN. If I want to print out the dict I got back, it's not even typeNetworkSettings, it's just a plain dict...
Am I using this wrong?
The text was updated successfully, but these errors were encountered:
I am talking with a varlink service, one of its fields is type
?int
when the api returns a payload where this value isnull
then the python code filters it out, I tracked it down to this block of code: https://github.com/varlink/python/blob/master/varlink/scanner.py#L428I'm just trying to understand.
f.ex:
Where the interface is:
I get:
If the value for
ETH1VLAN_VLAN
isnull
then the client gets it but filters it out, meaning I cannot discover the keyETH1VLAN_VLAN
. If I want to print out the dict I got back, it's not eventype
NetworkSettings
, it's just a plaindict
...Am I using this wrong?
The text was updated successfully, but these errors were encountered: