mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix typo: Pointy-hat-to: ?!
This commit is contained in:
parent
c50da17942
commit
37be3402f0
@ -74,7 +74,7 @@ function flowtable_configure() {
|
||||
mwexec("/sbin/sysctl net.inet.flowtable.nmbflows={$config['system']['maximumstates']}");
|
||||
mwexec("/sbin/sysctl net.inet.ip.output_flowtable_size={$nmbflows}");
|
||||
}
|
||||
mwexec("/sbin/sysctl net.inet.flowtable.emable={$flowtable_enable}");
|
||||
mwexec("/sbin/sysctl net.inet.flowtable.enable={$flowtable_enable}");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user