This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
onos
Watch
1
Star
0
Fork
0
You've already forked onos
mirror of
https://github.com/opennetworkinglab/onos.git
synced
2025-10-16 18:02:05 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
onos
/
core
History
Simon Hunt
cfef6f9963
ONOS-6833: UiPreferencesService: augment to include getPreferences(username, prefsKey)
...
Change-Id: I583ba8cb4b49d32cc94313143ee9b152d87b1086
2017-07-25 16:58:53 -07:00
..
api
ONOS-6833: UiPreferencesService: augment to include getPreferences(username, prefsKey)
2017-07-25 16:58:53 -07:00
common
Starting snapshot 1.11.0-SNAPSHOT
2017-07-20 15:46:52 -07:00
net
ONOS controls the packet count field from flow statistics to check flow liveness, but some switches (such as Pica8) do not support packet count field of the flow statistics. Pica8 switch sends "-1" as the packet count. Even though packets match flow rules, when the idle-timeout time is up, ONOS deletes these rules based on the packet count field anyways. Therefore, just checking the packet count field is not enough for this situation. Pica8 sends byte count properly. If ONOS checks both packet and byte count, this problem will be solved. I would like to add byte count check to FlowRuleManager - checkRuleLiveness method.
2017-07-25 23:13:54 +00:00
security
Starting snapshot 1.11.0-SNAPSHOT
2017-07-20 15:46:52 -07:00
store
Starting snapshot 1.11.0-SNAPSHOT
2017-07-20 15:46:52 -07:00
pom.xml
Starting snapshot 1.11.0-SNAPSHOT
2017-07-20 15:46:52 -07:00