cvs commit: src/sys/netgraph ng_pppoe.c ng_pppoe.h

Gleb Smirnoff glebius at FreeBSD.org
Fri Jan 27 02:56:23 PST 2006


glebius     2006-01-27 10:56:22 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_pppoe.c ng_pppoe.h 
  Log:
  o Introduce D-Link compat mode, that is default to off and can be set
    by NGM_PPPOE_SETMODE message. When D-Link compat mode is on, we will
    broadcast PADI with empty Service-Name to all listening hooks.
  o Rewrite the compatibility options. Before we had two modes - standard
    and non-standard (aka 3Com). Now we have standard mode and two compat
    flags, that can be combined.
  o Be consistent and do s/STUPID/3COM/g. I don't say that 3Com mode isn't
    stupid, just want to make code easier to read.
  
  Revision  Changes    Path
  1.78      +80 -59    src/sys/netgraph/ng_pppoe.c
  1.23      +7 -5      src/sys/netgraph/ng_pppoe.h


More information about the cvs-src mailing list