tcpiputils/dhcp/src/DHCPIP6StateMachine.cpp
branchRCL_3
changeset 22 8d540f55e491
parent 21 abbed5a4b42a
equal deleted inserted replaced
21:abbed5a4b42a 22:8d540f55e491
   929 	else if ( aPos != 0 )
   929 	else if ( aPos != 0 )
   930 		{//no more addresses to configure only one statically configured address
   930 		{//no more addresses to configure only one statically configured address
   931 		User::Leave( KErrNotFound );
   931 		User::Leave( KErrNotFound );
   932 		}
   932 		}
   933 
   933 
   934 	TSoInet6InterfaceInfo interfaceInfo;
   934 	TSoInetInterfaceInfoExtnDnsSuffix interfaceInfo;
   935    //fill interfaceInfo current address is iCurrentAddress
   935    //fill interfaceInfo current address is iCurrentAddress
   936 	interfaceInfo.iHwAddr = iHardwareAddr;
   936 	interfaceInfo.iHwAddr = iHardwareAddr;
   937 	interfaceInfo.iAddress = iCurrentAddress;
   937 	interfaceInfo.iAddress = iCurrentAddress;
   938 //	interfaceInfo.iNetMask = iSubnetMask;
   938 //	interfaceInfo.iNetMask = iSubnetMask;
   939 	interfaceInfo.iDefGate = iDefGateway;
   939 	interfaceInfo.iDefGate = iDefGateway;