From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 15 May 2005 22:04:37 -0600 From: "Ronald G. Minnich" To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] silly dhcpd question In-Reply-To: <200505141859.j4EIxr013451@demeter.cs.utwente.nl> Message-ID: References: <72cca6a6583b9c78a245f4825fa65229@proxima.alt.za><14ec7b1805051401384dc36d2@mail.gmail.com><14ec7b18050514014012d4e1fe@mail.gmail.com> <06b601c558a2$6e533420$aafb7d50@kilgore> <200505141859.j4EIxr013451@demeter.cs.utwente.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Topicbox-Message-UUID: 4c550a58-ead0-11e9-9d60-3106f5b1d025 On Sat, 14 May 2005, Axel Belinfante wrote: > Maybe some confusion could be avoided if anything that reports > ethernet addresses to the user would use this same canonical format? Or maybe just this at the top of the distributed /lib/ndb/local: # Make the ethernet addresses all lower case or you'll regret it. Then you don't have to do all that work :-) ron