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:
Johanna Amann 2015-06-01 10:45:56 -07:00
parent 3bd513785f
commit 2f1ebed2e9
2 changed files with 6 additions and 6 deletions

View file

@ -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.