summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-01 18:46:00 -0300
committerRenato Botelho <renato@netgate.com>2016-08-01 18:46:00 -0300
commit5240e07145b6742a4f6d0426b9b398ab20197cd8 (patch)
tree3ce8b4d9e622bb9121a6e052a3cc493b32eca045
parent9543affb27843f437d7346466632526aca160495 (diff)
parentf39ea4c414e916a9c026d0b1f2d631848a5536fb (diff)
downloadpfsense-5240e07145b6742a4f6d0426b9b398ab20197cd8.zip
pfsense-5240e07145b6742a4f6d0426b9b398ab20197cd8.tar.gz
Merge pull request #3074 from phil-davis/gwredir
-rw-r--r--src/etc/inc/openvpn.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/etc/inc/openvpn.inc b/src/etc/inc/openvpn.inc
index ecf84d0..22294f3 100644
--- a/src/etc/inc/openvpn.inc
+++ b/src/etc/inc/openvpn.inc
@@ -1241,10 +1241,6 @@ function openvpn_resync_csc(& $settings) {
openvpn_add_dhcpopts($settings, $conf);
- if ($settings['gwredir']) {
- $conf .= "push \"redirect-gateway def1\"\n";
- }
-
openvpn_add_custom($settings, $conf);
/* Loop through servers, find which ones can use this CSC */
if (is_array($config['openvpn']['openvpn-server'])) {
OpenPOWER on IntegriCloud