[BACK]Return to if.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / net

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/net/if.c between version 1.494 and 1.495

version 1.494, 2021/09/30 03:39:39 version 1.495, 2021/09/30 03:43:25
Line 2397  if_link_state_change_process(struct ifne
Line 2397  if_link_state_change_process(struct ifne
         /* Notify that the link state has changed. */          /* Notify that the link state has changed. */
         rt_ifmsg(ifp);          rt_ifmsg(ifp);
   
 #if NCARP > 0  
         if (ifp->if_carp)  
                 carp_carpdev_state(ifp);  
 #endif  
   
         if (ifp->if_link_state_changed != NULL)          if (ifp->if_link_state_changed != NULL)
                 ifp->if_link_state_changed(ifp, link_state);                  ifp->if_link_state_changed(ifp, link_state);
   

Legend:
Removed from v.1.494  
changed lines
  Added in v.1.495

CVSweb <webmaster@jp.NetBSD.org>