Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
61c8d9c5e8c5978e5ceb4ead942ef0fa75f22201
/
apps
/
segmentrouting
04b79be
Change the service dependency to mandatory
by Charles Chan
· 6 years ago
f09ad74
Starting snapshot 1.14.2-SNAPSHOT
by ONOS Jenkins User
· 6 years ago
14458b1
Tagging 1.14.1
by ONOS Jenkins User
· 6 years ago
1.14.1
2b50bc0
Prevent XConnect loop
by jayakumarthazhath
· 6 years ago
184a130
Avoid throwing NPE when SID or Loopback is not configured
by Charles Chan
· 6 years ago
4a92c0d
Fix serialization issue
by Charles Chan
· 6 years ago
feadacb
Implement CLI for black hole routes
by Charles Chan
· 6 years ago
697853f
Remove NextId from internal stores when the NextObj fails
by Charles Chan
· 6 years ago
5141dd1
Implement CLI commands to view and delete SR internal stores
by Charles Chan
· 6 years ago
5fd1fed
App should not care about table transition
by Charles Chan
· 6 years ago
e292336
Pass metadata in the remove_from_existing operation, just like the add_to_existing case
by Charles Chan
· 6 years ago
b2d7bc4
Shorten the polling frequency and offset the flows and groups polling
by Charles Chan
· 6 years ago
98c91a0
Starting snapshot 1.14.1-SNAPSHOT
by ONOS Jenkins User
· 6 years ago
995d369
Tagging 1.14.0
by ONOS Jenkins User
· 6 years ago
1.14.0
cb4f8fd
Starting snapshot 1.14.0-SNAPSHOT
by ONOS Jenkins User
· 6 years ago
dde85d5
Tagging 1.14.0-rc6
by ONOS Jenkins User
· 6 years ago
1.14.0-rc6
d6cb42f
Ignore DEVICE_ADDED event while availability is false
by Charles Chan
· 6 years ago
e410a0f
Suppress IPv6 flows when the device is not configured with IPv6
by Charles Chan
· 6 years ago
dcac7b4
Starting snapshot 1.14.0-SNAPSHOT
by ONOS Jenkins User
· 6 years ago
725eae5
Tagging 1.14.0-rc5
by ONOS Jenkins User
· 6 years ago
1.14.0-rc5
79f2538
Starting snapshot 1.14.0-SNAPSHOT
by ONOS Jenkins User
· 6 years ago
155fc61
Tagging 1.14.0-rc4
by ONOS Jenkins User
· 6 years ago
1.14.0-rc4
cee433b
ONOS-7759 Explicitly pop VLAN while editing hash group buckets
by Charles Chan
· 6 years ago
08727a4
Fix timeout problem of fabric pipeliner
by Yi Tseng
· 6 years ago
c5ae209
Starting snapshot 1.14.0-SNAPSHOT
by ONOS Jenkins User
· 6 years ago
8bb3a78
Tagging 1.14.0-rc3
by ONOS Jenkins User
· 6 years ago
1.14.0-rc3
09c2c4d
Changing the default pw transport vlan to 4090 instead of 4093.
by Saurav Das
· 6 years ago
03e5521
Starting snapshot 1.14.0-SNAPSHOT
by ONOS Jenkins User
· 6 years ago
3594c24
Tagging 1.14.0-rc2
by ONOS Jenkins User
· 6 years ago
1.14.0-rc2
4e5f2d6
Starting snapshot 1.14.0-SNAPSHOT
by ONOS Jenkins User
· 6 years ago
cff0bd8
Tagging 1.14.0-rc1
by ONOS Jenkins User
· 6 years ago
1.14.0-rc1
69b7ae6
[ONOS-7759] Explicitly pop VLAN when a transport VLAN is not required on a spine
by Charles Chan
· 6 years ago
4867af2
Revert "Tagging 1.14.0-b1"
by Ray Milkey
· 6 years ago
4164436
More p4runtime-related bazel build files
by Carmelo Cascone
· 6 years ago
78ce400
Tagging 1.14.0-b1
by Ray Milkey
· 6 years ago
168111e
Move device event handling to another thread in XconnectManager
by Charles Chan
· 6 years ago
b67dfdd
Clarify log messages
by Charles Chan
· 6 years ago
57465d3
Implement component config to enable double tagged host programming
by Charles Chan
· 6 years ago
f82d155
Verify unchanged host location when host is moved
by Charles Chan
· 6 years ago
05b06bc
RouteHandler misbehaved when next hop moves from single location to dual location
by Charles Chan
· 6 years ago
f45552d
Block pseudo wire VLAN translation
by Charles Chan
· 6 years ago
871d918
Fix serialization execption
by Charles Chan
· 6 years ago
67484d9
Added RBAC for REST APIs.
by Thomas Vachuska
· 6 years ago
970b964
Adding more Bazel BUILD files
by Thomas Vachuska
· 6 years ago
eded688
Set R-bit in neighbor advertisement if replying as a router
by Charles Chan
· 6 years ago
4d63939
Delete prefix from sr-device-subnet when the next hop host is removed
by Charles Chan
· 6 years ago
ca0b5df
Cleaning up application categories.
by Thomas Vachuska
· 6 years ago
c7b3c45
Implement CLI and REST API for Xconnect
by Charles Chan
· 6 years ago
f76de30
Improve Xconnect to support BSOD use case
by Charles Chan
· 6 years ago
f2f8ef0
Fix ConcurrentModificationException
by Charles Chan
· 6 years ago
137f27f
Bugfix in routing logic to avoid null groups; Improvement in group handling.
by Saurav Das
· 6 years ago
5adc628
Refactor DefaultRoutingHandler to avoid hitting 2000 lines limit
by Charles Chan
· 6 years ago
b251801
Configuration option respondToUnknownHosts.
by Andreas Pantelopoulos
· 6 years ago
15053f0
buildifier formatting of bazel files
by Ray Milkey
· 6 years ago
02a658b
Build segment routing app with bazel
by Ray Milkey
· 6 years ago
7fba877
Made the l2 handler use the new logic for pw trans.
by Andreas Pantelopoulos
· 7 years ago
5bf1366
Various pseudowire fixes and improvements.
by Andreas Pantelopoulos
· 7 years ago
7ff935e
remove extra semicolons
by Sangyeok Sim
· 6 years ago
ff79dd9
Implement host probing retry with major refactoring
by Charles Chan
· 6 years ago
fbcd55e
sr-mcast NPE fix on vlan change
by Andrea Campanella
· 6 years ago
67e09ae
Bug fix for refactored DestinationSet.
by Andreas Pantelopoulos
· 6 years ago
192284c
Refactored DestinationSet and nextobj for pws.
by Andreas Pantelopoulos
· 7 years ago
e7e71a8
Update checkstyle to 8.10
by Yuta HIGUCHI
· 6 years ago
749996b
Fix event handling race condition ONOS-7673
by Ray Milkey
· 6 years ago
056e0c1
Revert "Adding Multisct traffic drop for un-programmed trees"
by Charles Chan
· 6 years ago
1487dec
Fixing NPE for absent blackhole config
by Andrea Campanella
· 6 years ago
b955fec
Adding Multisct traffic drop for un-programmed trees
by Andrea Campanella
· 7 years ago
c1d47e9
Avoid programming TMAC entries for BSOD vlans
by Daniel Ginsburg
· 7 years ago
d980c6d
Adding route blackhole
by Andrea Campanella
· 7 years ago
07f15f2
Fix ConsistentMapException.Interrupted and NullPointerException
by Charles Chan
· 6 years ago
3e79375
[CORD-2839] Handling multiple sources
by Pier
· 7 years ago
0ddf9b8
Moving Source from connect point to HostId in MulticastHandling
by Andrea Campanella
· 7 years ago
9bd0e5a
Send probes when host moves
by Charles Chan
· 7 years ago
9454965
Host pointing to the pair port after its pair device is brought down and up
by Charles Chan
· 7 years ago
9a55429
Adding a component config to take down single homed host ports when all uplinks are lost.
by Saurav Das
· 7 years ago
971d7ba
Move some functions from segment routing manager to interface service/manager
by Charles Chan
· 7 years ago
5efd768
Bug fix in SegmentRouting
by Jonghwan Hyun
· 7 years ago
800d9d0
[ONOS-7624] Implement egress pipeline programming
by Jonghwan Hyun
· 7 years ago
c6ff8f0
Bug fixes for route-path programming
by Saurav Das
· 7 years ago
201762d
Handling mastership changes during route-path programming
by Saurav Das
· 7 years ago
477e006
Improve Mcast termination
by Pier
· 7 years ago
10b2fee
Minor improvements
by Charles Chan
· 7 years ago
6468e1f
Fix for routingHandler NPE.
by Andrea Campanella
· 7 years ago
6577f61
Fix a thread leak
by Charles Chan
· 7 years ago
8bc75ee
Implement sr-should-program command
by Charles Chan
· 7 years ago
50bb6ef
Performance improvement when handling host move events
by Charles Chan
· 7 years ago
06d0a77
Fix npe when adding a null element in a collection
by Pier
· 7 years ago
b1fe738
[CORD-2903] Improve SR/Multicast APIs
by Pier
· 7 years ago
96f63cb
[CORD-2937] Improve work partition on Multicast
by Pier
· 7 years ago
2690fac
Correctly initialize routes with multiple next hops
by Charles Chan
· 7 years ago
3bb1f3f
Optimize Multicast sinks processing
by Pier
· 7 years ago
bca9049
Starting snapshot 1.14.0-SNAPSHOT
by Ray Milkey
· 7 years ago
6fc64c1
Sonar fixes
by Ray Milkey
· 7 years ago
e7c7d05
Ignore more than two next hops
by Charles Chan
· 7 years ago
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
9b7217c
Handle host, route and mcast events in separate executors
by Charles Chan
· 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
0616c56
Use SRLinkWeigher in path computation.
by Andreas Pantelopoulos
· 7 years ago
Next »