|
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0 |
|
| #
78a786f9 |
| 06-Feb-2015 |
Alexander Motin <[email protected]> |
Some NetGraph debug polishing.
Submitted by: Dmitry Luhtionov <[email protected]> MFC after: 2 weeks
|
|
Revision tags: release/10.1.0, release/9.3.0, release/10.0.0 |
|
| #
acfa99a6 |
| 28-Oct-2013 |
Gleb Smirnoff <[email protected]> |
Remove ng_fec(4).
|
|
Revision tags: release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0 |
|
| #
e59084e0 |
| 28-Dec-2009 |
Luigi Rizzo <[email protected]> |
bring the NGM_IPFW_COOKIE back into ng_ipfw.h, libnetgraph expects to find it there. Unfortunately this reintroduces the dependency on ip_fw_pfil.c
|
| #
b6d33186 |
| 28-Dec-2009 |
Luigi Rizzo <[email protected]> |
this file is also affected by the ipfw changes
|
|
Revision tags: release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0 |
|
| #
41fa1ea9 |
| 25-Oct-2005 |
Ruslan Ermilov <[email protected]> |
Recognize all current standard node types.
|
|
Revision tags: release/5.4.0_cvs, release/5.4.0 |
|
| #
b9236794 |
| 26-Apr-2005 |
Maxime Henrion <[email protected]> |
Make this compile with GCC4 by fixing a few signedness related warnings.
Reviewed by: md5(1)
|
|
Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs, release/4.5.0_cvs, release/4.4.0_cvs |
|
| #
fd0d00c5 |
| 30-Sep-2001 |
Matthew Dillon <[email protected]> |
Add __FBSDID()s to libnetgraph
|
|
Revision tags: release/4.3.0_cvs, release/4.3.0, release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs |
|
| #
1816e452 |
| 28-Apr-2000 |
Archie Cobbs <[email protected]> |
Fix a bug handling the debug level when displaying control messages in their ASCII forms at debug levels >= 3.
|
|
Revision tags: release/4.0.0_cvs, release/3.4.0_cvs |
|
| #
baa60a3b |
| 03-Dec-1999 |
Archie Cobbs <[email protected]> |
Missed part of previous commit.
|
| #
e489a907 |
| 03-Dec-1999 |
Archie Cobbs <[email protected]> |
Recognize NGM_BPF_COOKIE.
|
| #
f8307e12 |
| 30-Nov-1999 |
Archie Cobbs <[email protected]> |
Add two new generic control messages, NGM_ASCII2BINARY and NGM_BINARY2ASCII, which convert control messages to ASCII and back. This allows control messages to be sent and received in ASCII form using
Add two new generic control messages, NGM_ASCII2BINARY and NGM_BINARY2ASCII, which convert control messages to ASCII and back. This allows control messages to be sent and received in ASCII form using ngctl(8), which makes ngctl a lot more useful.
This also allows all the type-specific debugging code in libnetgraph to go away -- instead, we just ask the node itself to do the ASCII translation for us.
Currently, all generic control messages are supported, as well as messages associated with the following node types: async, cisco, ksocket, and ppp.
See /usr/share/examples/netgraph/ngctl for an example of using this.
Also give ngctl(8) the ability to print out incoming data and control messages at any time. Eventually nghook(8) may be subsumed.
Several other misc. bug fixes.
Reviewed by: julian
show more ...
|
| #
e8ef6b2d |
| 19-Nov-1999 |
Ollivier Robert <[email protected]> |
The "acfcomp" field is not in the structure anymore. There may be a better way to do that but it fixes buildworld.
World broken by: archie :-)
|
| #
4cf49a43 |
| 21-Oct-1999 |
Julian Elischer <[email protected]> |
Whistle's Netgraph link-layer (sometimes more) networking infrastructure. Been in production for 3 years now. Gives Instant Frame relay to if_sr and if_ar drivers, and PPPOE support soon. See: ftp://
Whistle's Netgraph link-layer (sometimes more) networking infrastructure. 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 ([email protected]) Obtained from: Whistle CVS tree
show more ...
|