2009-08-12  Hajimu UMEMOTO  <ume@mahoroba.org>

	* dtcpclient.script: Add an ability to assign an anycast address
	by prefix delegation.  When `anycast' is specified as `hostid' of
	`prefix_delegation', an anycast address is assigned.

	Requested by:	Norikatsu Shigemura <nork@ninth-nine.com>

	* dtcpclient.script: Add support for prefix_delegation='AUTO'.  If
	`AUTO' is specified, delegated IPv6 address is assigned to upped
	interface automatically.

2006-05-25  Hajimu UMEMOTO  <ume@mahoroba.org>

	* dtcpclient.c (dtcpc): Add -B option to specify NAT port.

	Requested by:	matusita@FreeBSD.org

2006-01-05  Hajimu UMEMOTO  <ume@mahoroba.org>

	* dtcpclient.script: Add $up_command and $down_command to run at
	up/down.

2006-01-04  Hajimu UMEMOTO  <ume@mahoroba.org>

	* dtcpclient.c, dtcpclient.script: Make an IPv6 over an IPv4
	tunnel NAT friendly.  If -n option is specified, it is enabled.
	It requires some modification to ng_ksocket of server side.

2006-01-02  Hajimu UMEMOTO  <ume@mahoroba.org>

	* dtcpclient.c, dtcpclient.script: Add experimental support for an
	IPv6 over an IPv4 tunnel using Netgraph.  The relevant options are
	-b and -U.

2006-01-01  Hajimu UMEMOTO  <ume@mahoroba.org>

	* dtcpclient.script (do_prefix_delegation): If `@' is specified as
	an interface for prefix delegation, it is assumed as a tunnel
	interface.

2005-05-21  Hajimu UMEMOTO  <ume@mahoroba.org>

	* dtcpclient.script: specify absolute path for route(8) and
	ifconfig(8) explicitly.

2005-05-21  Hajimu UMEMOTO  <ume@mahoroba.org>

	* dtcpclient.c: add -m option to set MTU of the tunnel.  To work
	this feature correctly, the DTCP server need to support it, too.

		Requested by:	XCAST6 fan club

2004-09-23  Hajimu UMEMOTO  <ume@mahoroba.org>

	* dtcpclient.script: make prefix delegation work with 64 bit
	length.

2004-06-24  Hajimu UMEMOTO  <ume@mahoroba.org>

	* dtcpclient.8: fix a typo and improve grammar.

	Obtained from:	http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/net/dtcp/MESSAGE?rev=1.2&content-type=text/x-cvsweb-markup

2004-06-22  Hajimu UMEMOTO  <ume@mahoroba.org>

	* dtcpclient.script: When `tunif' is specified explicitly, just
	use it even under MacOSX.

2004-06-21  Hajimu UMEMOTO  <ume@mahoroba.org>

	* Makefile: fix typo.  `.elseif' must be '.elif'.

	Submitted by:	takachan@running-dog.net

2004-06-17  Hajimu UMEMOTO  <ume@mahoroba.org>

	* dtcpclient.script: add support dynamic gif alloction by
	`ifconfig gif create' under FreeBSD.  now, if tunif is not set by
	a user, dtcpclient.script uses dynamic gif alloction by default
	under FreeBSD.

	* dtcpclient.script: add support for MacOSX.  MacOSX requires
	adding link-local manually.  further, the behavior of interface
	cloning is different from other BSDs.  tunif is meaningless, and
	gif will be allocted on demand under MacOSX.

	* add ChangeLog according to popular demand.
