Re: Searching for documentation how to add an interface to a bridge via DBus API

2017-12-08 Thread thilo.ceston...@ts.fujitsu.com
Hi Thomas, thanks for your answer. Works! :) Cheers, Thilo Am Freitag, den 08.12.2017, 08:11 +0100 schrieb Thomas Haller: > On Thu, 2017-12-07 at 15:55 +, thilo.ceston...@ts.fujitsu.com > wrote: > > Hi! > > > > So I found the settings.connection interface and can delete a > > existing > > e

Re: Searching for documentation how to add an interface to a bridge via DBus API

2017-12-07 Thread Thomas Haller
On Thu, 2017-12-07 at 15:55 +, thilo.ceston...@ts.fujitsu.com wrote: > Hi! > > So I found the settings.connection interface and can delete a > existing > ethernet <=> bridge connection. > > So adding a connection is probably what I want. > > Is it sufficient to create a dict with e.g. "id"=>

Re: Searching for documentation how to add an interface to a bridge via DBus API

2017-12-07 Thread thilo.ceston...@ts.fujitsu.com
Hi! So I found the settings.connection interface and can delete a existing ethernet <=> bridge connection. So adding a connection is probably what I want. Is it sufficient to create a dict with e.g. "id"=>"eth0" and "master"=>"br0" to create a connection of the ethernet device eth0 to the bridge

Searching for documentation how to add an interface to a bridge via DBus API

2017-12-07 Thread thilo.ceston...@ts.fujitsu.com
Hi all! I'm trying to add an ethernet device to a bridge via DBus API. gdbus-codegen generated me three functions for a bridge device: network_manager_device_bridge_get_slaves network_manager_device_bridge_dup_slaves network_manager_device_bridge_set_slaves get_slaves and dup_slaves working we