Revision 3b6ad495
Added by Renato Botelho over 5 years ago
tools/templates/core_pkg/rc/metadir/+INSTALL | ||
---|---|---|
9 | 9 |
_value=$(/usr/local/sbin/read_xml_tag.sh string \ |
10 | 10 |
system/maximumtableentries) |
11 | 11 |
if [ -z "${_value}" ]; then |
12 |
_value=$(/sbin/pfctl -sm 2>/dev/null | \
|
|
13 |
/usr/bin/awk '/table-entries/ {print $4};')
|
|
12 |
# Default value is minimumtableentries_bogonsv6 from globals.inc
|
|
13 |
_value="400000"
|
|
14 | 14 |
fi |
15 | 15 |
|
16 | 16 |
if [ -z "${_value}" ]; then |
Also available in: Unified diff
Fix #10254: Default value is minimumtableentries_bogonsv6 from globals.inc