- Update the cached link and IP information when a link status change occurs

svn path=/trunk/; revision=56484
This commit is contained in:
Cameron Gutman 2012-05-03 18:38:59 +00:00
parent 27d8b97b03
commit 5aa9b26f83

View file

@ -734,6 +734,10 @@ BOOLEAN ReconfigureAdapter(PRECONFIGURE_CONTEXT Context)
Context->Adapter->CompletingReset = FALSE;
/* Update the IP and link status information cached in TCP */
TCPUpdateInterfaceIPInformation(Interface);
TCPUpdateInterfaceLinkStatus(Interface);
/* We're done here if the adapter isn't connected */
if (Context->State != LAN_STATE_STARTED)
{