diff options
author | John Klug <john.klug@multitech.com> | 2018-11-14 19:01:51 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-11-14 19:01:51 -0600 |
commit | b459a3553a559f65f40e2fec2e5b0120dbf2741b (patch) | |
tree | 390abc893dd338cafceab8c4882033bd6267fe78 | |
parent | 531ad8e9d052432ccea10be13bea2a27b524c0e0 (diff) | |
download | meta-mlinux-b459a3553a559f65f40e2fec2e5b0120dbf2741b.tar.gz meta-mlinux-b459a3553a559f65f40e2fec2e5b0120dbf2741b.tar.bz2 meta-mlinux-b459a3553a559f65f40e2fec2e5b0120dbf2741b.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 |