K 10 svn:author V 7 thompsa K 8 svn:date V 27 2007-07-26T06:24:04.000000Z K 7 svn:log V 285 The MAC address was not being set correctly on the lagg interface so all outgoing frames had the src of 00:00:00:00:00:00. We fake enough of if_setlladdr() to set the MAC address without resetting the interface, on RELENG_6 this also requires overwriting _ac_enaddr in struct arpcom. END