1. 0dcbf0e [SDFAB-6] Intermittent failures in the DynamicConfig tests by pierventre · 2 years, 7 months ago
  2. 1fdf489 Rename bundles by Charles Chan · 3 years, 8 months ago[Renamed from app/src/main/java/org/onosproject/segmentrouting/mcast/McastHandler.java]
  3. e23cd86 Fixes invalidate nextid by pier · 4 years, 2 months ago
  4. 9e02ab7 Refactors McastHandler to optimize network failures by pier · 4 years, 3 months ago
  5. 62e0b07 Removes the Multicast cache and repurposes the Multicast workers by pier · 4 years, 4 months ago
  6. 9204f31 Removing flow modification during sink/source addition/removal. by Harshada Chaundkar · 4 years, 10 months ago
  7. eaddb18 Revisit logging in McastHandler by pier · 4 years, 3 months ago
  8. c32ef42 Improves VERIFY operations by pier · 4 years, 3 months ago
  9. 7579012 [SEBA-636] Modify Segmentrouting to not program multicast tree on unconfigured devices (OLT) by Vignesh Ethiraj · 4 years, 8 months ago
  10. 27bbe2a SEBA 637 change in McastHandler.java by Shekhar Aryan · 4 years, 11 months ago
  11. f1f46e3 ONOS-7944 McastHandler of SegmentRouting considers only dual-homed sinks, by Esin Karaman · 5 years ago
  12. 168fbba If link list if null or empty, the following code links.get(0) will get an error. by kezhiyong · 5 years ago
  13. facfbef Remove NextId from internal stores when the NextObj fails by Charles Chan · 6 years ago
  14. 0b1dd7e Implement CLI commands to view and delete SR internal stores by Charles Chan · 6 years ago
  15. 8d31633 Implement CLI and REST API for Xconnect by Charles Chan · 6 years ago
  16. 5b4cd65 sr-mcast NPE fix on vlan change by Andrea Campanella · 6 years ago
  17. ba59dd6 Revert "Adding Multisct traffic drop for un-programmed trees" by Charles Chan · 6 years ago
  18. ef30d7a Adding Multisct traffic drop for un-programmed trees by Andrea Campanella · 6 years ago
  19. e99511d [CORD-2839] Handling multiple sources by Pier · 6 years ago
  20. 149dd9f Moving Source from connect point to HostId in MulticastHandling by Andrea Campanella · 6 years ago
  21. 72d0e58 Improve Mcast termination by Pier · 6 years ago
  22. 665b0fc Fix npe when adding a null element in a collection by Pier · 6 years ago
  23. 71c5577 [CORD-2903] Improve SR/Multicast APIs by Pier · 6 years ago
  24. db27b8d [CORD-2937] Improve work partition on Multicast by Pier · 6 years ago
  25. 2816468 Optimize Multicast sinks processing by Pier · 6 years ago
  26. 7b65716 [CORD-2834] Handling of dual-homed sinks by Pier · 6 years ago
  27. 1f87aca [CORD-2838][CORD-2833] Revisit McastHandler and handle shortest paths with pair links by Pier · 6 years ago
  28. 1a7e0c0 [CORD-2828] Multicast support for H-AGG by Pier · 6 years ago
  29. 979e61a [CORD-2811] Fix VLAN cases in Mcast by Pier · 6 years ago
  30. 958ce89 QMX switches require the unicast flow being installed before multicast flow in TMAC table by Charles Chan · 6 years ago
  31. 92e69be [CORD-2798] Fix defects in Mcast by Pier Luigi · 6 years ago
  32. d29ca7c [CORD-2739] Caching in McastHandler by Pier Luigi · 6 years ago
  33. f909e5b Minor OFDPA refactoring according to IntelliJ code analysis by Charles Chan · 6 years ago
  34. 9724186 Handling multiple layers of spines. by Saurav Das · 6 years ago
  35. 69f774d [CORD-2785] Refactor McastHandler and move to separated folder by Pier Luigi · 6 years ago[Renamed (96%) from app/src/main/java/org/onosproject/segmentrouting/McastHandler.java]
  36. e80d6b4 [CORD-2748] Multicast flows are not properly updated when changing source by Pier Luigi · 6 years ago
  37. 51ee7c0 [CORD-2746] Avoid pair links during path computation by Pier Luigi · 6 years ago
  38. d8a1516 [CORD-2740] Listening for topology events by Pier Luigi · 6 years ago
  39. 7128462 Refactored sr app to enable rest api. by Andreas Pantelopoulos · 6 years ago[Renamed from src/main/java/org/onosproject/segmentrouting/McastHandler.java]
  40. 0f9635b [CORD-2486] Improve Mcast CLI APIs by Pier Luigi · 6 years ago
  41. 6786b92 [CORD-2484] Deleting multicast route does not clean flows and groups by Pier Luigi · 6 years ago
  42. 35dab3f [CORD-2607] Mcast buckets correction by Pier Luigi · 6 years ago
  43. bef07b5 Fix issue reported by error-prone by Yuta HIGUCHI · 6 years ago
  44. 8cd46de [CORD-2483] Deleting multiple sinks does not clean all flows and groups by Pier Luigi · 6 years ago
  45. 4f0dd21 [CORD-2483] Mcast does not forward traffic to all the sinks by Pier Luigi · 6 years ago
  46. 91573e1 [CORD-2480] Implement logic for dual-link in McastHandler by Pier Luigi · 6 years ago
  47. 580fd8a [CORD-2534] McastHandler does not handle device down by Pier Luigi · 6 years ago
  48. 6f31b3c Various small fixes by Yuta HIGUCHI · 6 years ago
  49. 6961f22 CORD-2470 Fix NPEs by Charles Chan · 6 years ago
  50. e5ef762 [CORD-634]Add dynamic config update support for interfaces by Jonghwan Hyun · 7 years ago
  51. f975958 Match VLAN_VID in TMAC table for mcast flows by Charles Chan · 7 years ago
  52. f1d9c34 CORD-1622 CORD-1624 Add IPv6 mutlicast in McastHandler and OFDPA2.0 Drivers by Julia Ferguson · 7 years ago
  53. ae0068a Move McastConfig from incubator to core net by Ray Milkey · 7 years ago
  54. 0947d7e Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  55. 10b0fb7 CORD-800 Use new interface vlan config for VLAN assignment by Charles Chan · 7 years ago
  56. b6a7f34 [CORD-458] Updates ARP handler by Pier Ventre · 7 years ago
  57. 0932eca Bugfix for multicast in multiple instances environment by Charles Chan · 8 years ago
  58. fc11589 Bugfix: store entry is not removed properly after device disconnected by Charles Chan · 8 years ago
  59. 82f1997 CORD-61 Dynamic XConnect support by Charles Chan · 8 years ago
  60. 4922a17 Remove redundent byte[].class registration by Charles Chan · 8 years ago
  61. a8f9dee CORD-135 Support Multicast Source on a Configured Port by Charles Chan · 8 years ago
  62. 370a65b CORD-73 Change the way we configure host learning in segment routing by Charles Chan · 8 years ago
  63. 779fd06 CORD-135 Support Multicast Source on a Configured Port by Charles Chan · 8 years ago
  64. 7277950 CORD-348 Fabric multicast support - error handling by Charles Chan · 8 years ago
  65. 1eaf480 Segment Routing refactoring by Charles Chan · 8 years ago[Renamed (98%) from src/main/java/org/onosproject/segmentrouting/McastEventHandler.java]
  66. c91c878 CORD-348 multicast support in SegmentRouting and vRouter by Charles Chan · 8 years ago