diff options
author | John Klug <john.klug@multitech.com> | 2018-11-14 19:01:51 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 17:08:20 -0500 |
commit | 9fb9b5935ab21c4b046f6f4bfabf4107249d217b (patch) | |
tree | 390abc893dd338cafceab8c4882033bd6267fe78 | |
parent | 9f5e84f1eeea507f0a587e4a65a1656abab35923 (diff) | |
download | meta-mlinux-9fb9b5935ab21c4b046f6f4bfabf4107249d217b.tar.gz meta-mlinux-9fb9b5935ab21c4b046f6f4bfabf4107249d217b.tar.bz2 meta-mlinux-9fb9b5935ab21c4b046f6f4bfabf4107249d217b.zip |
Allow negotiation for IPV6 in PPP
-rw-r--r-- | recipes-core/multitech/config/ppp/options | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-core/multitech/config/ppp/options b/recipes-core/multitech/config/ppp/options index 34654c1..3b69f47 100644 --- a/recipes-core/multitech/config/ppp/options +++ b/recipes-core/multitech/config/ppp/options @@ -20,3 +20,8 @@ logfile /dev/null lock +# Sprint modems in some cases require IPV6 to use IPV4. +# It probably doesn't hurt to try to get IPV6, even +# if the carrier doesn't support it. ++ipv6 +ipv6cp-use-ipaddr |