# HG changeset patch # User Kim F. Storm # Date 1063496472 0 # Node ID cd1293e6665eb223b474a6446ecbadadd7a6169a # Parent 256a27a47af1c09e280b4548de6960bedf567572 New functions network-interface-list and get-network-interface-info. diff -r 256a27a47af1 -r cd1293e6665e etc/NEWS --- a/etc/NEWS Sat Sep 13 23:34:33 2003 +0000 +++ b/etc/NEWS Sat Sep 13 23:41:12 2003 +0000 @@ -2416,6 +2416,19 @@ connections are accepted in the stopped state. For a client process, no input is received in the stopped state. +??? +*** New function network-interface-list. + +This function returns a list of network interface names and their +current network addresses. + +??? +*** New function get-network-interface-info. + +This function returns the network address, hardware address, current +status, and other information about a specific network interface. + + +++ ** New function copy-tree.