summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_pppoe.h
Commit message (Collapse)AuthorAgeFilesLines
* use __packed.alfred2002-09-231-3/+3
|
* Fix GCC warnings caused by initializing a zero length array. In the process,archie2002-05-311-6/+0
| | | | | | | simply things a bit by getting rid of 'struct ng_parse_struct_info' which was useless because it only contained one field. MFC after: 2 weeks
* Add a NGM_PPPOE_SESSIONID message to the ng_pppoe node.brian2002-05-141-1/+2
| | | | | | | This message is sent to the control socket when the SessionID is established. Approved by: archie (after a very cursory glance)
* Send a NGM_PPPOE_ACNAME message to userland when a node is connected.brian2002-02-201-1/+2
| | | | | | Submitted by: Andre Albsmeier <andre@albsmeier.net> Shuffled about by: brian Approved by: julian
* Shuffle sysctls a bit (thankyou whoever made them dynamic for modules)julian2001-02-231-0/+4
| | | | | | | | | | | | and add a sysctl to pppoe to activate non standard ethertypes so that idiot ISPs (apparently in France) who use equipment from idiot suppliers (rumour says 3com) who use nonstandard ethertypes can still connect. "yep, sure we do pppoe, we use a different identifier to that dictated in the standard, but sure it's pppoe!" sysctl -w net.graph.stupid_isp=1 enables the changeover.
* I have no idea at all why this file was not included in the last commit.julian2000-12-121-1/+2
|
* Go back to using data_len in struct ngpppoe_init_data after discussionsbrian2000-11-161-4/+5
| | | | | | | | | | | with Julian and Archie. Implement a new ``sizedstring'' parse type for dealing with field pairs consisting of a uint16_t followed by a data field of that size, and use this to deal with the data_len and data fields. Written by: Archie with some input by me Agreed in principle by: julian
* Change the format of ngpppoe_init_data so that the provider is NULbrian2000-10-311-3/+28
| | | | | | | | | | | terminated and the data_len field is no longer necessary. Add ASCII2BINARY and BINARY2ASCII capabilities. The old format is still understood and dealt with, but can't do the ASCII2BINARY and BINARY2ASCII stuff. Approved by: archie
* Since neither archie nor I work at Whistle any more, change our emailjulian2000-10-241-1/+1
| | | | | | addresses to be the more usefu @freebsd.org ones so we can keep getting bug-reports. - man pages to follow..
* change intial timeout for session negotiation from 1 to 2 seconds.julian1999-12-011-0/+1
| | | | One second was being hit too many times in normal situations.
* Remove a null pointer referencejulian1999-11-091-1/+1
| | | | Submitted by: Brian Somers (brian@freebsd.org)
* Start making the contents of the generic framework opaque to the nodes.julian1999-11-011-2/+2
| | | | | This step: IDs are no-longer the address of the node. Reviewd by: Archie@freebsd.org
* change PPPoE occurences to pppoe. Not JUST a cosmeting change.julian1999-10-271-9/+9
| | | | | some occurrances needed to be the same as the filenmnae which was pppoe not PPPoE.
* Now that Netgraph is in the system there are some cleanups we can do.julian1999-10-231-2/+2
| | | | | | Also save a slightly closer to completion version of the PPPOE code. Submitted by: Archie Cobbs <archie@freebsd.org>
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-0/+224
Been in production for 3 years now. Gives Instant Frame relay to if_sr and if_ar drivers, and PPPOE support soon. See: ftp://ftp.whistle.com/pub/archie/netgraph/index.html for on-line manual pages. Reviewed by: Doug Rabson (dfr@freebsd.org) Obtained from: Whistle CVS tree
OpenPOWER on IntegriCloud