]> git.eshelyaron.com Git - emacs.git/commitdiff
New functions network-interface-list and get-network-interface-info.
authorKim F. Storm <storm@cua.dk>
Sat, 13 Sep 2003 23:41:12 +0000 (23:41 +0000)
committerKim F. Storm <storm@cua.dk>
Sat, 13 Sep 2003 23:41:12 +0000 (23:41 +0000)
etc/NEWS

index 55f8d9eae35e7d3713f8481ac28e17f09b019f9e..ff81bae7709c999a30d5afd3c6dc9f59bbaf2875 100644 (file)
--- 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.