Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
77e9b3325c3dfcd8639b150b9e24fb6344c83be3
/
apps
« Previous
156d780
Remove unnecessary string field.
by Yuta HIGUCHI
· 8 years ago
13f6515
Distributed topic primitive
by Madan Jampani
· 8 years ago
0de4ba9
Remove duplicate version specifications
by Yuta HIGUCHI
· 8 years ago
bc36560
Remove duplicate registration.
by Yuta HIGUCHI
· 8 years ago
3aeaf72
[ONOS-3159] fix a concurrency issue in DHCPRelay.java
by Lei Xu
· 8 years ago
844ee05
cherry pick [ONOS-5002] [ONOS-4986] defect fix in release bandwidth to master
by Priyanka B
· 8 years ago
b94f93b
Implement Oplink drivers for port adjacency
by yjimmyy
· 8 years ago
2cf8429
change a log level in AlarmProvider
by Michele Santuari
· 8 years ago
a2d9f49
[ONOS-4926] floating Ip flow rules handling when restarting ONOS
by sangho
· 8 years ago
f1af068
[ONOS-5094] Fix to update group bucket when a gateway node jumped to INCOMPLETE state
by Daniel Park
· 8 years ago
5064bac
Bumping version of onos-maven-plugin to 1.11-SNAPSHOT.
by Thomas Vachuska
· 8 years ago
9efba1e
Update ProtoBuf 3 & gRPC
by Yuta HIGUCHI
· 8 years ago
a09e1bb
Use Collection#forEach() instead of Stream#forEach() for simplicity
by Sho SHIMIZU
· 8 years ago
ef835c9
Make ResourceService API more flexible in parameter
by Sho SHIMIZU
· 8 years ago
2f011ad
A minor bug is fixed. configuration log for flow time out is not displayed 'seconds'
by Yoonseon Han
· 8 years ago
5a11e17
Refactored Kafka Application to simplify dependencies
by Shravan Ambati
· 8 years ago
63eeac3
Add ability for vRouter to reactively send packets to directly connected hosts.
by Jonathan Hart
· 8 years ago
3fdb9dd
cherry pick [ONOS-4986] [ONOS-4985] Json defect fix to master
by Priyanka B
· 8 years ago
d90dbc9
Simplify EventHistoryManager
by Yuta HIGUCHI
· 8 years ago
4d28773
[ONOS-5038] Bug fix for "pending_add" flow rules
by sangho
· 8 years ago
d4d8801
[ONOS-4930] Fix NPE from ScalableGateway caused by the event triggered before map creation
by Daniel Park
· 8 years ago
38351de
using subnet as lease/range selection criteria in DHCP Relay App, addressed review comments
by gaurav
· 8 years ago
264d957
Added a new test applications to monitor network configuration change events and log them.
by Thomas Vachuska
· 8 years ago
5c8f048
[ONOS-5060] Bug fix for pNAT handler in OpenstackRouting
by sangho
· 8 years ago
55e1798
Parameterize schedule period via component config
by sangyun-han
· 8 years ago
5aa480b
Fixed to add gateway node from ICMP handler also
by Hyunsun Moon
· 8 years ago
bd09d6e
[ONOS-4895] Add a method to get VirtualPort based on mac
by Phaneendra Manda
· 8 years ago
6504099
Added builder and more logs for VtnService and VtnPort
by Hyunsun Moon
· 8 years ago
e8468b5
ONOS Swagger Plugin
by Brian O'Connor
· 8 years ago
bb23e0b
Fix Javadoc warnings
by Ray Milkey
· 8 years ago
1d547bf
[ONOS-4513] decouple optical-model from CLI
by Yuta HIGUCHI
· 8 years ago
d95d590
[ONOS-4513] Move optical Intent compilers out to optical-model (3/3)
by Yuta HIGUCHI
· 8 years ago
b9af6b7
[ONOS-4691] Refactoring OpticalPortOperator (2/3)
by Yuta HIGUCHI
· 8 years ago
f3ead25
[ONOS-4513] Slice optical-model into separate bundle (1/3)
by HIGUCHI Yuta
· 8 years ago
1063c23
[ONOS-5030] Fix to gateway ip address in host annotation refers appropriate ip address
by Daniel Park
· 8 years ago
9c85794
Fix nativation function caused by AngularChart bump up
by Jian Li
· 8 years ago
3a02cda
ONOS-4975 Fixed potential for IOB exception in intent perf installer.
by Thomas Vachuska
· 8 years ago
b3eb84d
Refactored OpenstackRouting to support multiple gateway nodes
by Hyunsun Moon
· 8 years ago
bdfb5cb
Fix cpman Buck build
by Jonathan Hart
· 8 years ago
31da33a
ONOS learning-switch tutorial
by Zayne Khouja
· 8 years ago
f97e13d
[ONOS] duplicate tunnelname not allowed in PCE REST and WEB
by Priyanka B
· 8 years ago
f0f6eee
Fixing javadocs.
by Thomas Vachuska
· 8 years ago
f9a16ed
Fixed to not to create gateway group if it is already exists
by Hyunsun Moon
· 8 years ago
819d61d
Work queue improvements
by Madan Jampani
· 8 years ago
4755715
adds working buck file to BGPCEP provider
by Zayne Khouja
· 8 years ago
b977f56
[ONOS-4945] PCE Json fix
by Priyanka B
· 8 years ago
9ea8ecb
[ONOS] update command defect fix for cost type
by Priyanka B
· 8 years ago
4c3b451
[ONOS] cherry pick from onos1.6 to master all defects merges
by Priyanka B
· 8 years ago
0086cf8
Add missing registration in OpticalPathProvisioner
by Yuta HIGUCHI
· 8 years ago
1624df1
Assigning names to various threads
by Yuta HIGUCHI
· 8 years ago
a0972cb
PathPainter: lower log level
by Yuta HIGUCHI
· 8 years ago
4e3af86
Record EDGE_EVENTS in the Event History
by Yuta HIGUCHI
· 8 years ago
ef6bad2
ONOS-4903, ONOS-4929 Fixed to load network config on application start-up
by Hyunsun Moon
· 8 years ago
052c71f
ONOS-4660 Additional GATEWAY type node bootstrap
by Hyunsun Moon
· 8 years ago
4a6e91e
Fix NPE when ControlPlaneConnectPoint config is added after interface config
by Charles Chan
· 8 years ago
d331afd
Fix to update gateway group only if new gateway is added
by Hyunsun Moon
· 8 years ago
cb4a3db
Made changes as per comments. kafkaProducer is now non-static.
by Sanjana Agarwal
· 8 years ago
aec67f8
PCE WEB GUI defect Fixes[ONOS-4811,ONOS-4812, ONOS-4813]
by MaheshRaju-Huawei
· 8 years ago
1e8471e
Intial Stub code for the Cluster features in Kafka Application.(patchset #4)
by Shravan Ambati
· 8 years ago
176c83d
[ONOS-4871] Fix gateway external port from list to single port
by Kyuhwi Choi
· 8 years ago
992be1d
Fixed example network-cfg.json files for SONA applications
by Hyunsun Moon
· 8 years ago
da27e43
Fixed javadoc warnings and some cleanups
by Hyunsun Moon
· 8 years ago
c853a72
Follow up for OpenstackSwitching Refactoring: Updates flow rules for security group updated.
by sangho
· 8 years ago
fc9f8bc
PCE WEB Defect Fix: MBPS bandwidth value should convert to BPS
by MaheshRaju-Huawei
· 8 years ago
6032f34
OpenstackRouting refactoring
by sangho
· 8 years ago
b212bc9
ONOS-4713, ONOS-4715 issues merge to master
by Phaneendra Manda
· 8 years ago
4af95fb
Added DHCP Option-82(circuit-id) to Dhcp relay app, addressed patch-1 comments
by gaurav
· 8 years ago
7053788
[ONOS-4482] Implement dynamic add or remove a gateway node
by Kyuhwi Choi
· 8 years ago
32770ad
Bug Fixes for Kafka Application(patchset #2)
by Shravan Ambati
· 8 years ago
35708a9
Distributed work queue primitive
by Madan Jampani
· 8 years ago
54c5e23
Removes deprecated withPartitionsDisabled method
by Madan Jampani
· 8 years ago
05d9b26
Support existing VMs running on the newly added node
by Hyunsun Moon
· 8 years ago
b974fca
Refactored OpenstackSwitching app
by Hyunsun Moon
· 8 years ago
fc0529e
Replace javafx Pair with commons Pair
by Yuta HIGUCHI
· 8 years ago
32e8331
Replace javafx Pair with commons Pair
by Yuta HIGUCHI
· 8 years ago
34bbe17
Support GATEWAY type node bootstrapping
by Hyunsun Moon
· 8 years ago
dd14e8e
Refactored tunnel and interface config behavior
by Hyunsun Moon
· 8 years ago
92d9ea4
[ONOS-4481] Integrate scalable gateway to openstackRouting
by Kyuhwi Choi
· 8 years ago
1424ac9
Added scalable gateway app to BUCK app list
by Hyunsun Moon
· 8 years ago
c4d797f
Make log message clearer
by Charles Chan
· 8 years ago
888eaa0
Remove old and unused Router code (incl. tests).
by Jonathan Hart
· 8 years ago
8db7d09
[ONOS-4612]Update SFC flows inline with the Official OVS NSH patch
by Phaneendra Manda
· 8 years ago
c1e4e4c
[ONOS] cherry picked from 1.6, bandwidth, CR and resilency fix
by Priyanka B
· 8 years ago
4bf9f2d
CherryPick(1.6) PCE WEB GUI defect fixes
by MaheshRaju-Huawei
· 8 years ago
7e48cb2
cherry pick of [ONOS-4794] [ONOS-4793] [ONOS-4669]TE_COST and bandwidth information on update flow was not correct
by Priyanka B
· 8 years ago
7c3111b
Made OpticalPathProvisioner to store connectivity data in distributed store. (ONOS-4518)
by Naoki Shiota
· 8 years ago
1588e7b
Bugfix for multicast in multiple instances environment
by Charles Chan
· 8 years ago
f8035d3
Minor cleanups and renaming in vRouter
by Jonathan Hart
· 8 years ago
d177f8f
[ONOS-4703,4704] SONA : Floating IP handling in SONA initialization
by sangho
· 8 years ago
2e39d3b
Set REST API request timeout
by Hyunsun Moon
· 8 years ago
38b5f18
[ONOS-4702] Fixed Openstack ARP/ICMP in OpenstackNetworkingService.
by hyungseo Ryu
· 8 years ago
d0bfe67
Handle OpenStack authenticate exception and show warnings
by Hyunsun Moon
· 8 years ago
6e968eb
Unbind the ID generator when the test is complete
by Ray Milkey
· 8 years ago
68e4e87
Update cord-config dependency to b1 version
by Jon Hall
· 8 years ago
fbc577b
Various BMv2 bugfixes
by Carmelo Cascone
· 8 years ago
0ec92f1
Implemented convenient builders of BMv2 extension selectors and treatments.
by Carmelo Cascone
· 8 years ago
c18e82c
Simplified Bmv2 device context service and context handling in demo apps
by Carmelo Cascone
· 8 years ago
ae060a3
Unregister host listener when deactivating mobility app
by Charles Chan
· 8 years ago
9e1a8c1
Initial stc tests for distributed primitives
by Madan Jampani
· 8 years ago
a78c565
Removed onos.version and use project.version instead
by Yuta HIGUCHI
· 8 years ago
Next »