Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Feb 2007 17:50:26 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/dhclient clparse.c dhclient-script dhclient.c dhclient.conf dhcp.h tables.c
Message-ID:  <200702091750.l19HoQhu084662@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
emaste      2007-02-09 17:50:26 UTC

  FreeBSD src repository

  Modified files:
    sbin/dhclient        clparse.c dhclient-script dhclient.c 
                         dhclient.conf dhcp.h tables.c 
  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.
  
  PR:             bin/99534
  Submitted by:   Andrey V. Elsukov <bu7cher@yandex.ru>
  Reviewed by:    brooks
  
  Revision  Changes    Path
  1.3       +2 -0      src/sbin/dhclient/clparse.c
  1.15      +60 -0     src/sbin/dhclient/dhclient-script
  1.21      +68 -0     src/sbin/dhclient/dhclient.c
  1.3       +3 -2      src/sbin/dhclient/dhclient.conf
  1.3       +1 -0      src/sbin/dhclient/dhcp.h
  1.4       +3 -2      src/sbin/dhclient/tables.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702091750.l19HoQhu084662>