diff options
author | Patrik Flykt <patrik.flykt@linux.intel.com> | 2012-10-17 13:34:22 +0300 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2012-10-18 13:26:43 +0300 |
commit | 67d8629f4abc46433ea82e68b90ecb412611d6b7 (patch) | |
tree | c1bd247796d4dc6b502c8f228e7fb635e0c1815b | |
parent | dd366065028aacf05817e4f2dc4d65c52935b28d (diff) | |
download | connman-67d8629f4abc46433ea82e68b90ecb412611d6b7.tar.gz connman-67d8629f4abc46433ea82e68b90ecb412611d6b7.tar.bz2 connman-67d8629f4abc46433ea82e68b90ecb412611d6b7.zip |
main.conf: Update preferred technology description
-rw-r--r-- | src/main.conf | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/main.conf b/src/main.conf index 67275dab..8c2f2def 100644 --- a/src/main.conf +++ b/src/main.conf @@ -44,12 +44,13 @@ # one to the least preferred one separated by commas ",". # Services of the listed technology type will be tried one # by one in the order given, until one of them gets connected -# with state 'online' or they are all tried. A service of a -# preferred technology type in state 'ready' will get the -# default route when compared to a non-preferred type; a -# service of a preferred technology type in state 'online' -# will get the default route when compared to either a -# non-preferred type or a preferred type in state 'ready'. +# or they are all tried. A service of a preferred technology +# type in state 'ready' will get the default route when +# compared to another preferred type further down the list +# with state 'ready' or with a non-preferred type; a service +# of a preferred technology type in state 'online' will get +# the default route when compared to either a non-preferred +# type or a preferred type further down in the list. # PreferredTechnologies = # List of blacklisted network interfaces separated by ",". |