Re: [PATCH v2 5/5] Fixes to update PacRunner at the right moment.



On Tue, 2016-07-12 at 17:57 +0530, Atul Anand wrote:
src/: Fixes in core to update PacRunner at the right place and moment.
When a device goes up PacRunner is configured with the Device IPxConfigs
and Proxy Config. When it goes down the same configuration is removed
from PacRunner.

ifcfg-rh: Fixed to read and write proxy settings to the ifcfg network
scripts.



                                      NULL);
+
+             /* Load PacRunner with VPN's config */
+             if (!nm_pacrunner_manager_send (nm_pacrunner_manager_get (),
+                                             priv->ip_iface,
+                                             priv->proxy_config,
+                                             priv->ip4_config,
+                                             priv->ip6_config))
+                     _LOGI ("Couldn't update pacrunner for %s", priv->ip_iface);

priv->proxy_config can be NULL here and probably in other places.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]