X-Git-Url: http://git.onelab.eu/?p=pcucontrol.git;a=blobdiff_plain;f=pcucontrol%2Freboot.py;h=f31f690c573181f5d5a14aae1d873f8dd1591c0a;hp=d4f8be6840247e8939d17850daf39ede33735d2b;hb=c83358827d138b8d2907d2256cdf879b1b09936a;hpb=efe91a452c6edd55ada16c36b76a39a498ad43bc 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, }