From owner-cvs-all@FreeBSD.ORG Fri Sep 2 17:35:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8581616A41F; Fri, 2 Sep 2005 17:35:36 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21D5843D4C; Fri, 2 Sep 2005 17:35:36 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j82HZZBe064528; Fri, 2 Sep 2005 17:35:36 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j82HZZhE064527; Fri, 2 Sep 2005 17:35:35 GMT (envelope-from brooks) Message-Id: <200509021735.j82HZZhE064527@repoman.freebsd.org> From: Brooks Davis Date: Fri, 2 Sep 2005 17:35:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/dhclient dhclient.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2005 17:35:36 -0000 brooks 2005-09-02 17:35:35 UTC FreeBSD src repository Modified files: sbin/dhclient dhclient.c Log: When we supersed the subnet-mask, write the forced value to the lease file. This is what the ISC client does. Submitted by: Rostislav Krasny Revision Changes Path 1.11 +14 -10 src/sbin/dhclient/dhclient.c