CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/07/17 12:35:25
Modified files: sys/netinet : if_ether.c Log message: Announce an IP address after inserting its corresponding RTF_LOCAL route and not during the SIOCSIFADDR ioctl. This way addresses are not announced when an error occurs. ok chris@, claudio@