Don't exit on encountering RTM_NEWADDR or RTM_DELADDR routing messages
authorkrw <krw@openbsd.org>
Mon, 12 May 2014 18:50:02 +0000 (18:50 +0000)
committerkrw <krw@openbsd.org>
Mon, 12 May 2014 18:50:02 +0000 (18:50 +0000)
commitcdfdaaa3e0eb9f80bc7497d32d017f45850af2a5
treebb79cf515e7ab6d322061f4cd449342f094cf0f3
parentb3eedbb43cf389bcbf1399bd986672333cb880ec
Don't exit on encountering RTM_NEWADDR or RTM_DELADDR routing messages
that lack the appropriate address info.

Simply ignore the message as is done for short or incorrectly
versioned messages

ok claudio@
sbin/dhclient/dhclient.c