Mercurial > hg > dhcpcd
changeset 4479:7cd8c57f33a0 draft
dhcpcd.conf: Fix wording about ipv6rs
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Wed, 24 Apr 2019 15:21:41 +0100 |
| parents | 1513ec4c83ec |
| children | d3e01f5908b4 |
| files | src/dhcpcd.conf.5.in |
| diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dhcpcd.conf.5.in Wed Apr 24 11:25:15 2019 +0000 +++ b/src/dhcpcd.conf.5.in Wed Apr 24 15:21:41 2019 +0100 @@ -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 @@ 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
