Hi Sergey,
On Thu, Jan 30, 2020 at 05:13:04PM +0300, Sergey Organov wrote:
The question is: how do I get Ethernet service configuration and/or
re-configure it when there is no cable connected; for example, how do I
change configuration so that at the next connect of the cable the
service would use static IPv4 instead of DHCP?
For configuering non-existing networks you need to provision it. This
means you need to write a provisiong file for this. There is no D-Bus
interface for this. See the config-format.txt documentation:
https://git.kernel.org/pub/scm/network/connman/connman.git/tree/doc/confi...
Thanks,
Daniel