X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pcucontrol%2Freboot.py;h=f31f690c573181f5d5a14aae1d873f8dd1591c0a;hb=c83358827d138b8d2907d2256cdf879b1b09936a;hp=d4f8be6840247e8939d17850daf39ede33735d2b;hpb=bc48cba3d7b001523c1fe5ec6f88d32e22aa7d11;p=pcucontrol.git diff --git a/pcucontrol/reboot.py b/pcucontrol/reboot.py index d4f8be6..f31f690 100755 --- a/pcucontrol/reboot.py +++ b/pcucontrol/reboot.py @@ -106,6 +106,7 @@ class Transport: HTTP = "http" HTTPS = "https" IPAL = "ipal" + IPMI = "ipmi" DRAC = "drac" AMT = "amt" @@ -118,6 +119,7 @@ class Transport: 443 : HTTPS, 80 : HTTP, 9100 : IPAL, + 623 : IPMI, 16992 : AMT, }