Committed by
Gerrit Code Review
ONOS-688 (ONOS-1835,1836,1837) :
- Implements features to create and remove tunnels and tunnel flow policies. - Implements REST API to create/show/delete tunnels and policies. - Supports only single instance for now. - Fix "apply" actions to "write" actions of all flow rules Change-Id: I3740ed82fed8eab4ab8b03839192da72d3e223f1
Showing
20 changed files
with
1542 additions
and
20 deletions
apps/segmentrouting/src/main/java/org/onosproject/segmentrouting/SegmentRoutingService.java
0 → 100644
apps/segmentrouting/src/main/java/org/onosproject/segmentrouting/web/PolicyWebResource.java
0 → 100644
apps/segmentrouting/src/main/java/org/onosproject/segmentrouting/web/TunnelWebResource.java
0 → 100644
providers/openflow/flow/src/main/java/org/onosproject/provider/of/flow/impl/FlowModBuilderVer13.java
-
Please register or login to post a comment