dhclient - Do not update linkstat several times.
authorAntonio Huete Jimenez <tuxillo@quantumachine.net>
Thu, 7 Aug 2014 19:11:13 +0000 (21:11 +0200)
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>
Sat, 9 Aug 2014 16:29:58 +0000 (18:29 +0200)
commit77618c32cedc286db4905f002a268e3b848c30d7
tree575c9594fc5d317314b8827c3ae0f1bea243eb55
parent81561c325b305af488b223a31a6e8f6f88d98aeb
dhclient - Do not update linkstat several times.

- In the case where two RTM_IFINFO link changes occur immediately
  after each other (as in the case with trunk and probably vlan)
  dhclient missed the state change of the second interface.

Taken-from: OpenBSD
sbin/dhclient/dispatch.c