commit | 943cd54b1ff7d5c80e426dceb46fae0771449a78 | [log] [tgz] |
---|---|---|
author | Thiago Santos <thiago@waltznetworks.com> | Fri Jan 13 13:05:09 2017 -0300 |
committer | Thomas Vachuska <tom@onlab.us> | Wed Feb 22 00:22:29 2017 +0000 |
tree | c58d2bbe6b04496a3d4111d0692b6e700761ebd3 | |
parent | e4a6100b96bb1708449fea746f69a90abcc46891 [diff] |
[ONOS-5853] FlowRuleBuilder: automatically set temp/perm field Add a new method to the interface to allow setting the idle timeout directly and it will automatically decide if the rule is permanent or temporary. Currently the rules created from OF switches would always be made temporary, even if the idle-timeout was 0. This would cause ONOS FlowRuleManager to believe they had expired and would remove them. To reproduce set up a cluster and make a device change mastership, the new master would have all rules as temporary, even the ones that were permanent previously on the first master. Change-Id: I6bca5ba4d0e2194efad21a98cbcd0ab040977f03
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.