Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
1122cae5d6ee44aa5095e414fb884865e0a5c8a8
/
apps
/
segmentrouting
/
src
/
main
/
java
3bb17c6
QMX switches require the unicast flow being installed before multicast flow in TMAC table
by Charles Chan
· 7 years ago
c6e64bb
Minor OFDPA refactoring according to IntelliJ code analysis
by Charles Chan
· 7 years ago
4c40636
CORD-2803 Correctly reply to ICMPv6 echo request that targets link-local address of the switch interface
by Charles Chan
· 7 years ago
1abe070
Only remove TMAC flow when it is the last port within the same VLAN if TMAC doesn't support in_port matching
by Charles Chan
· 7 years ago
657ddfc
[CORD-2734] Protect SR executor from exceptions
by Pier Luigi
· 7 years ago
07a34aa
Ensures internal link state is up to date on a restarted ONOS instance. Also fixes an NPE in FpmManager.
by Saurav Das
· 7 years ago
5a94146
Fix for NPE that can get triggered upon onos instance restart.
by Saurav Das
· 7 years ago
9504700
Implemented CORD-1843 to avoid race condition when updating ECMPspgs.
by Saurav Das
· 7 years ago
3cb4cb9
Bugfix in route handler in occasion of route update event
by Charles Chan
· 7 years ago
1e84847
Checking mastership when revoking a route
by Charles Chan
· 7 years ago
1edc36b
Various small fixes
by Yuta HIGUCHI
· 7 years ago
d861594
SONAR suggestions - more blocker bugs
by Ray Milkey
· 7 years ago
5a45bbc
Sonar suggestion - possible null pointer dereferences in equals() methods
by Ray Milkey
· 7 years ago
e9c8971e
Take down edge ports on a leaf switch when all uplinks are gone
by Saurav Das
· 7 years ago
8b4d20d
[CORD-2532] IllegalArgumentException in OFDPA pipeliner
by Pier Luigi
· 7 years ago
607c898
Bug fix in routing logic - should let routing process continue
by Saurav Das
· 7 years ago
8d05521
CORD-2470 Fix NPEs
by Charles Chan
· 7 years ago
91b371b
Ignore irrelevant events in SegmentRoutingManager and DhcpRelayManager
by Charles Chan
· 7 years ago
0d6db51
Only remove TMAC flow when it is the last port within the same VLAN if TMAC doesn't support in_port matching
by Charles Chan
· 7 years ago
92f01e1
Adding a few checks in SR to ignore link events for links
by Saurav Das
· 7 years ago
ba90df1
Dual-homing probing improvements
by Charles Chan
· 7 years ago
ba7eb1a
Bug fix for IgnoreDhcp rules after switch restart. Also fixed NPE in group handler,
by Saurav Das
· 7 years ago
1a13c17
Prevent packets with link-local destination IP from being routed
by Charles Chan
· 7 years ago
9aa28bd
Fix for empty flooding groups due to bucket add/remove commands being reordered, and
by Saurav Das
· 7 years ago
fd89201
Changing two more component configs in segment routing
by Charles Chan
· 7 years ago
0ad7908
Dual-homing redirection fix
by Charles Chan
· 7 years ago
5f1def8
[CORD-634]Add dynamic config update support for interfaces
by Jonghwan Hyun
· 7 years ago
206cac0
Match VLAN_VID in TMAC table for mcast flows
by Charles Chan
· 7 years ago
2e91532
Bugfix: ping6 to interface IP of remote leaf doesn't work
by Charles Chan
· 7 years ago
463c644
CORD-2063 Correctly update interface MAC when network config is updated
by Charles Chan
· 7 years ago
f0f2089
IPv6 Unsolicited RA application.
by Jayakumar Thazhath
· 7 years ago
9ff637e
Use pair link before the 2nd location of a dual-homed host is not discovered
by Charles Chan
· 7 years ago
f190799
CORD-1888 Use DAD to probe if interface MAC is not configured
by Charles Chan
· 7 years ago
0e711b5
Fix NoSuchElementException
by Charles Chan
· 7 years ago
2368683
CORD-1578 CORD-1708 Handle dual single homed router and single dual homed router
by Charles Chan
· 7 years ago
d8f145e
CORD-1622 CORD-1624 Add IPv6 mutlicast in McastHandler and OFDPA2.0 Drivers
by Julia Ferguson
· 7 years ago
b15d010
Remove next hop location from resolved route
by Charles Chan
· 7 years ago
041bb78
CORD-1583 More bug fixes in dual-ToR scenarios
by Saurav Das
· 7 years ago
5deb323
Clarify the usage of stores in Javadoc
by Charles Chan
· 7 years ago
6c1f0f0
Move McastConfig from incubator to core net
by Ray Milkey
· 7 years ago
6c01374
Move interface config classes out of incubator to core net
by Ray Milkey
· 7 years ago
ceccf24
CORD-1583 Bug fixes for dual ToRs
by Saurav Das
· 7 years ago
35a3232
CORD-1416 Implement multi-homing probing in HostLocationProvider
by Charles Chan
· 7 years ago
9f08b10
CORD-1719 Cleanup old flows properly if the switch moves to a inexistent location
by Charles Chan
· 7 years ago
ef624ed
Update RouteStoreImpl component config location
by Charles Chan
· 7 years ago
69ec871
Move routing from incubator to a separate app
by Ray Milkey
· 7 years ago
d3baaba
Fix ARP/NDP issue in SR caused by the recent NRM move
by Charles Chan
· 7 years ago
c7e36aa
Workaround for CORD-1672
by Charles Chan
· 7 years ago
b65d784
ONOS-6887 Move neighbour classes from incubator to core
by Ray Milkey
· 7 years ago
facf286
ONOS-6886 Move interface classes from incubator to core
by Ray Milkey
· 7 years ago
8899786
SR refactoring
by Charles Chan
· 7 years ago
6523824
Recover dual-homed host failover using pair link
by Charles Chan
· 7 years ago
f9a5270
Support multiple host locations in HostHandler
by Charles Chan
· 7 years ago
7bcbe70
CORD-1419 CORD-1425 CORD-1496 CORD-639 Changes for dual-ToRs
by Saurav Das
· 7 years ago
a09fe5b
Updating Copyright line to Open Networking Foundation
by Brian O'Connor
· 7 years ago
c760f38
DHCP relay bug fixes
by Charles Chan
· 7 years ago
7331652
Activate distributed route store in Segment Routing
by Charles Chan
· 7 years ago
f3b3d81
ONOS-6768 Make sure ARP/NDP punt flows are programed to not only new switches but also existing switches
by Charles Chan
· 7 years ago
91ccbf7
ONOS-6768 Punt ARP/NDP even when a device is not configured
by Charles Chan
· 7 years ago
38a1a1c
Lower log level
by Charles Chan
· 7 years ago
7f9737b
Lower log level
by Charles Chan
· 7 years ago
a9519af
Fix subnet check to support multiple subnets
by Charles Chan
· 7 years ago
278ce83
CORD-1495 Fix race condition when loading network config
by Charles Chan
· 7 years ago
b8664b8
[WIP] Fix RouteHandlere NPE
by Charles Chan
· 7 years ago
2e2e340
Implement unit test for HostHandler
by Charles Chan
· 7 years ago
b7b4c93
Refactor HostHandler
by Charles Chan
· 7 years ago
c7a8a68
ONOS-6658 Remove host listener when deactivating SR
by Charles Chan
· 7 years ago
ed374235
Remove a link from seenLink when either end of the link goes down
by Charles Chan
· 7 years ago
5dae922
Fix some redundant serializer declarations
by Ray Milkey
· 7 years ago
40abef4
Allow indirect hosts to ping gateway IP
by Charles Chan
· 7 years ago
c88d466
CORD-1304 Set of changes for fabric routing to optimize use of ECMP groups
by Saurav Das
· 7 years ago
537fe85
CORD-803 Introduce configuration for leaf pairs
by Charles Chan
· 7 years ago
3ca0b2e
Cleanup previous workaround
by Charles Chan
· 7 years ago
da708cc
Remove CORD config dependency from SR
by Charles Chan
· 7 years ago
1547b3f
CORD-1180 Collection of fixes for hash-group buckets. Required the following changes:
by Saurav Das
· 7 years ago
c53d617
CORD-1149 Allow configuring multiple IPv4/IPv6 addresses on one interface
by Charles Chan
· 8 years ago
961beb2
Bug fix: Do not create groups as a side effect when revoking routes
by Saurav Das
· 8 years ago
e4afdb5
Fix Sonar errors: public data members in classes
by Ray Milkey
· 8 years ago
a3fcf67
Fix Sonar issue:
by Jon Hall
· 8 years ago
d4f3a62
Refactoring ICMP handler in Segment Routing
by Charles Chan
· 8 years ago
b1f8c76
Bugfix: handle link updated event
by Charles Chan
· 8 years ago
b28d5dd
Bug fix - Do not create new next-objective if there are no
by Saurav Das
· 8 years ago
0ed44fb
CORD-1015 CPR bridging alternative
by Charles Chan
· 8 years ago
a9f8ae4
Support tagged next hop in Segment Routing
by Charles Chan
· 8 years ago
76ae681
Bug fix: generate different next objectives for port with multiple vlans
by Saurav Das
· 8 years ago
b0ae6ee
CORD-999 changes to support vlans
by Saurav Das
· 8 years ago
c6d227e
Implement an option in CPRM to reprogram the flows when device reconnecting
by Charles Chan
· 8 years ago
563a781
Disable ARP/NDP forwarding/flooding
by Charles Chan
· 8 years ago
7e4f819
Eliminate code duplication
by Charles Chan
· 8 years ago
7ffd81f
CORD-906 Support trunk and native VLAN
by Charles Chan
· 8 years ago
f6ec153
Refactor SR and OFDPA pipeliner
by Charles Chan
· 8 years ago
59cc16d
CORD-800 Use new interface vlan config for VLAN assignment
by Charles Chan
· 8 years ago
0aa674e
Unregister neighbor handler when deactivating segment routing
by Charles Chan
· 8 years ago
018605f
In this commit: CORD-799
by Saurav Das
· 8 years ago
8c7b06a
Remove unnessasry semicolons
by Jon Hall
· 8 years ago
7a06874
Fix the format of warning msg
by Charles Chan
· 8 years ago
3bfe32c
[CORD-640] PW clean up.
by Pier Luigi
· 8 years ago
70d53ba
Implements [CORD-587] and [CORD-588]
by Pier Ventre
· 8 years ago
42287df
Implements [CORD-96] and [CORD-410]
by Pier Ventre
· 8 years ago
f34966c
Implements [CORD-546]
by Pier Ventre
· 8 years ago
Next »