Implement some of the missing IPv6 flowmod treatments
Work toward ONOS-509 The following treatments are added/implemented: - IPV6_SRC - IPV6_DST - IPV6_FLABEL Also: - Renamed L3ModificationInstruction.L3SubType.IP_SRC and IP_DST to IPV4_SRC and IPV4_DST (for naming consistency). - Few minor fixes in related code: Javadocs, comments, log messages, and IP address usage. Change-Id: I551056f767a37e7cb6ae7d79f4a3929183500b57
Showing
11 changed files
with
401 additions
and
54 deletions
providers/openflow/flow/src/main/java/org/onosproject/provider/of/flow/impl/FlowModBuilderVer10.java
providers/openflow/flow/src/main/java/org/onosproject/provider/of/flow/impl/FlowModBuilderVer13.java
-
Please register or login to post a comment