summaryrefslogtreecommitdiff
path: root/src/nm-dispatcher.h
diff options
context:
space:
mode:
authorAtul Anand <atulhjp@gmail.com>2016-08-16 05:55:58 +0530
committerThomas Haller <thaller@redhat.com>2016-10-04 11:44:44 +0200
commit86d4573baa74048e67fd1a28d07ee323cf9c8556 (patch)
tree3ae6af545ac619adf0330920ea673b510024deee /src/nm-dispatcher.h
parentfd0b9ab58337552a122e1b3d63818633122f118d (diff)
downloadNetworkManager-86d4573baa74048e67fd1a28d07ee323cf9c8556.tar.gz
src: Fixes to add Proxy Feature
src: Fixes in nm-device.c and nm-vpn-connection.c 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.
Diffstat (limited to 'src/nm-dispatcher.h')
-rw-r--r--src/nm-dispatcher.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nm-dispatcher.h b/src/nm-dispatcher.h
index 62818c4563..7ea1a6b8ae 100644
--- a/src/nm-dispatcher.h
+++ b/src/nm-dispatcher.h
@@ -61,6 +61,7 @@ gboolean nm_dispatcher_call_vpn (DispatcherAction action,
NMConnection *applied_connection,
NMDevice *parent_device,
const char *vpn_iface,
+ NMProxyConfig *vpn_proxy_config,
NMIP4Config *vpn_ip4_config,
NMIP6Config *vpn_ip6_config,
DispatcherFunc callback,
@@ -72,6 +73,7 @@ gboolean nm_dispatcher_call_vpn_sync (DispatcherAction action,
NMConnection *applied_connection,
NMDevice *parent_device,
const char *vpn_iface,
+ NMProxyConfig *vpn_proxy_config,
NMIP4Config *vpn_ip4_config,
NMIP6Config *vpn_ip6_config);