2006-05-25 Hajimu UMEMOTO * dtcpclient.c (dtcpc): Add -B option to specify NAT port. Requested by: matusita@FreeBSD.org 2006-01-05 Hajimu UMEMOTO * dtcpclient.script: Add $up_command and $down_command to run at up/down. 2006-01-04 Hajimu UMEMOTO * 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 * 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 * 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 * dtcpclient.script: specify absolute path for route(8) and ifconfig(8) explicitly. 2005-05-21 Hajimu UMEMOTO * 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 * dtcpclient.script: make prefix delegation work with 64 bit length. 2004-06-24 Hajimu UMEMOTO * 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 * dtcpclient.script: When `tunif' is specified explicitly, just use it even under MacOSX. 2004-06-21 Hajimu UMEMOTO * Makefile: fix typo. `.elseif' must be '.elif'. Submitted by: takachan@running-dog.net 2004-06-17 Hajimu UMEMOTO * 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.