65b0015254
of current netatalk.
18 lines
655 B
Text
18 lines
655 B
Text
$NetBSD: patch-be,v 1.1.1.1 2002/05/25 12:25:52 markd Exp $
|
|
|
|
--- etc/atalkd/main.c.orig Sun Oct 5 17:50:47 1997
|
|
+++ etc/atalkd/main.c Tue Aug 31 15:58:11 1999
|
|
@@ -191,10 +191,10 @@
|
|
syslog( LOG_INFO, "config for no router" );
|
|
if ( iface->i_flags & IFACE_PHASE2 ) {
|
|
- iface->i_rt->rt_firstnet = 0;
|
|
+ iface->i_rt->rt_firstnet = htons( 1 );
|
|
iface->i_rt->rt_lastnet = htons( STARTUP_LASTNET );
|
|
setaddr( iface, IFACE_PHASE2,
|
|
iface->i_addr.sat_addr.s_net,
|
|
iface->i_addr.sat_addr.s_node,
|
|
- 0, htons( STARTUP_LASTNET ));
|
|
+ htons( 1 ), htons( STARTUP_LASTNET ));
|
|
}
|
|
if ( looproute( iface, RTMP_ADD ) < 0 ) {
|
|
|