Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jan 2006 10:56:22 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netgraph ng_pppoe.c ng_pppoe.h
Message-ID:  <200601271056.k0RAuMJQ002614@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601271056.k0RAuMJQ002614>