1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/sys/modules/netgraph
Archie Cobbs f8307e1233 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
1999-11-30 02:45:32 +00:00
..
async Update to reflect changed functionality. 1999-11-19 04:30:26 +00:00
cisco Add two new generic control messages, NGM_ASCII2BINARY and 1999-11-30 02:45:32 +00:00
echo Stop nroff from complaining about the freeBSD version.. 1999-11-07 05:16:27 +00:00
frame_relay Stop nroff from complaining about the freeBSD version.. 1999-11-07 05:16:27 +00:00
hole Stop nroff from complaining about the freeBSD version.. 1999-11-07 05:16:27 +00:00
iface Removed special rules for building and cleaning device interface files 1999-11-28 18:53:47 +00:00
ksocket New Netgraph node type "ksocket". 1999-11-16 23:27:10 +00:00
lmi Stop nroff from complaining about the freeBSD version.. 1999-11-07 05:16:27 +00:00
netgraph Add two new generic control messages, NGM_ASCII2BINARY and 1999-11-30 02:45:32 +00:00
ppp Add reference to ng_pppoe(8). 1999-11-19 04:32:28 +00:00
pppoe Add two new generic control messages, NGM_ASCII2BINARY and 1999-11-30 02:45:32 +00:00
rfc1490 Stop nroff from complaining about the freeBSD version.. 1999-11-07 05:16:27 +00:00
socket Document the requirement for root privileges. 1999-11-21 23:19:13 +00:00
tee Add missing documentation for the two control messages supported 1999-11-08 03:14:15 +00:00
tty Stop nroff from complaining about the freeBSD version.. 1999-11-07 05:16:27 +00:00
UI Stop nroff from complaining about the freeBSD version.. 1999-11-07 05:16:27 +00:00
vjc Update to reflect changes in the node type. 1999-11-10 06:17:51 +00:00
Makefile Add reference to new netgraph node type "ksocket". 1999-11-16 23:27:37 +00:00
Makefile.inc