diff options
| author | Roy Marples <roy@marples.name> | 2019-04-24 15:21:41 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-04-24 15:21:41 +0100 |
| commit | ffb6d59b633fbad8c53f403e4d6640d53aca2070 (patch) | |
| tree | b908de14c9765f742f6be1cf0146a67eff65d90e | |
| parent | 4b87bf8e0971bfdf372d6eeb3ee5e92d7d84690a (diff) | |
| download | dhcpcd-ffb6d59b633fbad8c53f403e4d6640d53aca2070.tar.xz | |
dhcpcd.conf: Fix wording about ipv6rs
| -rw-r--r-- | src/dhcpcd.conf.5.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/dhcpcd.conf.5.in b/src/dhcpcd.conf.5.in index f792b15f..f24715c3 100644 --- a/src/dhcpcd.conf.5.in +++ b/src/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 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 |
