]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Note that ipv6ra_own doesn't work well on any BSD system.
authorRoy Marples <roy@marples.name>
Wed, 19 Jun 2013 13:35:28 +0000 (13:35 +0000)
committerRoy Marples <roy@marples.name>
Wed, 19 Jun 2013 13:35:28 +0000 (13:35 +0000)
dhcpcd.conf.5.in

index 0ef7984032db0b262921d6bc9a9a06dacceb8c6b..59f219a2bbca7a3b5ae235d94cf397d33d11c7f4 100644 (file)
@@ -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