From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bill Nottingham Subject: Re: bonding: cannot remove certain named devices Date: Tue, 15 Aug 2006 16:45:55 -0400 Message-ID: <20060815204555.GB4434@nostromo.devel.redhat.com> References: <20060815194856.GA3869@nostromo.devel.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org Return-path: Received: from mx1.redhat.com ([66.187.233.31]:30434 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S1750725AbWHOUqB (ORCPT ); Tue, 15 Aug 2006 16:46:01 -0400 To: Mitch Williams Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Mitch Williams (mitch.a.williams@intel.com) said: > Are spaces allowed in interface names anyway? I can't believe that > bonding is the only area affected by this. They're certainly allowed, and the sysfs directory structure, files, etc. handle it ok. Userspace tends to break in a variety of ways. I believe the only invalid character in an interface name is '/'. Bill