aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_l2tp.h
Commit message (Collapse)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-2/+1
| | | | Notes: svn path=/head/; revision=139823
* Implement minimalistic L2TP sessions statistics and correct man pageBjoern A. Zeeb2004-08-031-1/+21
| | | | | | | | | | for L2TP tunnel statistics (which do not take an argument sessionID). Reviewed by: archie Approved by: pjd (mentor) Notes: svn path=/head/; revision=133060
* add a new control message to set sequence numbers on an uninitialized node.Bjoern A. Zeeb2004-08-031-1/+17
| | | | | | | | Reviewed by: archie Approved by: pjd (mentor) Notes: svn path=/head/; revision=133058
* Use a single style of multiple inclusion protection for Netgraph headers.Ruslan Ermilov2003-11-111-3/+3
| | | | | | | Reviewed by: archie, harti, emax Notes: svn path=/head/; revision=122481
* New L2TP netgraph node type.Archie Cobbs2002-08-201-0/+161
Obtained from: Packet Design Notes: svn path=/head/; revision=102195