Antoni Segura Puimedon has posted comments on this change.
Change subject: Add functions getNetworkList and getNetworkInfo to API ......................................................................
Patch Set 4: Code-Review-1
Upon close review, this patch should be reworked with a different granularity. It should expose (as it intended) a verb for getting networking information, but that should be getCurrentNetworkConfig and getPersistentNetworkConfig, which should return:
nets -> dict bonds -> dict
It would probably be easy to do once we move to unified persistence, as that information can be retrieved by instantiating lib/vdsm/netconfpersistenct.py config objects.
vdsm-patches@lists.fedorahosted.org