[gnomeweb-wml] NM: update 0.7 settings spec



commit 2b616deee7d1cf8994cf94402e5b1cb77a8c288e
Author: Dan Williams <dcbw redhat com>
Date:   Thu Apr 8 12:14:32 2010 -0700

    NM: update 0.7 settings spec

 .../developers/settings-spec-07.html               |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/projects.gnome.org/NetworkManager/developers/settings-spec-07.html b/projects.gnome.org/NetworkManager/developers/settings-spec-07.html
index db13112..b423b2d 100644
--- a/projects.gnome.org/NetworkManager/developers/settings-spec-07.html
+++ b/projects.gnome.org/NetworkManager/developers/settings-spec-07.html
@@ -1,6 +1,6 @@
 <html>
 <head>
-<title>NetworkManager 0.7.1.998 Settings Specification</title></head>
+<title>NetworkManager 0.7.2.996 Settings Specification</title></head>
 <body>
 <p><h2>Setting name: '802-1x'</h2></p>
 <table cellspacing=10 border=0 cellpadding=2>
@@ -199,7 +199,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>
@@ -260,13 +260,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 (currently unused)</td>
 </tr>
 <tr align=left valign=top>
@@ -370,7 +370,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>
@@ -522,25 +522,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>
@@ -620,7 +620,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]