mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
server nat is no longer needed
This commit is contained in:
parent
dcf9eb1699
commit
e82f32ef5e
@ -644,6 +644,8 @@ function convert_config() {
|
||||
}
|
||||
unset($config['installedpackages']['carp']);
|
||||
}
|
||||
/* Server NAT is no longer needed */
|
||||
unset($config['nat']['servernat']);
|
||||
|
||||
$config['version'] = "1.8";
|
||||
}
|
||||
@ -1226,4 +1228,4 @@ function start_devd() {
|
||||
exec("/sbin/devd");
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user