Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
a4242debca337d6a11820335c9fe25cf555496e6
/
core
/
net
/
src
/
test
/
java
0a3bb1d9
Add unit tests for InstallCoordinating phase
by Sho SHIMIZU
· 10 years ago
892509a
Add unit tests for Compiling phase
by Sho SHIMIZU
· 10 years ago
43a2822
Refactor tests to use shared mock implementations
by Ray Milkey
· 10 years ago
5a7787a
Unit test for intent accumulator
by Ray Milkey
· 10 years ago
6c28f83
ONOS-1066: Move IntentCompilers to the dedicated package
by Sho SHIMIZU
· 10 years ago
b705217
Remove dependency on PointToPointIntentCompiler
by Sho SHIMIZU
· 10 years ago
0e73880
Move unit tests to PointToPointIntentCompilerTest
by Sho SHIMIZU
· 10 years ago
64a0369d
IntentInstaller: changing from Set to Collection to improve perf
by Brian O'Connor
· 10 years ago
1ee563a
Remove unnecessary non-null check assertions
by Sho SHIMIZU
· 10 years ago
71ade56
Refactor Intent subsystem to eliminate using FlowRuleBatchOperation
by Ray Milkey
· 10 years ago
cc53abd
Favor adapter classes over service interfaces in unit tests
by Ray Milkey
· 10 years ago
0247986
ONOS-1058 - Add application Id to intent withdraw command
by Ray Milkey
· 10 years ago
da36c40
ONOS-1057 - Remove references to deprecated applyBatch() method
by Ray Milkey
· 10 years ago
ed12ae5
ONOS-985: Sample integration test application for group subsystem
by Srikanth Vavilapalli
· 10 years ago
4b6019e
ONOS-631 #Initial MPLS intent implementation
by Michele Santuari
· 10 years ago
9f74c08
Fix intent manager unit tests
by Ray Milkey
· 10 years ago
47bc855
Updating SimpleIntentStore
by Brian O'Connor
· 10 years ago
4f5d93e
Fixes for ObjectiveTrackerTest and IntentServiceTest
by Ray Milkey
· 10 years ago
3af1386
Keys based on longs should display in hexadecimal
by Ray Milkey
· 10 years ago
4fd4ebb
Continue updating GossipIntentStore to new API.
by Jonathan Hart
· 10 years ago
f9af43c
Refactoring of IntentId based APIs
by Ray Milkey
· 10 years ago
5811ac2
Updating MockFlowRuleService with new semantics
by Brian O'Connor
· 10 years ago
877ec2c
Handle exception when compiling fails
by Sho SHIMIZU
· 10 years ago
2468502
Removed deprecated intent operations
by Ray Milkey
· 10 years ago
2da272b
Removed deprecated classes/interfaces
by Ray Milkey
· 10 years ago
b499b35
Updates to Intent Manager and store interface
by Brian O'Connor
· 10 years ago
24226a2
Start IntentOperations removal
by Ray Milkey
· 10 years ago
7ff0181
ONOS-944: Implemented a Group operation failure handler in GroupManger and SimpleGroupStore.
by sangho
· 10 years ago
72cb19a
Implementation of new Flow Subsystem:
by Brian O'Connor
· 10 years ago
1eab7d5
Add IPv6 HostManager test.
by Kunihiro Ishiguro
· 10 years ago
45c27c8
ONOS-895: Group manager implementation
by Srikanth Vavilapalli
· 10 years ago
aba9d00
Apply the naming convention to BatchOperationEntry
by Sho SHIMIZU
· 10 years ago
0ce220a
ONOS-426 - make the unit of Bandwidth clear
by Sho SHIMIZU
· 10 years ago
02aeb03
ONOS-542 Defining application subsystem interfaces & public constructs.
by Thomas Vachuska
· 10 years ago
c31d9f1
ONOS-745 Refactoring topology to compute only broadcast tree and not pre-compute paths.
by Thomas Vachuska
· 10 years ago
3466096
Fix typo in Javadoc comment
by Sho SHIMIZU
· 10 years ago
d7d1800
Prohibit null for resources field in Intent
by Sho SHIMIZU
· 10 years ago
6cd2f35
Implemented VLAN-to-VLAN routing support for SDN-IP.
by Jonathan Hart
· 10 years ago
f84591d
Don't flood ARP packets out the port they came in on.
by Jonathan Hart
· 10 years ago
3cfce8e
Moved default flows logic into the PacketManager.
by Jonathan Hart
· 10 years ago
d36a74b
Add explicit flow rules to receive control packets: ARP, LLDP, BDDP
by Pavlin Radoslavov
· 10 years ago
7c44c05
Unit tests for Objective Tracker
by Ray Milkey
· 10 years ago
ab98466
adding license to ALL files
by alshabib
· 10 years ago
e9a3e22
Add some test cases to Intent Manager tests
by Ray Milkey
· 10 years ago
abafb50
Changing org.onlab.onos package to org.onosproject
by Brian O'Connor
· 10 years ago
03defe7
Moving org/onlab/onos to org/onosproject
by Brian O'Connor
· 10 years ago
93508c2
Unit tests and manager changes for failure cases
by Ray Milkey
· 10 years ago
7a71d5d
Added WITHDRAW_REQ Intent State for ONOS-146
by Brian O'Connor
· 10 years ago
86f6f7f
Adding Leadership Listener to IntentBatchService
by Brian O'Connor
· 10 years ago
a9819bf
fix intent issues yuta observed
by alshabib
· 10 years ago
f1f2ac0
Construct GraphDescription with online/active Device/Link only
by Yuta HIGUCHI
· 10 years ago
e4b6bb2
Intents are now removed after being withdrawn.
by Thomas Vachuska
· 10 years ago
37f6a38
Unit test refactoring
by Ray Milkey
· 10 years ago
520c052
Changing Intent Ids to use explicit id assignment
by Brian O'Connor
· 10 years ago
bcac499
Flatten MastershipTermService
by Yuta HIGUCHI
· 10 years ago
427a176
Updating Intent Manager to deal with failures.
by Brian O'Connor
· 10 years ago
3908fde
Fix ONOS-151 to support installation of PointToPointIntent
by Sho SHIMIZU
· 10 years ago
00dd1f9
Fix for optical re-reoute
by Praseed Balakrishnan
· 10 years ago
78bcbc1
remove dependency on Devices for handling MastershipEvents
by Ayaka Koshibe
· 10 years ago
912bdd5
Adding configurability to the even accumulator for the topology provider.
by Thomas Vachuska
· 10 years ago
fa81eae
Refactored intent framework to deal with batches.
by Brian O'Connor
· 10 years ago
de8e6b5
WIP: Fix ONOS-151 bug that raises exception when the same switch is designated
by Sho SHIMIZU
· 10 years ago
c4100e9
Flow id test was in the wrong package
by Ray Milkey
· 10 years ago
506455f
Unit tests for FlowId class.
by Ray Milkey
· 10 years ago
02093df
Move unit tests to be in the same package as the classes they are testing
by Ray Milkey
· 10 years ago
930fc66
Add unit tests fir DefaultFlowEntry class
by Ray Milkey
· 10 years ago
1e20711
Unit tests for the DefaultFlowRule class
by Ray Milkey
· 10 years ago
8d3ce43
Unit Tests for Bandwidth and Lambda allocations
by Ray Milkey
· 10 years ago
40f50b9
Reenable tests cases that were turned off
by Ray Milkey
· 10 years ago
0c6e184
Trigger MastershipEvent on no more master case
by Yuta HIGUCHI
· 10 years ago
5b5dc48
Updated the ProxyArpManager to use Ip4Address instead of
by Pavlin Radoslavov
· 10 years ago
a887ba8
Refactored the HostStore to allow multiple MAC addresses bound to a single port
by Jonathan Hart
· 10 years ago
2fcb40c
FlowRule subsystem bugfixes
by Yuta HIGUCHI
· 10 years ago
3e848a8
add methods to directly set MacAddress
by Yuta HIGUCHI
· 10 years ago
5481532
Changed argument from Device -> DeviceId
by Yuta HIGUCHI
· 10 years ago
13c0b87
Add API in DeviceClock*Service to check if Timestamp can be issued.
by Yuta HIGUCHI
· 10 years ago
dfe6e3b
allow null Master in MastershipTerm
by Yuta HIGUCHI
· 10 years ago
52307e6
IpAddress and IpPrefix related cleanup:
by Pavlin Radoslavov
· 10 years ago
ef5a809
Merge remote-tracking branch 'origin/master'
by Thomas Vachuska
· 10 years ago
425a2d7
Modified intent compilers to only chose paths that are appropriate to the type of intent, i.e. packet or optical.
by Thomas Vachuska
· 10 years ago
e60d452
avoid transient changes to MastershipStore from being posted as events
by Ayaka Koshibe
· 10 years ago
4b52444
DistributedFlowRuleStore related fixes
by Yuta HIGUCHI
· 10 years ago
4f1a60c
Revised copyright message.
by Thomas Vachuska
· 10 years ago
444b519
Replaced the usage of IpPrefix with IpAddress in the context of
by Pavlin Radoslavov
· 10 years ago
e0f804a
Added application ID store; both trivial and distributed variants.
by Thomas Vachuska
· 10 years ago
33f228a
Replaced IpPrefix and IpAddress in the following methods
by Pavlin Radoslavov
· 10 years ago
76b0ae2
Work toward common IP address classes.
by Pavlin Radoslavov
· 10 years ago
dc09a3b
Fixed flaky HostMonitor unit tests.
by Jonathan Hart
· 10 years ago
76622d6
Merge branch 'optical_path_provisioner'
by weibit
· 10 years ago
50eb95b
packet-intent fail event will trigger the creation of lightpaths
by weibit
· 10 years ago
b62aab5
fix relinquishment behavior in SimpleMastershipStore
by Ayaka Koshibe
· 10 years ago
6a45616
FlowRuleManager is now fully batch based
by Madan Jampani
· 10 years ago
d26f57a
Refactoring in the unit test utility framework:
by Pavlin Radoslavov
· 10 years ago
936c49d
Added getCriterion method to TrafficSelector
by Jonathan Hart
· 10 years ago
31961c1
Resolving merge conflicts
by Madan Jampani
· 10 years ago
117aaae
Towards a distributed flow rule store
by Madan Jampani
· 10 years ago
0e752bd
Added link types of TUNNEL and OPTICAL.
by Thomas Vachuska
· 10 years ago
44521ec
Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
by alshabib
· 10 years ago
3d643ec
functional stats service
by alshabib
· 10 years ago
83e090e
Adding intent operations batch abstraction.
by Thomas Vachuska
· 10 years ago
Next »