1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-24 20:27:22 +01:00

see #2288 Cisco ASA firewalls can be configured with invalid log interval set max allowed value of logging interval to 600

This commit is contained in:
Vadim Kurland 2011-04-08 19:08:46 -07:00
parent 0149bd0db5
commit 3333ea173f

View File

@ -1933,7 +1933,7 @@
<item>
<widget class="QSpinBox" name="pix_log_interval">
<property name="maximum">
<number>10000</number>
<number>600</number>
</property>
</widget>
</item>