Fix for PR 112937, thanks to Ruslan Ermilov. I am still

a bit confused how the 'link flap' was connected to the
'get' rather than 'set' address, but this seems the right
thing to do here.
This commit is contained in:
jfv 2007-05-24 18:11:11 +00:00
parent fb9dbcd056
commit f5a1b803b4

View File

@ -973,7 +973,6 @@ em_ioctl(struct ifnet *ifp, u_long command, caddr_t data)
switch (command) {
case SIOCSIFADDR:
case SIOCGIFADDR:
if (ifa->ifa_addr->sa_family == AF_INET) {
/*
* XXX