aboutsummaryrefslogtreecommitdiff
path: root/net/ndisc6/files
Commit message (Collapse)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Add startup script for rdnssdBeech Rintoul2011-12-313-5/+57
| | | | | | | | | | | | - Make merge-hook usable - Change ND_RA_FLAG_HOME_AGENT to ND_RA_FLAG_HA instead of deletion - Bump PORTREVISION PR: ports/161172 Submitted by: Mikhail T. <m.tsatsenko@gmail.com> Notes: svn path=/head/; revision=288359
* - Update to 1.0.2Beech Rintoul2011-09-132-0/+21
| | | | | | | | PR: ports/160648 Submitted by: Mikhail T. <m.tsatsenko@gmail.com> (maintainer) Notes: svn path=/head/; revision=281735
* - Fix build on 9.0-CURRENTPav Lucistnik2011-07-241-0/+18
| | | | | | | Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer) Notes: svn path=/head/; revision=278247
* - Unbreak buildPav Lucistnik2011-04-241-0/+39
| | | | | | | | | Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> - Fix plist Notes: svn path=/head/; revision=273142
* Update to latest 1.0.1 with rdnssd.Ollivier Robert2011-04-212-41/+0
| | | | | | | | | | Used the last patch in 155992 edited to fix the WITHOUT_NLS issue. PR: ports/155992 Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (MAINTAINER) Notes: svn path=/head/; revision=272989
* - Fix build on 4.x.Shaun Amott2006-10-072-0/+41
| | | | | | | | PR: ports/104068 Submitted by: Rémi Denis-Courmont <rdenis@simphalempin.com> (maintainer) Notes: svn path=/head/; revision=174697
* - Update to version 0.7.2.Alejandro Pulver2006-10-011-10/+0
| | | | | | | | PR: ports/103856 Submitted by: rdenis@simphalempin.com (maintainer) Notes: svn path=/head/; revision=174222
* - Update to 0.6.7Emanuel Haupt2006-08-172-13/+10
| | | | | | | | | | - Fix build on 4.x by requiring gcc 3.2 or higher PR: 102152 Submitted by: Remi Denis-Courmont <rdenis@simphalempin.com> (maintainer) Notes: svn path=/head/; revision=170876
* Add net/ndisc6.Shaun Amott2006-08-121-0/+13
ndisc6 is a small collection of tools to diagnose IPv6 networks, such as Neighbor/Router Solicitation userland tools, IPv6 tcptraceroute, and an echo/discard client. PR: ports/100335 Submitted by: Rémi Denis-Courmont <rdenis@simphalempin.com> Notes: svn path=/head/; revision=170423