From owner-cvs-sys Sun Jul 2 02:01:13 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA22211 for cvs-sys-outgoing; Sun, 2 Jul 1995 02:01:13 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA22194 ; Sun, 2 Jul 1995 02:01:06 -0700 Date: Sun, 2 Jul 1995 02:01:06 -0700 From: Joerg Wunsch Message-Id: <199507020901.CAA22194@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/net if_sl.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk joerg 95/07/02 02:01:05 Modified: sys/net if_sl.c Log: Revision 1.21 of if_sl.c broke the traditional behaviour that assigning an address to an interface automatically marks this interface IFF_UP. The fix corrects this (and closes PR sys/577). This is consistent with the way ethernet interfaces are being handled.