Subject: Re: netbsd DHCP vendor class identifier (VCI)
To: Martin Husemann <martin@duskware.de>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-kern
Date: 11/14/2005 14:34:15
On Nov 11, 2005, at 6:31 AM, Martin Husemann wrote:

> On Thu, Nov 10, 2005 at 04:52:17PM -0800, Garrett D'Amore wrote:
>> My proposal, therefore, is to add a field, like this:
>>
>>    snprintf(vci, sizeof(vci), "%s:%s:%s:kernel:%s", ostype, machine,
>>        machine_arch, osrelease);
>
> How about leaving out machine_arch if it is equal to machine here?
> This would keep archs where the current state already works  
> compatible.

machine_arch is almost never the same as machine.

>
> Martin

-- thorpej