networkmanager: disable IPv6 by default from connections

It's giving a periodic failure in the log file:

nm-lndp-rdisc.c:68] send_rs(): (wlan0): cannot send router solicitation: -101.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2017-05-26 10:48:20 +02:00
parent d72c3019b9
commit 3834dd5065
7 changed files with 21 additions and 0 deletions

View File

@ -8,3 +8,6 @@ number=*99#
password=##CELLULAR_PASSWORD## password=##CELLULAR_PASSWORD##
pin=##CELLULAR_PIN## pin=##CELLULAR_PIN##
username=##CELLULAR_USER## username=##CELLULAR_USER##
[ipv6]
method=ignore

View File

@ -5,3 +5,6 @@ interface-name=eth0
[ipv4] [ipv4]
method=auto method=auto
[ipv6]
method=ignore

View File

@ -7,3 +7,6 @@ interface-name=eth0
address1=##ETH0_STATIC_CIDR##,##ETH0_STATIC_GATEWAY## address1=##ETH0_STATIC_CIDR##,##ETH0_STATIC_GATEWAY##
dns=##ETH0_STATIC_DNS##; dns=##ETH0_STATIC_DNS##;
method=manual method=manual
[ipv6]
method=ignore

View File

@ -5,3 +5,6 @@ interface-name=eth1
[ipv4] [ipv4]
method=auto method=auto
[ipv6]
method=ignore

View File

@ -7,3 +7,6 @@ interface-name=eth1
address1=##ETH1_STATIC_CIDR##,##ETH1_STATIC_GATEWAY## address1=##ETH1_STATIC_CIDR##,##ETH1_STATIC_GATEWAY##
dns=##ETH1_STATIC_DNS##; dns=##ETH1_STATIC_DNS##;
method=manual method=manual
[ipv6]
method=ignore

View File

@ -8,3 +8,6 @@ ssid=""
[ipv4] [ipv4]
method=auto method=auto
[ipv6]
method=ignore

View File

@ -10,3 +10,6 @@ ssid=""
address1=##WLAN0_STATIC_CIDR##,##WLAN0_STATIC_GATEWAY## address1=##WLAN0_STATIC_CIDR##,##WLAN0_STATIC_GATEWAY##
dns=##WLAN0_STATIC_DNS##; dns=##WLAN0_STATIC_DNS##;
method=manual method=manual
[ipv6]
method=ignore