Subject: Re: netbsd DHCP vendor class identifier (VCI)
To: Garrett D'Amore <garrett_damore@tadpole.com>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 11/11/2005 15:31:44
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.

Martin