diff options
author | hyunuktak <hyunuk.tak@samsung.com> | 2015-08-07 17:11:34 +0900 |
---|---|---|
committer | hyunuktak <hyunuk.tak@samsung.com> | 2015-08-07 17:11:56 +0900 |
commit | 6aa4055ef0544ae85457c25c510fe3db04949c43 (patch) | |
tree | 94018be3cef92c33b60650c488dc15536c8f978a /src/main.conf | |
parent | bc55a3df0d4d2d97964ce2fadc9fe3ffc4953f4e (diff) | |
download | connman-6aa4055ef0544ae85457c25c510fe3db04949c43.tar.gz connman-6aa4055ef0544ae85457c25c510fe3db04949c43.tar.bz2 connman-6aa4055ef0544ae85457c25c510fe3db04949c43.zip |
Base Code merged to SPIN 2.4submit/tizen/20150810.034432
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17
Diffstat (limited to 'src/main.conf')
-rwxr-xr-x[-rw-r--r--] | src/main.conf | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/src/main.conf b/src/main.conf index c9795534..d0edbdf7 100644..100755 --- a/src/main.conf +++ b/src/main.conf @@ -27,7 +27,7 @@ BackgroundScanning = false # These can contain mixed combination of fully qualified # domain names, IPv4 and IPv6 addresses. # FallbackTimeservers = -FallbackTimeservers = pool.ntp.org +#FallbackTimeservers = pool.ntp.org # List of fallback nameservers separated by "," used if no # nameservers are otherwise provided by the service. The @@ -54,7 +54,7 @@ FallbackTimeservers = pool.ntp.org # the default route when compared to either a non-preferred # type or a preferred type further down in the list. # PreferredTechnologies = -PreferredTechnologies = ethernet,wifi +PreferredTechnologies = wifi, ethernet # List of blacklisted network interfaces separated by ",". # Found interfaces will be compared to the list and will @@ -62,7 +62,7 @@ PreferredTechnologies = ethernet,wifi # match any of the list entries. Default value is # vmnet,vboxnet,virbr,ifb. # NetworkInterfaceBlacklist = vmnet,vboxnet,virbr,ifb -NetworkInterfaceBlacklist = vmnet,vboxnet,virbr +NetworkInterfaceBlacklist = veth, vmnet,vboxnet,virbr,usb,rndis,rmnet,rev_rmnet,dummy,seth_td,seth_w # Allow connman to change the system hostname. This can # happen for example if we receive DHCP hostname option. @@ -80,6 +80,7 @@ NetworkInterfaceBlacklist = vmnet,vboxnet,virbr # setting enabled applications will notice more network breaks than # normal. Default value is false. # SingleConnectedTechnology = false +SingleConnectedTechnology = true # List of technologies for which tethering is allowed separated by ",". # The default value is wifi,bluetooth,gadget. Only those technologies @@ -99,3 +100,11 @@ NetworkInterfaceBlacklist = vmnet,vboxnet,virbr # re-enabling a technology, and after restarts and reboots. # Default value is false. # PersistentTetheringMode = false + +# Automatically enable Anycast 6to4 if possible. This is not recommended, as +# the use of 6to4 will generally lead to a severe degradation of connection +# quality. See RFC6343. Default value is false (as recommended by RFC6343 +# section 4.1). +# Enable6to4 = false + +NetworkCellularInterfaceList = pdp,rmnet,seth_td,seth_w |