Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
da8867f95b5d74435002f153a58f9a815f88e25c
/
apps
« Previous
4e49df8
Remove event handling delay
by Charles Chan
· 7 years ago
2f2c9d0
Enhancing GroupChecker for faster processing of group updates
by Saurav Das
· 7 years ago
5a35604
Fixes for CORD-2910, 2920, 2915
by Saurav Das
· 7 years ago
bac954f9
CORD-2916 Reset RA handler when mastership changes
by Charles Chan
· 7 years ago
9b7217c
Handle host, route and mcast events in separate executors
by Charles Chan
· 7 years ago
fa3ec19
T3: Adding a test all multicast routes command
by Andrea Campanella
· 7 years ago
2ff1bac
Routing/bridging rules on the same leaf pair should always be programmed by the same ONOS instance
by Charles Chan
· 7 years ago
b789b8c
Fixes for maven build
by Ray Milkey
· 7 years ago
0d93386
Adding topology auto-layout.
by Thomas Vachuska
· 7 years ago
dea0fdb
Refactor with adding unit test for OpenstackNetworkingUtil
by Jian Li
· 7 years ago
2694976
Refactor: move RulePopulatorUtil into util package, w/ minor fixes
by Jian Li
· 7 years ago
8e7e6cd
Add unit test for OpenstackSwitchingArpHandler
by Jian Li
· 7 years ago
3e70d8a
Add unit test for OpenstackSwitchingDhcpHandler
by Jian Li
· 7 years ago
0616c56
Use SRLinkWeigher in path computation.
by Andreas Pantelopoulos
· 7 years ago
663b14c
Adding example Multicast Route Json files
by Andrea Campanella
· 7 years ago
2016288
Fix missing "s" in the master pom file
by Pier
· 7 years ago
48f4cb7
ODTN manual testing tool for OpenConfig configuration
by Yuta HIGUCHI
· 7 years ago
b0328e4
[CORD-2834] Handling of dual-homed sinks
by Pier
· 7 years ago
3ee2455
[CORD-2838][CORD-2833] Revisit McastHandler and handle shortest paths with pair links
by Pier
· 7 years ago
644a8a6
Adding rest API for new Mcast app
by Andrea Campanella
· 7 years ago
139babb
Fix Mcast store and Mcast CLI
by Pier
· 7 years ago
15506e8
Fix gateway ip address in OpenstackSwitchingDhcpHandler
by daniel park
· 7 years ago
ba6c575
Remove duplicated getPairDevice implementation
by Charles Chan
· 7 years ago
604ab3a
Improvements in route-path installation using bidirectional links.
by Saurav Das
· 7 years ago
daf02c8
Fixed sonar suggestion in l2handler
by Andreas Pantelopoulos
· 7 years ago
7c8bcdf
Fix HOST event handling in MulticastRouteManager
by Andrea Campanella
· 7 years ago
6305b69
[CORD-2882] Set route source to DHCP for DHCPv4
by Charles Chan
· 7 years ago
4310f6e
FPM routes removal when instance goes down or is removed
by Andrea Campanella
· 7 years ago
44fbda1
[CORD-2906] dhcpv6 server ack pkt needs to set VID according to client vid
by Kalhee Kim
· 7 years ago
54a97c9
[CORD-2882] set route source to DHCP for dhcpv6 instead of FPM
by Kalhee Kim
· 7 years ago
b908212
[CORD-2876] set route source from RIP with RIP instead of FPM
by Kalhee Kim
· 7 years ago
c5e85bb
Use apache commons Pair instead of javafx
by Laszlo Papp
· 7 years ago
f433f95
Duplicated flow obj requests are sent in occasion of ROUTE_REMOVED event
by Charles Chan
· 7 years ago
4d5c5c3
Refactor: simplify setoutput port to controller using punt method
by Jian Li
· 7 years ago
e93f661
Fix NPE thrown when searching multiple routes and IP is null
by Andrea Campanella
· 7 years ago
935d59d
Moved validity checks inside l2TunnelHandler.
by Andreas Pantelopoulos
· 7 years ago
ffe6974
Better error handling in pseudowire implementation.
by Andreas Pantelopoulos
· 7 years ago
6692fdd
Better validity checks for paths chosen for pws.
by Andreas Pantelopoulos
· 7 years ago
a10137c
Fixing residual ON.Lab references.
by Thomas Vachuska
· 7 years ago
86ee5e8
Upgrade fasterXML libraries for OS-9
by Ray Milkey
· 7 years ago
65e1c20
Fix OpenstackRoutingFloatingIpHandler to retrieve external peer router.
by daniel park
· 7 years ago
e5e0c9a
Better error handling
by Charles Chan
· 7 years ago
29d9598
Protect DhcpServerConfig from IllegalArgumentException
by Charles Chan
· 7 years ago
1a1ba65
Log info about loaded configuration
by Yuta HIGUCHI
· 7 years ago
7ddea78
Fix: resolve NPE when inject non-existing compute node through SONA
by Jian Li
· 7 years ago
c2bf02a
Fix typo in log message
by Yuta HIGUCHI
· 7 years ago
55cb999
Export the faultmanagement rest api properly
by Laszlo Papp
· 7 years ago
edc8b76
Refactor: replace OSNetworkService with OSNetworkAdminService
by Jian Li
· 7 years ago
796c2eb
Support flat network type
by daniel park
· 7 years ago
7329609
Support key/value sizes and counts in primitive performance app.
by Jordan Halterman
· 7 years ago
e631216
[ONOS-7553] Support injecting physical interfaces to openstack node
by Jian Li
· 7 years ago
15278a1
T3 Fixes:
by Andrea Campanella
· 7 years ago
d6ab100
Fix cherry-pick bugs
by Yuta HIGUCHI
· 7 years ago
545edb4
Moving Multicast subsystem into app and refactoring APIs to support multihomed sources and sinks
by Andrea Campanella
· 7 years ago
37db369
[CORD-2828] Multicast support for H-AGG
by Pier
· 7 years ago
7a888e8
Move all event handler to a different executor
by Charles Chan
· 7 years ago
9c44ec7
Avoid ConcurrentModificationException
by Charles Chan
· 7 years ago
348bba7
TAPI 2.0.2-SNAPSHOT
by Yuta HIGUCHI
· 7 years ago
d1cc1a3
Adding complete path to failed traces
by Andrea Campanella
· 7 years ago
6205f69
Fixing scale test manager and CLIs.
by Thomas Vachuska
· 7 years ago
32b4220
[ONOS-7444] Optimize SONA gw doesn't use vrouter app and quagga anymore
by daniel park
· 7 years ago
fa61549
Adding auto-layout to the access-null simulation.
by Thomas Vachuska
· 7 years ago
811bbae
Pseudowire enhancements :
by Andreas Pantelopoulos
· 7 years ago
b39777c
Fix NPE caused by RoutingRulePopulator not initiated before linkHandler.init()
by Charles Chan
· 7 years ago
c8e6a50
T3: Adding summary to pingall, false if any of the path in the trace fails and minor fixes
by Andrea Campanella
· 7 years ago
b994f8d
Sonar wants switch cases to end with a break statement
by Ray Milkey
· 7 years ago
ff691b7
Implemented the following PW features and fixes:
by Andreas Pantelopoulos
· 7 years ago
e5bff48
[CORD-2811] Fix VLAN cases in Mcast
by Pier
· 7 years ago
d0839d6
Refactor: remove redundant deps and include api in app oar bundle
by Jian Li
· 7 years ago
8769d5b
Support both keystone v2.0 and v3 authentication
by Jian Li
· 7 years ago
6fb95fc
T3: bugfixes and avoid override of finalize
by Andrea Campanella
· 7 years ago
220f19b
T3: Fixing concurrent modification exception
by Andrea Campanella
· 7 years ago
40bccdb
Adding RouteService bulk add/remove Rest API
by Andrea Campanella
· 7 years ago
ece1177
T3: HAG scenario fixes
by Andrea Campanella
· 7 years ago
576969a
[ONOS-7444] Optimize SONA gw doesn't use vrouter app and quagga anymore
by daniel park
· 7 years ago
cc2424a
T3: Ping to same host behind two routers
by Andrea Campanella
· 7 years ago
a0ef13b
Urgent patch to support OpenStack keystone API 3.0
by sangho
· 7 years ago
e5e3c12
T3: adding padding to flows and group print
by Andrea Campanella
· 7 years ago
320f7f6
T3 fixing sonar problems
by Andrea Campanella
· 7 years ago
c5cd662
Fix: resolve REST Unit test failure caused by incorrect jersey deps
by Jian Li
· 7 years ago
70fdd49
Avoid ConcurrentModificationException by using SynchronizedMultimap
by Charles Chan
· 7 years ago
7b84c07
T3: bugfixes and improvment on the Bridged check in case of untagged traffick comin in on tagged interfaces
by Andrea Campanella
· 7 years ago
41de806
Adding a very simple output for pingall
by Andrea Campanella
· 7 years ago
6a51cb9
Remove calls to deprecated Throwables.propagate() method
by Ray Milkey
· 7 years ago
c9e9224
CORD-2803 Correctly reply to ICMPv6 echo request that targets link-local address of the switch interface
by Charles Chan
· 7 years ago
390efe9
ONOS-7451 ODTN TAPI connectivity service.
by Ramon Casellas
· 7 years ago
df54373
Fix type on equals() call
by Ray Milkey
· 7 years ago
e0d4c87
Bugfix for stale state not being cleared up when switch goes down.
by Saurav Das
· 7 years ago
45b69ab
QMX switches require the unicast flow being installed before multicast flow in TMAC table
by Charles Chan
· 7 years ago
b87b8ab
[CORD-2798] Fix defects in Mcast
by Pier Luigi
· 7 years ago
05514fd
[CORD-2739] Caching in McastHandler
by Pier Luigi
· 7 years ago
909cff8
Avoid ConcurrentModificationException by using CopyOnWriteArrayList
by Charles Chan
· 7 years ago
2153659
Refactor: make query methods visible in OpenStackSecurityGroupAdminService
by Jian Li
· 7 years ago
1c5467b
Sonar suggestion - possible NPEs
by Ray Milkey
· 7 years ago
719e510
Add openstack end point auto-completion feature for openstack-sync-state cmd.
by daniel park
· 7 years ago
da7c6cb
Refactor: make query methods visible in OpenStackRouterAdminService
by Jian Li
· 7 years ago
ea1b966
Refactor: add javadoc, restrict visibility, etc for sona switching
by Jian Li
· 7 years ago
9d676fb
Refactor: remove duplication, simplify SONA switching host provider
by Jian Li
· 7 years ago
2ea68ff
Address Sonar warning
by Charles Chan
· 7 years ago
27cff8c
Remove deprecated unfiltered connect point methods from multipoint to single point intents
by Ray Milkey
· 7 years ago
Next »