aboutsummaryrefslogtreecommitdiff
path: root/net/mpd-l2tp-ipv6pd-client
Commit message (Collapse)AuthorAgeFilesLines
* Cleanse more RC_SUBR and RC_SUBR_SUFFIX variablesDoug Barton2010-03-281-1/+0
| | | | Notes: svn path=/head/; revision=251603
* For those ports that have been fully adapted to USE_RC_SUBR remove theDoug Barton2010-03-271-1/+0
| | | | | | | | | | old RC_SCRIPTS_SUB as it has not been needed for a long time. For those that have not yet been updated, remove RC_SUBR=${RC_SUBR} from the list. Notes: svn path=/head/; revision=251565
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Change to use mpd5 by default.Hajimu UMEMOTO2009-04-231-2/+2
| | | | Notes: svn path=/head/; revision=232605
* Add missing template file to generate config file for mpd5.Hajimu UMEMOTO2009-01-111-0/+27
| | | | | | | Reported by: Hiroo Ono <hiroo__at__oikumene.gcd.org> Notes: svn path=/head/; revision=225694
* Add support for mpd5.Hajimu UMEMOTO2008-11-085-45/+67
| | | | Notes: svn path=/head/; revision=222546
* New port - mpd-l2tp-ipv6pd-clientHajimu UMEMOTO2008-01-0113-0/+485
A sample implementaiton set of "L2TP-IPv6PD" client using mpd. "OCN IPv6", provided by NTT Communications Corp, was the first commercial tunnel service using "L2TP-IPv6PD". NOTE: This port runs on FreeBSD 6.3 and later. If you want to run it on FreeBSD 6.2, you need to apply following diff to your ng_ksocket: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/netgraph/ng_ksocket.c.diff?r1=1.59&r2=1.60 WWW: http://www.ocn.v6.ntt.net/ocnipv6/pdf/ocnipv6uni_ver1.0.pdf Notes: svn path=/head/; revision=204792