Rather than repetitively calling Info method to calculate InterfaceInfo
struct address and return it one by one, a more effective method called
InterfaceInfo was introduced. The later returns all interface infos as
a Go slice.
Signed-off-by: Simon Rozman <simon@rozman.si>