Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 284631
Collapse All | Expand All

(-)a/dhcpcd.c (-1 / +3 lines)
Lines 773-778 configure_interface1(struct interface *iface) Link Here
773
			    iface->hwlen);
773
			    iface->hwlen);
774
		}
774
		}
775
	}
775
	}
776
	if (ifo->options & DHCPCD_CLIENTID)
777
		syslog(LOG_DEBUG, "%s: using ClientID %s", iface->name,
778
		    hwaddr_ntoa(iface->clientid + 1, *iface->clientid));
776
}
779
}
777
780
778
int
781
int
779
- 

Return to bug 284631