summaryrefslogtreecommitdiff
path: root/net/6to4
AgeCommit message (Collapse)AuthorFilesLines
2002-11-10Handle ifconfig aliases better.hubertf1-1/+1
Patch contributed by Ed Gould <ed@left.wing.org> in PR pkg/18999
2002-09-25it's -> itswiz1-2/+2
2002-09-25Drop trailing space.wiz1-3/+3
2002-09-19tweakhubertf1-2/+2
2002-09-19Update 6to4 to 1.3. Change:hubertf5-52/+121
- adapt for NetBSD 1.6 and later which needs an "ifconfig stf0 create" (also needed on FreeBSD). Patch contributed by Kimura Fuyuki <fuyuki@hadaly.org> in private mail.
2001-12-03Miscellaneous man page fixes.wiz1-21/+26
2001-11-22Update 6to4 to 1.2: allow using anycast service as defined in RFC 3068.hubertf4-11/+22
Code contributed by Keith Moore <moore@cs.utk.edu> in PR 14647.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum4-3/+3
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-09-09Standardize format.wiz1-0/+5
2001-04-09Add this pkg to README-IPv6.htmlhubertf1-1/+2
2001-03-04unbreak this pkg - 1.1 won't run (this is a pkgsrc problem, else I'dhubertf2-6/+2
bump the version)
2001-03-01Mechanical changes to use ${PKG_PREFIX} instead of substituting forjlam2-8/+4
@PREFIX@ in DEINSTALL/INSTALL scripts.
2001-02-23remove debug code to work with LOCALBASE!=/usr/pkghubertf1-2/+6
Pointed out by Dieter Baron <dillo@danbala.ifoer.tuwien.ac.at>
2001-02-19Fix typo, reported by Tomasz Luchowski <zuntum@eik.pl> in private mail.hubertf2-4/+4
2001-02-18sync comment with realityitojun1-1/+0
2001-02-18need to set sysctl BEFORE starting rtadvd.itojun1-1/+1
2001-02-18Update to 6to4-1.1:hubertf4-32/+73
* Don't create extra (tmp) rtadvd.conf, assume /etc/rtadvd.conf has no interface specs, and just that. * Don't suggest clients set an explicit (static) default route. This will happen automatically. * Update manpage and html page Thanks to Itojun and some others for their inputs!
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-11Add 6to4-1.0, a script to setup automatic 6to4 IPv6 tunneling.hubertf10-0/+616
For easy IPv6 connectivity, do: * make install * cd /usr/pkg/etc * cp 6to4.conf-example 6to4.conf * in 6to4.conf, change "out_if" to match your outgoing interface: ppp0 if you're on a modem, else your ethernet card's interface. * 6to4 -v start * ping6 www.kame.net