mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
set the default idle timeout to 0 (= disable), because pacf actually
does not directly support this concept. If someone wants idle timeouts, they can just re-enable them with a redef.
This commit is contained in:
parent
3bd513785f
commit
2f1ebed2e9
2 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@ export {
|
|||
type OfConfig: record {
|
||||
monitor: bool &default=T;
|
||||
forward: bool &default=T;
|
||||
idle_timeout: count &default=60;
|
||||
idle_timeout: count &default=0;
|
||||
table_id: count &optional;
|
||||
priority_offset: int &default=+0; ##< add this to all rule priorities. Can be useful if you want the openflow priorities be offset from the pacf priorities without having to write a filter function.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue