Searched hist:"15 ba31b9ad22b90fbf4849f51de9bf8dcf794264" (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netgraph/ |
H A D | ng_iface.h | diff 15ba31b9ad22b90fbf4849f51de9bf8dcf794264 Mon Mar 13 20:18:10 CET 2000 Archie Cobbs <archie@FreeBSD.org> 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 diff 15ba31b9ad22b90fbf4849f51de9bf8dcf794264 Mon Mar 13 20:18:10 CET 2000 Archie Cobbs <archie@FreeBSD.org> 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
|
H A D | ng_iface.c | diff 15ba31b9ad22b90fbf4849f51de9bf8dcf794264 Mon Mar 13 20:18:10 CET 2000 Archie Cobbs <archie@FreeBSD.org> 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 diff 15ba31b9ad22b90fbf4849f51de9bf8dcf794264 Mon Mar 13 20:18:10 CET 2000 Archie Cobbs <archie@FreeBSD.org> 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
|