1. ed4fdcd Remove redundant interface object from interface configuration by Jonathan Hart · 9 years ago
  2. e8bcb70 Changing version to back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  3. 004345f Tagging 1.3.0-rc1 by Brian O'Connor · 9 years ago 1.3.0-rc1
  4. 0a400ea Adding ability for Config to be backed by generic JsonNode, i.e. either ObjectNode or ArrayNode. by Thomas Vachuska · 9 years ago
  5. c61d2d1 Added getter needed for a usage in onos-app-samples by Aaron Kruglikov · 9 years ago
  6. 2fff70f [ONOS-2233] Implement of Tunnel monitoring, measurement and observation by chengfan · 9 years ago
  7. a3c3f75 [ONOS-2233] Tunnel monitoring, measurement and observation by chengfan · 9 years ago
  8. 4cb3988 Moved ProxyArp, SDN-IP and BgpRouter to use new config format. by Jonathan Hart · 9 years ago
  9. 4998caa ONOS-2488 Finished moving network config stuff out of the incubator area. by Thomas Vachuska · 9 years ago
  10. 392e8f9 [ONOS-2096] Let GUI support tunnel by chengfan · 9 years ago
  11. e1248b6 Adding tests for meter service. by alshabib · 9 years ago
  12. 5eb7939 Added Meter object accounting by alshabib · 9 years ago
  13. 58fe6dc fixes for Meter Service by alshabib · 9 years ago
  14. 10c810b added treatment support and conversion to an instruction by alshabib · 9 years ago
  15. a412236 ONOS-2190 - Move org.onosproject.net.config.* out of the incubator by Ray Milkey · 9 years ago
  16. eadfc8e Moving meter store implementation to use map events by alshabib · 9 years ago
  17. 7bb0501 Initial implementation of Meter Service (needs testing) by alshabib · 9 years ago
  18. a29c677 Added RetryingFunction for simplified retry support. by Madan Jampani · 9 years ago
  19. af0454b Cosmetics in Javadoc by Sho SHIMIZU · 9 years ago
  20. c156dd0 Use mastershipService instead of replicaInfoService to determine device mastership by Madan Jampani · 9 years ago
  21. 3d6a2f6 ONOS-2429: Support for a relaxed read consistency mode in ConsistentMap by Madan Jampani · 9 years ago
  22. 632f16b Destroy ECMap instances on deactivate by Madan Jampani · 9 years ago
  23. eb8c947 Created InterfaceService which maintains an inventory of interfaces by Jonathan Hart · 9 years ago
  24. f7f8cd4 [ONOS-2550]Fix validation incorrect information bugs of TunnelManager by samuel · 9 years ago
  25. cc260d2 link config operator by Ayaka Koshibe · 9 years ago
  26. e39c23a Notion of config operators: by Ayaka Koshibe · 9 years ago
  27. 810f7a6 Adding NetworkConfigRegistryAdapter for writing Unit Tests for DHCP by samanwita pal · 9 years ago
  28. b1ffb00 device config operator by Ayaka Koshibe · 9 years ago
  29. ae9faf1 Unit tests for the Network Config Manager class by Ray Milkey · 9 years ago
  30. dbbd87b Fix javadoc error by Ray Milkey · 9 years ago
  31. 1d2bc40 moving meter service to incubator and initial implementation of meter manager. by alshabib · 9 years ago
  32. 0a4f6c3 Use the correct key when unregistering a config factory by Ray Milkey · 9 years ago
  33. 6224a19 Added retry to the config store, to recover from CM timeout exception. by Thomas Vachuska · 9 years ago
  34. 6f44033 ONOS-2431 - Unit tests for DistributedNetworkConfigStore by Ray Milkey · 9 years ago
  35. 59a9285 Adding experimental tunnel primitive and small API tweaks by Brian O'Connor · 9 years ago
  36. 75dc889 Adding fractal mininet topo and domain config json by Brian O'Connor · 9 years ago
  37. 5f2cbe6 Added retry to the config store, to recover from CM timeout exception. by Thomas Vachuska · 9 years ago
  38. 2cfc65c Config entities for Optical ports and unit test. by Ayaka Koshibe · 9 years ago
  39. d894b5d Fixing javadoc warnings, provided missing package javadocs and corrected group structure. by Thomas Vachuska · 9 years ago
  40. 42e8cce Adding some base-classes to eliminate event and listener boiler-plate code throughout a number of subsystems. by Thomas Vachuska · 9 years ago
  41. ce2d8b5 Initial implementation of the intent domain manager by Brian O'Connor · 9 years ago
  42. b7baf71 Initial sketch of intent domains. by Brian O'Connor · 9 years ago
  43. 3a0cdd5 Devices,hosts, and links can be blocked and kicked off with the network configuration api by Sahil Lele · 9 years ago
  44. 9bb9168 ONOS-2197 Enabling Cofiguration Services to be used in DHCP App. by samanwita pal · 9 years ago
  45. a598c9e Minor refactoring for readiability and addition of comments. by Aaron Kruglikov · 9 years ago
  46. bd1eb3f Adding support for configurations added after the Net Config Loader has loaded. by Aaron Kruglikov · 9 years ago
  47. 9fadbfc Fixed SubjectFactories to support app subject properly. by Thomas Vachuska · 9 years ago
  48. 111b42b Move address-bindings config to new config system by Jonathan Hart · 9 years ago
  49. e636022 Starting to add initial configuration loading. WIP by Thomas Vachuska · 9 years ago
  50. 7b438af Initial sketch of the virtual network constructs. by Thomas Vachuska · 9 years ago
  51. 0276a32 [ONOS-2374]Add getter method in IpTunnelEndPoint by samuel · 9 years ago
  52. 96d55b1 Implementing net config subsystem and revising its interfaces. by Thomas Vachuska · 9 years ago
  53. 7583b95 Fixed duplicate dependency in incubator/net/pom.xml by Thomas Vachuska · 9 years ago
  54. 42afe18 Adding @Beta to PortStatisticsService by Brian O'Connor · 9 years ago
  55. 2bed5ce Adding @Beta to TunnelService and associated API classes by Brian O'Connor · 9 years ago
  56. 893b922 Adding @Beta to LabelResourceService and other interfaces in API package by Brian O'Connor · 9 years ago
  57. bcf1a48 Removed ClockService<K, V> and replaced its usage with a BiFunction<K, V, Timestamp> by Madan Jampani · 9 years ago
  58. c97aa61 ONOS-1793 Moved trivial stores to onos-core-common/src/test; onos-core-trivial is no longer. by Thomas Vachuska · 9 years ago
  59. 35dc0f2 [ONOS-2096]Revert useless modifies by cheng fan · 9 years ago
  60. 8c1ccca Segment Routing ONS demo:Traffic visualization fixes by Srikanth Vavilapalli · 9 years ago
  61. afc2d7d Starting snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  62. a78abfc Tagging 1.2.0 by Brian O'Connor · 9 years ago 1.2.0
  63. 78baf58 Segment Routing ONS demo fixes: Includes traffic visualization fix by Srikanth Vavilapalli · 9 years ago
  64. 204cb6c Fixing port stats rate calculation. by Thomas Vachuska · 9 years ago
  65. 028ddb9 Fixing an issue where stale port stats could be reported when collector stops or negative load reported when device counters overflow or glitch. by Thomas Vachuska · 9 years ago
  66. 3350390 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  67. 75aed40 Tagging 1.2.0-rc2 by Brian O'Connor · 9 years ago 1.2.0-rc2
  68. d910a5c Fixing port-stats DBZ by Thomas Vachuska · 9 years ago
  69. f0397b5 GUI -- Added port-statistics traffic visualization to the topo view. by Thomas Vachuska · 9 years ago
  70. 7a5691a [ONOS-1959][ONOS-2007][ONOS-2008][ONOS-2009][ONOS-2010][ONOS-2011][ONOS-2016][ONOS-2017][ONOS-2018] by samuel · 9 years ago
  71. 30a412d Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  72. 608e03a Tagging 1.2.0-rc1 by Brian O'Connor · 9 years ago 1.2.0-rc1
  73. b0ca8c5 Fixing javadocs. by Thomas Vachuska · 9 years ago
  74. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  75. bf916ea Moved Tunnel subsystem to ONOS core incubator area. by Thomas Vachuska · 9 years ago
  76. ba082b8 Removing hazelcat dependency throughout. by Thomas Vachuska · 9 years ago
  77. e2b7e7e Added @Beta annotations to the network configuration API. by Thomas Vachuska · 9 years ago
  78. d24aa7f Renaming 'exp' to 'incubator'. by Thomas Vachuska · 9 years ago