cvs commit: src/sys/net if_ethersubr.c src/sys/netgraph ng_ether.c

Gleb Smirnoff glebius at FreeBSD.org
Fri Oct 7 07:14:48 PDT 2005


glebius     2005-10-07 14:14:47 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_ethersubr.c 
    sys/netgraph         ng_ether.c 
  Log:
  A deja vu of:
  
    http://lists.freebsd.org/pipermail/cvs-src/2004-October/033496.html
  
  The same problem applies to if_bridge(4), too.
  
  - Copy-and-paste the if_bridge(4) related block from
    if_ethersubr.c to ng_ether.c
  - Add XXXs, so that copy-and-paste would be noticed by
    any future editors of this code.
  - Also add XXXs near if_bridge(4) declarations.
  
  Silence from:   thompsa
  
  Revision  Changes    Path
  1.201     +4 -1      src/sys/net/if_ethersubr.c
  1.52      +41 -2     src/sys/netgraph/ng_ether.c


More information about the cvs-src mailing list