IPMI support for get and set lan

Add enough support to query common network parameters
and be able to setup the network vi IPMI.
Use command line for now.
diff --git a/Makefile b/Makefile
index a91328e..97c45e6 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@
               dcmihandler.o    \
               ipmisensor.o     \
               storageaddsel.o  \
+              transporthandler.o  \
 
 
 TESTADDSEL_OBJ = $(TESTADDSEL).o \