branch: master
commit bb68ed57fb8bd036c41c973d7162b17a79ad2e62
Author: Ian D <du...@gnu.org>
Commit: Ian D <du...@gnu.org>

    Added ignore rules for byte compiled files.
---
 .bzrignore      |  1 +
 doc/nm-dbus.txt | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/.bzrignore b/.bzrignore
new file mode 100644
index 0000000..c531d98
--- /dev/null
+++ b/.bzrignore
@@ -0,0 +1 @@
+*.elc
diff --git a/doc/nm-dbus.txt b/doc/nm-dbus.txt
index 89aa5a9..2d49ab0 100644
--- a/doc/nm-dbus.txt
+++ b/doc/nm-dbus.txt
@@ -354,3 +354,37 @@ Settings/0:
   </interface>
 </node>
 "
+
+GetSettings: (a{sa{sv}})
+(("connection"
+  (("id"
+    ("Wired connection 1"))
+   ("uuid"
+    ("68ef4936-b67f-4973-bd31-84ce745f3150"))
+   ("timestamp"
+    (1414346232))
+   ("type"
+    ("802-3-ethernet"))))
+ ("ipv4"
+  (("addresses"
+    (nil))
+   ("dns"
+    (nil))
+   ("method"
+    ("auto"))
+   ("routes"
+    (nil))))
+ ("802-3-ethernet"
+  (("s390-options"
+    (nil))
+   ("mac-address"
+    ((92 249 221 62 23 118)))))
+ ("ipv6"
+  (("addresses"
+    (nil))
+   ("dns"
+    (nil))
+   ("method"
+    ("auto"))
+   ("routes"
+    (nil)))))

Reply via email to