diff packages/net/common/current/ChangeLog @ 1670:6627c3a1df79

* src/ifaddrs.c (getifaddrs): Return destination address for P2P devices. Also don't bother trying to get the broadcast address for interfaces that don't have a valid broadcast address. Inspired by Kelvin Lawson
author asl
date Thu, 17 Jun 2004 14:19:29 +0000
parents dc5f9783d45a
children 42c0adb7b2fc
line wrap: on
line diff
--- a/packages/net/common/current/ChangeLog
+++ b/packages/net/common/current/ChangeLog
@@ -1,3 +1,10 @@
+2004-06-17  Andrew Lunn  <andrew.lunn@ascom.ch>
+
+	* src/ifaddrs.c (getifaddrs): Return destination address for P2P
+	devices. Also don't bother trying to get the broadcast address for
+	interfaces that don't have a valid broadcast address. Inspired by
+	Kelvin Lawson
+
 2004-06-08  Andrew Lunn  <andrew.lunn@ascom.ch>
 
 	* include/network.h: Added a __THROW to perror so that it matches