cvs commit: src/sys/net if_lagg.c

Andrew Thompson thompsa at FreeBSD.org
Thu Jul 26 06:24:05 UTC 2007


thompsa     2007-07-26 06:24:04 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/net              if_lagg.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.11.2.4  +1 -0      src/sys/net/if_lagg.c


More information about the cvs-src mailing list