Subject: Re: RS6K: pap replies No Such Printer
From: [email protected]
Date: Thu Nov 05 1992 - 12:56:03 EST
> From: [email protected] (John R. Cary)
> To: [email protected] (Gordon Good)
> but I was wondering if any of the netatalk utilities allow me to see the
> other devices by name.
> ifconfig en0 0.0
> ifconfig lo0 0.0
> en0 apas
> route en0 lo0
> zone apas
There is a bug in the atalkd from netatalk-1.2.1, exercised by setting the
ethernet interface address to 0.0. Here's the patch:
*** etc/atalkd/nbp.c- 1992/01/22 23:13:52
--- etc/atalkd/nbp.c 1992/03/31 05:25:25
***************
*** 138,144 ****
}
for ( rt = rtmptab; rt; rt = rt->rt_next ) {
! if ( rt->rt_net != ATADDR_ANYNET && rt->rt_zt &&
nbp_streq( rt->rt_zt->zt_zonelen, rt->rt_zt->zt_zone,
zlen, zone )) {
sat.sat_addr.s_net = rt->rt_net;
--- 138,144 ----
}
for ( rt = rtmptab; rt; rt = rt->rt_next ) {
! if ( rt->rt_zt &&
nbp_streq( rt->rt_zt->zt_zonelen, rt->rt_zt->zt_zone,
zlen, zone )) {
sat.sat_addr.s_net = rt->rt_net;
wes
This archive was generated by hypermail 2b28 : Sat Dec 18 1999 - 16:09:05 EST