commit | c6809e40737cede992ae58ccbac3b390d0471600 | [log] [tgz] |
---|---|---|
author | Pavlin Radoslavov <pavlin@onlab.us> | Wed Mar 11 18:04:42 2015 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu Mar 12 15:36:10 2015 +0000 |
tree | e12576c3be01b79e9bd109e7a32bb8941a2450c7 | |
parent | 2aa1f32c84fa3b633ff4a6526a4d2a13a2962edf [diff] |
Added IPV6 to the auto-completed EthType values. Change-Id: Iaf394dc911b15124cccfd7da939ca180411639f0
diff --git a/cli/src/main/java/org/onosproject/cli/net/EthType.java b/cli/src/main/java/org/onosproject/cli/net/EthType.java index 583820e..c1ade09 100644 --- a/cli/src/main/java/org/onosproject/cli/net/EthType.java +++ b/cli/src/main/java/org/onosproject/cli/net/EthType.java
@@ -28,6 +28,8 @@ RARP(Ethernet.TYPE_RARP), /** IPV4. */ IPV4(Ethernet.TYPE_IPV4), + /** IPV6. */ + IPV6(Ethernet.TYPE_IPV6), /** LLDP. */ LLDP(Ethernet.TYPE_LLDP), /** BSN. */