Hi All,
My requirement is something like this,
1. I want to have another connection with all the IP4 information to an interface/device( say, Ethernet).
2. And the client should be able to reach from outside through this newly added connection on the interface.
3. When there's a change in the active connection, i.e if client disconnects from Ethernet and connects through WiFi, I will be able add this connection( with modification of WiFi settings) to WiFi interface/device.
I have gone through and used the 'add-connection-libnm-glib.c' in examples/C/glib directory.