Revision 74eaabbb
Added by Ermal Luçi over 10 years ago
etc/inc/upgrade_config.inc | ||
---|---|---|
3746 | 3746 |
|
3747 | 3747 |
$config['ipsec']['client']['dns_split'] = |
3748 | 3748 |
preg_replace('/\s*,\s*/', ' ', trim($config['ipsec']['client']['dns_split'])); |
3749 |
|
|
3750 |
$config['ipsec']['shuntlaninterfaces'] = true; |
|
3749 | 3751 |
} |
3750 | 3752 |
|
3751 | 3753 |
function upgrade_117_to_118() { |
Also available in: Unified diff
Upgraded configurations should keep the default configuration of bypassing lan from ipsec. Ticket #4504