[gnomeweb-wml] NM: fix default values in 0.8 settings specification



commit 57e3afeec87dcc129dc897058107df91f6e69a23
Author: Dan Williams <dcbw redhat com>
Date:   Tue Apr 6 00:49:41 2010 -0700

    NM: fix default values in 0.8 settings specification

 .../developers/settings-spec-08.html               |   32 ++++++++++----------
 1 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/projects.gnome.org/NetworkManager/developers/settings-spec-08.html b/projects.gnome.org/NetworkManager/developers/settings-spec-08.html
index 2350476..4cdd100 100644
--- a/projects.gnome.org/NetworkManager/developers/settings-spec-08.html
+++ b/projects.gnome.org/NetworkManager/developers/settings-spec-08.html
@@ -1,6 +1,6 @@
 <html>
 <head>
-<title>NetworkManager 0.7.996 Settings Specification</title></head>
+<title>NetworkManager 0.8 Settings Specification</title></head>
 <body>
 <p><h2>Setting name: '802-1x'</h2></p>
 <table cellspacing=10 border=0 cellpadding=2>
@@ -213,7 +213,7 @@
 <td><strong>uuid</strong></td>
 <td>string</td>
 <td></td>
-<td>Universally unique connection identifier.  Must be in the format '2815492f-7e56-435e-b2e9-246bd7cdc664' (ie, contains only hexadecimal characters and '-'). The UUID should be assigned when the connection is created and never changed as long as the connection stilla pplies to the same network.  For example, it should not be changed when the user changes the connection's 'id', but should be recreated when the WiFi SSID, mobile broadband network provider, or the connection type changes.</td>
+<td>Universally unique connection identifier.  Must be in the format '2815492f-7e56-435e-b2e9-246bd7cdc664' (ie, contains only hexadecimal characters and '-'). The UUID should be assigned when the connection is created and never changed as long as the connection still applies to the same network.  For example, it should not be changed when the user changes the connection's 'id', but should be recreated when the WiFi SSID, mobile broadband network provider, or the connection type changes.</td>
 </tr>
 <tr align=left valign=top>
 <td><strong>type</strong></td>
@@ -224,7 +224,7 @@
 <tr align=left valign=top>
 <td><strong>autoconnect</strong></td>
 <td>boolean</td>
-<td>FALSE</td>
+<td>TRUE</td>
 <td>If TRUE, NetworkManager will activate this connection when its network resources are available.  If FALSE, the connection must be manually activated by the user or some other mechanism.</td>
 </tr>
 <tr align=left valign=top>
@@ -285,13 +285,13 @@
 <tr align=left valign=top>
 <td><strong>network-type</strong></td>
 <td>int32</td>
-<td>0</td>
+<td>-1</td>
 <td>Network preference to force the device to only use specific network technologies.  The permitted values are: -1: any, 0: 3G only, 1: GPRS/EDGE only, 2: prefer 3G, and 3: prefer 2G.  Note that not all devices allow network preference control.</td>
 </tr>
 <tr align=left valign=top>
 <td><strong>band</strong></td>
 <td>int32</td>
-<td>0</td>
+<td>-1</td>
 <td>Band (DEPRECATED and UNUSED)</td>
 </tr>
 <tr align=left valign=top>
@@ -309,7 +309,7 @@
 <tr align=left valign=top>
 <td><strong>allowed-bands</strong></td>
 <td>uint32</td>
-<td>0</td>
+<td>1</td>
 <td>Bitfield of allowed frequency bands.  Note that not all devices allow frequency band control.</td>
 </tr>
 </table><br/>
@@ -365,7 +365,7 @@
 <td><strong>ignore-auto-dns</strong></td>
 <td>boolean</td>
 <td>FALSE</td>
-<td>When the method is set to 'auto' and this property to TRUE, automatically configured nameservers and search domains are ignored and only namservers and search domains specified in the 'dns' and 'dns-search' properties, if any, are used.</td>
+<td>When the method is set to 'auto' and this property to TRUE, automatically configured nameservers and search domains are ignored and only nameservers and search domains specified in the 'dns' and 'dns-search' properties, if any, are used.</td>
 </tr>
 <tr align=left valign=top>
 <td><strong>dhcp-client-id</strong></td>
@@ -408,7 +408,7 @@
 <td><strong>method</strong></td>
 <td>string</td>
 <td></td>
-<td>IPv6 configuration method.  If 'auto' is specified then the appropriate automatic method (DHCP, PPP, advertisement, etc) is used for the device and most other properties can be left unset.  If 'link-local' is specified, then an IPv6 link-local address will be assigned to the interface.  If 'manual' is specified, static IP addressing is used and at least one IP address must be given in  the 'addresses' property.  If 'ignored' is specified, IPv6 configuration is not done. This property must be set.  NOTE: DHCP configuration and the 'shared' method are not yet supported.</td>
+<td>IPv6 configuration method.  If 'auto' is specified then the appropriate automatic method (PPP, router advertisement, etc) is used for the device and most other properties can be left unset.  To force the use of DHCP only, specify 'dhcp'; this method is only valid for ethernet-based hardware.  If 'link-local' is specified, then an IPv6 link-local address will be assigned to the interface.  If 'manual' is specified, static IP addressing is used and at least one IP address must be given in  the 'addresses' property.  If 'ignored' is specified, IPv6 configuration is not done. This property must be set.  NOTE: the 'shared' methodis not yet supported.</td>
 </tr>
 <tr align=left valign=top>
 <td><strong>dns</strong></td>
@@ -438,13 +438,13 @@
 <td><strong>ignore-auto-routes</strong></td>
 <td>boolean</td>
 <td>FALSE</td>
-<td>When the method is set to 'auto' and this property to TRUE, automatically configured routes are ignored and only routes specified in the 'routes' property, if any, are used.</td>
+<td>When the method is set to 'auto' or 'dhcp' and this property is set to TRUE, automatically configured routes are ignored and only routes specified in the 'routes' property, if any, are used.</td>
 </tr>
 <tr align=left valign=top>
 <td><strong>ignore-auto-dns</strong></td>
 <td>boolean</td>
 <td>FALSE</td>
-<td>When the method is set to 'auto' and this property to TRUE, automatically configured nameservers and search domains are ignored and only namservers and search domains specified in the 'dns' and 'dns-search' properties, if any, are used.</td>
+<td>When the method is set to 'auto' or 'dhcp' and this property is set to TRUE, automatically configured nameservers and search domains are ignored and only nameservers and search domains specified in the 'dns' and 'dns-search' properties, if any, are used.</td>
 </tr>
 <tr align=left valign=top>
 <td><strong>never-default</strong></td>
@@ -499,7 +499,7 @@
 <tr align=left valign=top>
 <td><strong>noauth</strong></td>
 <td>boolean</td>
-<td>FALSE</td>
+<td>TRUE</td>
 <td>If TRUE, do not require the other side (usually the PPP server) to authenticate itself to the client.  If FALSE, require authentication from the remote side.  In almost all cases, this should be TRUE.</td>
 </tr>
 <tr align=left valign=top>
@@ -651,25 +651,25 @@
 <tr align=left valign=top>
 <td><strong>baud</strong></td>
 <td>uint32</td>
-<td>0</td>
+<td>57600</td>
 <td>Speed to use for communication over the serial port.  Note that this value usually has no effect for mobile broadband modems as they generally ignore speed settings and use the highest available speed.</td>
 </tr>
 <tr align=left valign=top>
 <td><strong>bits</strong></td>
 <td>uint32</td>
-<td>0</td>
+<td>8</td>
 <td>Byte-width of the serial communication.  The 8 in '8n1' for example.</td>
 </tr>
 <tr align=left valign=top>
 <td><strong>parity</strong></td>
 <td>gchar</td>
-<td>0</td>
+<td>110</td>
 <td>Parity setting of the serial port.  Either 'E' for even parity, 'o' for odd parity, or 'n' for no parity.</td>
 </tr>
 <tr align=left valign=top>
 <td><strong>stopbits</strong></td>
 <td>uint32</td>
-<td>0</td>
+<td>1</td>
 <td>Number of stop bits for communication on the serial port.  Either 1 or 2.  The 1 in '8n1' for example.</td>
 </tr>
 <tr align=left valign=top>
@@ -749,7 +749,7 @@
 <tr align=left valign=top>
 <td><strong>auto-negotiate</strong></td>
 <td>boolean</td>
-<td>FALSE</td>
+<td>TRUE</td>
 <td>If TRUE, allow auto-negotiation of port speed and duplex mode.  If FALSE, do not allow auto-negotiation,in which case the 'speed' and 'duplex' properties should be set.</td>
 </tr>
 <tr align=left valign=top>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]