From owner-cvs-src@FreeBSD.ORG Fri Feb 9 17:56:43 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D2F6716A40E; Fri, 9 Feb 2007 17:56:43 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out5.smtp.messagingengine.com (out5.smtp.messagingengine.com [66.111.4.29]) by mx1.freebsd.org (Postfix) with ESMTP id 9FD7F13C478; Fri, 9 Feb 2007 17:56:43 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.internal (unknown [10.202.2.149]) by out1.messagingengine.com (Postfix) with ESMTP id 1E5C21A9747; Fri, 9 Feb 2007 12:56:42 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by out1.internal (MEProxy); Fri, 09 Feb 2007 12:56:42 -0500 X-Sasl-enc: w+gGiy+mzwxtZQAJto/Ts97NjgKPHLd7p/be9MSHUVtE 1171043801 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id 73BCA296D8; Fri, 9 Feb 2007 12:56:41 -0500 (EST) Message-ID: <45CCB5D9.3090000@FreeBSD.org> Date: Fri, 09 Feb 2007 17:56:41 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.9 (X11/20070125) MIME-Version: 1.0 To: Ed Maste References: <200702091750.l19HoQhu084662@repoman.freebsd.org> In-Reply-To: <200702091750.l19HoQhu084662@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/dhclient clparse.c dhclient-script dhclient.c dhclient.conf dhcp.h tables.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 17:56:43 -0000 Ed Maste wrote: > Log: > Implement RFC3442, the Classless Static Route option. > > The original DHCP specification includes a route option but it supports > only class-based routes. RFC3442 adds support for specifying the netmask > width for each static route. A variable length encoding is used to minimize > the size of this option. Excellent. BMS