Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Oct 1999 15:24:20 -0700 (PDT)
From:      Julian Elischer <julian@whistle.com>
To:        net@freebsd.org
Subject:   PPPoE question (repeat)
Message-ID:  <Pine.BSF.3.95.991004145253.7703D-100000@current1.whistle.com>

next in thread | raw e-mail | index | archive | help

Does ANYONE have any ideas of the expected formats of the AC-Name and
Service-Name fields? 

I'm trying to figure out if it's possible to 'bind' a listenning socket
ahead of time (not really, but the analagy works) to a service, so that it
gets all teh PADI requests to that service, or whether I'd have to bind
using a regexp pattern (e.g. ".+@whistle.com"). Obviously that would
require some sort of pattern matching code in the kernel. (We already have
similar in the CAM code for QUIRK matching). I don't know however how
extensive this needs to be. I can imagine that "*@my-isp.net" might be
sufficient.  The alternative is to pass ALL PADI service requests to a
userland agent that interprets the packets and decides whether or not to
offer a service to the requesting client machine. I'd rather have the
option of some pre-processing in the kernel so that the the server daemons
can be simpler in the case where a server is only selecting simple
services to respond to.


julian




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.991004145253.7703D-100000>