From: Roy Marples Date: Wed, 19 Jun 2013 13:35:28 +0000 (+0000) Subject: Note that ipv6ra_own doesn't work well on any BSD system. X-Git-Tag: v6.0.0~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a521cdce0fefb953b0ececd574e1a43ed3d0dd64;p=thirdparty%2Fdhcpcd.git Note that ipv6ra_own doesn't work well on any BSD system. --- diff --git a/dhcpcd.conf.5.in b/dhcpcd.conf.5.in index 0ef79840..59f219a2 100644 --- a/dhcpcd.conf.5.in +++ b/dhcpcd.conf.5.in @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd June 3, 2013 +.Dd June 19, 2013 .Dt DHCPCD.CONF 5 SMM .Os .Sh NAME @@ -206,11 +206,13 @@ always fork on an RA. .It Ic ipv6ra_own Disables kernel IPv6 Router Advertisment processing so dhcpcd can manage addresses and routes. +This does not work reliably on any BSD system, probably due to kernel issues. .It Ic ipv6ra_own_default Each time dhcpcd receives an IPv6 Router Adveristment, dhcpcd will manage the default route only. This allows dhcpcd to prefer an interface for outbound traffic based on metric and/or user selection rather than the kernel. +This does work reliably on BSD systems. .It Ic ipv6rs Enables IPv6 Router Advertisment solicitation. This is on by default, but is documented here in the case where it is disabled