From: Christopher Howard Date: Tue, 10 Apr 2018 16:32:29 +0000 (-0800) Subject: Clarification in Bridge mode doc X-Git-Tag: v1.4.4~19^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=refs%2Fpull%2F55%2Fhead;p=librecmc%2Flibrecmc.git Clarification in Bridge mode doc --- diff --git a/docs/Bridge_Mode.md b/docs/Bridge_Mode.md index b769039f5d..341cdc567d 100644 --- a/docs/Bridge_Mode.md +++ b/docs/Bridge_Mode.md @@ -95,6 +95,7 @@ If you have IPv6 access, you will want an interface which receives an IPv6 address. From `Network` >> `Interfaces` create a new interface called `LAN6` with `Protocol` set to `DHCPv6 client`. -You will likely also want to disable odhcpd (see above). Otherwise -your logs fill up with RA warnings, as your bridged router tries to -handle IPv6 RA messages that it shouldn't handle. +You will likely also want to disable `odhcpd` (see above). Otherwise +your logs can get filled up with unnecessary IPv6 related messages, as +libreCMC tries to act like an IPv6 router. `odhcpd` normally handles +DHCPv6 as well as IPv6 Router Advertisements.