From: Kim F. Storm Date: Sat, 13 Sep 2003 23:41:12 +0000 (+0000) Subject: New functions network-interface-list and get-network-interface-info. X-Git-Tag: ttn-vms-21-2-B4~8838 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=205f1dde3c6d1d2a0617354b44c0c40020c842f7;p=emacs.git New functions network-interface-list and get-network-interface-info. --- diff --git a/etc/NEWS b/etc/NEWS index 55f8d9eae35..ff81bae7709 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2416,6 +2416,19 @@ the fifth is the port number. 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.