1 | # $Id: Portfile 86030 2011-10-18 17:03:29Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name radvd |
---|
6 | version 1.8.3 |
---|
7 | categories net |
---|
8 | platforms darwin |
---|
9 | maintainers sics.se:lars.rasmusson |
---|
10 | homepage http://www.litech.org/radvd/ |
---|
11 | master_sites ${homepage}dist/ |
---|
12 | patchfiles RFC3542.include.patch |
---|
13 | |
---|
14 | description router advertisement daemon |
---|
15 | |
---|
16 | long_description The router advertisement daemon (radvd) is run by \ |
---|
17 | Linux or BSD systems acting as IPv6 routers. \ |
---|
18 | It sends Router Advertisement messages, specified by RFC 2461, \ |
---|
19 | to a local Ethernet LAN periodically and when requested by a node \ |
---|
20 | sending a Router Solicitation message. \ |
---|
21 | These messages are required for IPv6 stateless autoconfiguration. |
---|
22 | |
---|
23 | checksums rmd160 01e0b8ddcd21d724fe6ed658c22e8c1bce830f18 \ |
---|
24 | sha256 bf040b452f03542a56904ffcfc96aa9257581ad380818ac22065f0cfde7fc2e9 |
---|
25 | |
---|
26 | configure.args --with-logfile=${prefix}/var/log/radvd.log \ |
---|
27 | --with-pidfile=${prefix}/var/run/radvd.pid |
---|
28 | |
---|
29 | notes "You must enable ipv6 forwarding to use radvd, like this:\ |
---|
30 | \n\n sudo sysctl -w net.inet6.ip6.forwarding=1\ |
---|
31 | \n\nYou must also create a config file in ${prefix}/etc/radvd.conf\ |
---|
32 | \nSee \"man radvd.conf\" for how to configure radvd." |
---|