DragonFly BSD
DragonFly bugs List (threaded) for 2004-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Fwd: cvs commit: src/sys/netinet if_ether.c


From: "Simon 'corecode' Schubert" <corecode@xxxxxxxxxxxx>
Date: Thu, 9 Sep 2004 20:29:34 +0200

could that be the cause of bridge (sometimes?) not working?

---8<---
#ifdef BRIDGE
#define BRIDGE_TEST (do_bridge)
#else
#define BRIDGE_TEST (0) /* cc will optimise the test away */
#endif
--->8---

cheers
  simon

Begin forwarded message:
From: Gleb Smirnoff <glebius@xxxxxxxxxxx>
Date: 9. September 2004 14:34:07 MESZ
To: src-committers@xxxxxxxxxxx, cvs-src@xxxxxxxxxxx, cvs-all@xxxxxxxxxxx
Subject: cvs commit: src/sys/netinet if_ether.c


glebius 2004-09-09 12:34:07 UTC

FreeBSD src repository

  Modified files:
    sys/netinet          if_ether.c
  Log:
  Check flag do_bridge always, even if kernel was compiled without
  BRIDGE support. This makes dynamic bridge.ko working.

  Reviewed by:    sam
  Approved by:    julian (mentor)
  MFC after:      1 week

  Revision  Changes    Path
  1.129     +5 -11     src/sys/netinet/if_ether.c
_______________________________________________
cvs-src@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe@xxxxxxxxxxx"

--
/"\
\ /
 \     ASCII Ribbon Campaign
/ \  Against HTML Mail and News

Attachment: PGP.sig
Description: This is a digitally signed message part



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]