mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Do not try to generate rules for the known interface groups or should we?
This commit is contained in:
parent
2867fa7be2
commit
9a12451b3a
@ -282,6 +282,8 @@ function filter_generate_scrubing()
|
||||
|
||||
/* disable scrub option */
|
||||
foreach ($FilterIflist as $scrubif => $scrubcfg) {
|
||||
if (in_array($scrubif, array("pppoe", "pptp", "enc0", "openvpn" /*, "lt2p", "ppp" */)))
|
||||
continue;
|
||||
/* set up MSS clamping */
|
||||
if ($scrubcfg['mtu'] <> "" and is_numeric($scrubcfg['mtu']))
|
||||
$mssclamp = "max-mss " . (intval($scrubcfg['mtu'] - 40));
|
||||
@ -2892,4 +2894,4 @@ function return_vpn_subnet($adr)
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user