Re: Creating NetworkManager connections via DBus API

2014-07-07 Thread Stuart Longland
On 08/07/14 07:56, Dan Williams wrote: >> and so the 'connection' bit would be mandatory, and you might have *one* >> > each of the other setting types? > The "type" setting (eg 803-3-ethernet, 802-11-wireless, gsm, cdma, > bluetooth, etc) is required too. The 'type' setting and the > 'connection'

Re: [PATCH 1/1] service: only attempt to load the 'tun' modules if necessary

2014-07-07 Thread Dan Williams
On Fri, 2014-07-04 at 16:27 +0200, Thomas Haller wrote: > 'tun' support might be compiled into the kernel, thus modprobe will > always fail. > > https://mail.gnome.org/archives/networkmanager-list/2014-July/msg00014.html > > Signed-off-by: Thomas Haller Looks good to me. Dan > --- > src/nm-o

Re: ANN: NetworkManager 0.9.10 released

2014-07-07 Thread Dan Williams
On Mon, 2014-07-07 at 08:24 -0400, Derek Atkins wrote: > Hey Dan, > > Congrats, and excellent work! > > Quick question on your 1.0 planning -- has VPN split-DNS with local > caching ever made it back into NM? Back in the day it was working with > named but it was dropped due to the difficulty in

Re: Creating NetworkManager connections via DBus API

2014-07-07 Thread Dan Williams
On Tue, 2014-07-08 at 05:55 +1000, Stuart Longland wrote: > Hi Dan, > On 08/07/14 02:55, Dan Williams wrote: > > As thomas already mentioned, these should be covered in the API > > documentation that he linked. Note that IPv4 addresses are arrays of > > uint32 (address/prefix/optional gateway) and

Re: Creating NetworkManager connections via DBus API

2014-07-07 Thread Stuart Longland
Hi Dan, On 08/07/14 02:55, Dan Williams wrote: > As thomas already mentioned, these should be covered in the API > documentation that he linked. Note that IPv4 addresses are arrays of > uint32 (address/prefix/optional gateway) and IPv4 routes are too > (network/prefix/next-hop/metric). The addres

Re: ANN: NetworkManager 0.9.10 released

2014-07-07 Thread Derek Atkins
Hey Dan, Congrats, and excellent work! Quick question on your 1.0 planning -- has VPN split-DNS with local caching ever made it back into NM? Back in the day it was working with named but it was dropped due to the difficulty in maintaining the named dbus interface patch. I missed that feature f

Re: Creating NetworkManager connections via DBus API

2014-07-07 Thread Dan Williams
On Fri, 2014-07-04 at 11:51 +1000, Stuart Longland wrote: > Hi Dan, > On 04/07/14 10:51, Dan Williams wrote: > > On Fri, 2014-07-04 at 09:18 +1000, Stuart Longland wrote: > >> But how do I encode my address settings in a Settings.Connection object? > >> Where do I find a list of the settings and t