]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
dhcpcd.conf: Fix wording about ipv6rs
authorRoy Marples <roy@marples.name>
Wed, 24 Apr 2019 14:21:41 +0000 (15:21 +0100)
committerRoy Marples <roy@marples.name>
Wed, 24 Apr 2019 14:21:41 +0000 (15:21 +0100)
src/dhcpcd.conf.5.in

index f792b15ffede8b3073e5061af47711a1f0e467bf..f24715c3f8147f50b5f31bfa53d6f1e80c04853a 100644 (file)
@@ -22,7 +22,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd September 15, 2018
+.Dd April 24, 2019
 .Dt DHCPCD.CONF 5
 .Os
 .Sh NAME
@@ -376,8 +376,7 @@ IPv6 address configuration for the internal network.
 noipv6rs                 # disable routing solicitation
 denyinterfaces eth2      # Don't touch eth2 at all
 interface eth0
-  ipv6rs                 # enable routing solicitation get the
-                         # default IPv6 route
+  ipv6rs                 # enable routing solicitation for eth0
   ia_na 1                # request an IPv6 address
   ia_pd 2 eth1/0         # request a PD and assign it to eth1
   ia_pd 3 eth2/1 eth3/2  # req a PD and assign it to eth2 and eth3