freebsd-dev/sys/netgraph
Archie Cobbs 15ba31b9ad Updates to the ng_iface(8) netgraph node type:
- Make iface nodes removable on shutdown since FreeBSD now supports
    removable interfaces
  - Simplify supporting new protocols using family_enqueue(); add a
    few new ones including IPv6
  - Add support for configurable interface mode using new
    NGM_IFACE_POINT2POINT and NGM_IFACE_BROADCAST control messages
  - Remove NGM_IFACE_GET_IFADDRS control message; it just duplicates
    the functionality of SIOCGIFCONF
2000-03-13 19:18:10 +00:00
..
netgraph.h Some minor prototype tweaks. 2000-03-13 19:05:11 +00:00
ng_async.c
ng_async.h
ng_base.c Some minor prototype tweaks. 2000-03-13 19:05:11 +00:00
ng_bpf.c
ng_bpf.h
ng_cisco.c
ng_cisco.h
ng_echo.c
ng_echo.h
ng_ether.h
ng_frame_relay.c
ng_frame_relay.h
ng_hole.c
ng_hole.h
ng_iface.c Updates to the ng_iface(8) netgraph node type: 2000-03-13 19:18:10 +00:00
ng_iface.h Updates to the ng_iface(8) netgraph node type: 2000-03-13 19:18:10 +00:00
ng_ksocket.c
ng_ksocket.h
ng_lmi.c
ng_lmi.h
ng_message.h
ng_parse.c
ng_parse.h
ng_ppp.c
ng_ppp.h
ng_pppoe.c
ng_pppoe.h
ng_pptpgre.c
ng_pptpgre.h
ng_rfc1490.c
ng_rfc1490.h
ng_sample.c
ng_sample.h
ng_socket.c
ng_socket.h
ng_socketvar.h
ng_tee.c
ng_tee.h
ng_tty.c
ng_tty.h
ng_UI.c
ng_UI.h
ng_vjc.c
ng_vjc.h
NOTES