Mercurial > flash_v2
diff packages/net/snmp/agent/current/ChangeLog @ 115:6ed91473a1cd ecos-sw-2000-08-21
Merge from eCos master repository on 2000-08-21-22:40:54-BST
| author | jlarmour |
|---|---|
| date | Fri, 25 Aug 2000 17:32:38 +0000 |
| parents | 84e4bde58b26 |
| children | bd1a71e3e476 |
line wrap: on
line diff
--- a/packages/net/snmp/agent/current/ChangeLog +++ b/packages/net/snmp/agent/current/ChangeLog @@ -1,3 +1,22 @@ +2000-08-16 Hugo Tyson <hmt@cygnus.co.uk> + + * src/snmpd.c (snmpd): Remove call to + init_all_network_interfaces(); it's a bad idea for the situations + when initialization has been done externally to our helper + functions. This adds the constraint that you must initialize the + network interfaces first, by whatever means. Starting snmpd + before the network is up may cause confusion. + [CASE 104330] + + Also tidied some warnings. + +2000-07-25 Hugo Tyson <hmt@cygnus.co.uk> + + * tests/snmpping.c (net_test): Make it ping the loopback + interfaces so as to do some valid testing in the absence of any + real interfaces on the platform. Also make it run less time or no + doubt the farm will report many non-failures. + 2000-07-13 Hugo Tyson <hmt@cygnus.co.uk> * tests/snmpping.c: Up the stack size to cope with full DHCP
