]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
added new wireless ip to gpn list
authorslindal <slindal@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 18 Oct 2010 17:36:03 +0000 (17:36 +0000)
committerslindal <slindal@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 18 Oct 2010 17:36:03 +0000 (17:36 +0000)
HLT/BASE/AliHLTHOMERProxyHandler.cxx

index 8f17693883c4667d0043d3f900d93dfb1dd3872f..62dbb9f793af75d70602fdd73d95ec8b43d2731a 100644 (file)
@@ -127,6 +127,8 @@ void AliHLTHOMERProxyHandler::IdentifyRealm() {
   // see header file for class documentation
 
   TString hostIP(gSystem->GetHostByName(gSystem->HostName()).GetHostAddress());
+  
+  HLTInfo(hostIP.Data());
 
   if ( hostIP.Contains("10.162.") )
     fRealm = kHLT;
@@ -137,6 +139,7 @@ void AliHLTHOMERProxyHandler::IdentifyRealm() {
   else  if ( hostIP.Contains("137.138") 
             || hostIP.Contains("128.141") 
             || hostIP.Contains("127.0.") 
+            || hostIP.Contains("192.168")
             )
     fRealm = kGPN;
   else {