CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/11/18 10:43:33
Modified files:
sbin/dhclient : dhclient.c
Log message:
No need to call get_hw_address() from interface_state() since the
appropriate ifa is already known and ifi->rdomain does not need to be
updated because a change of rdomain causes a link bounce and thus
reinitialization of ifi.
One less invocation of getifaddrs() during route message processing.
