diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2012-09-15 15:56:04 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-09-15 16:08:08 +0200 |
commit | 5e1acbdb00f38363d05845c9393d7c789fe9f598 (patch) | |
tree | e6b326b051cf270a68ed3470d753a91159597ed4 /docs/examples | |
parent | f98469bcd24b8f4aa8a65d5728fe737b132ae310 (diff) | |
download | netctl-5e1acbdb00f38363d05845c9393d7c789fe9f598.tar.gz netctl-5e1acbdb00f38363d05845c9393d7c789fe9f598.tar.xz |
IPv6 support for PPPoE connections (FS#31380)
This fixes netcfg's share of FS#31380.
Proposed by Gala Dragos.
Diffstat (limited to 'docs/examples')
-rw-r--r-- | docs/examples/pppoe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/examples/pppoe b/docs/examples/pppoe index 2f50029..c11d125 100644 --- a/docs/examples/pppoe +++ b/docs/examples/pppoe @@ -29,3 +29,5 @@ CONNECTION_MODE='persist' #PPPOE_SESSION='' # Only connect to specified MAC address #PPPOE_MAC='' +# Enable IPv6 support +#PPPOE_IP6='yes' |