Hi,

v2:
- changing patch 7 (now called patch 1), to use g_new0() instead
  of g_try_new0() so that program aborts if allocation of small
  memory area fails.

v1:
VPN does not handle restart case properly. When the VPN connection
is disconnected because of network glitches, it needs to be restarted.
Then we must make sure that if the IP address changes, the old address
is removed properly and new IP address and routes are set for the VPN.


Cheers,
Jukka


Jukka Rissanen (3):
  ipaddress: Add support function that copies the whole IP address
    struct
  vpn-provider: Set IP address properly when restarting VPN connection
  ipconfig: No need to remove the gateway when adding new one

 include/ipaddress.h |  1 +
 src/ipaddress.c     | 23 +++++++++++++++++++++--
 src/ipconfig.c      |  2 --
 vpn/plugins/vpn.c   | 25 +++++++++++++++++++++++++
 vpn/vpn-provider.c  | 36 +++++++++++++++++++++++++++++-------
 5 files changed, 76 insertions(+), 11 deletions(-)

-- 
1.8.3.1

_______________________________________________
connman mailing list
[email protected]
https://lists.connman.net/mailman/listinfo/connman

Reply via email to