more bug fixes ...
Marten Terpstra
Tue Nov 29 15:22:07 CET 1994
Bug in inet-rtr interface address indexing this time. -Marten PS Patch in the "src" directory of the db software: patch -l < "the file name with the patch below in it" *** /ncc/Dbase/src/cldb.pl Thu Nov 24 22:14:48 1994 --- cldb.pl Tue Nov 29 15:18:20 1994 *************** *** 1,5 **** # $RCSfile: cldb.pl,v $ ! # $Revision: 1.6 $ # $Author: marten $ ! # $Date: 1994/11/17 13:43:57 $ --- 1,5 ---- # $RCSfile: cldb.pl,v $ ! # $Revision: 1.7 $ # $Author: marten $ ! # $Date: 1994/11/29 14:18:19 $ *************** *** 170,171 **** --- 170,172 ---- $len = 16; + $len = 32 if $4; $one_net = 0x00010000; *************** *** 173,174 **** --- 174,176 ---- $len = 8; + $len = 32 if $4; $one_net = 0x01000000; -------- Logged at Wed Nov 30 19:08:43 MET 1994 ---------
[ rr-impl Archive ]