Received: from oss.sgi.com (localhost.localdomain [127.0.0.1]) by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g38KNk8d004095 for ; Mon, 8 Apr 2002 13:23:47 -0700 Received: (from mail@localhost) by oss.sgi.com (8.12.3/8.12.3/Submit) id g38KNkuh004094 for netdev-outgoing; Mon, 8 Apr 2002 13:23:46 -0700 X-Authentication-Warning: oss.sgi.com: mail set sender to owner-netdev@oss.sgi.com using -f Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by oss.sgi.com (8.12.3/8.12.3) with SMTP id g38KNh8d004085 for ; Mon, 8 Apr 2002 13:23:43 -0700 Received: from krypton ([206.170.7.98]) by mta7.pltn13.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with SMTP id <0GU900IL3NBYJH@mta7.pltn13.pbi.net> for netdev@oss.sgi.com; Mon, 08 Apr 2002 13:24:04 -0700 (PDT) Date: Mon, 08 Apr 2002 10:48:51 -0700 From: David Brownell Subject: Re: Patch: Device operative state notification against 2.5.7 To: jamal , Stefan Rompf Cc: netdev@oss.sgi.com Message-id: <035c01c1df3b$17243d40$6800000a@brownell.org> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Mailer: Microsoft Outlook Express 5.50.4133.2400 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit X-Priority: 3 X-MSMail-priority: Normal References: Sender: owner-netdev@oss.sgi.com Precedence: bulk > > The only useful state transitions are to/from IFOP_DOWN_NOCARRIER > > in my opinion. What do you think? > > I meant this view from a "listener" perspective; example from an > SNMP NMS perspective or even a dynamic route daemon, this is the only > really interesting state transition. So IMO, it only makes sense to send > netlink messages for these. But ... how about "carrier on"? What else would be able to trigger software to bring the interface up (so it could be routed or bridged) if there were no notification for "carrier on"? Not expecting some administrator to be initating it (or eyeballing some status display); one can ignore alerts, but one can't create them from nothing. This is where my "asymmetry in design" alert triggers. It's usually been a good early warning system for trouble ... :) - Dave