commit | 2184de1e7f2747dac88c7788d8c54b15558c183d | [log] [tgz] |
---|---|---|
author | Charles M.C. Chan <rascov@gmail.com> | Sun Apr 26 02:24:53 2015 +0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Tue Apr 28 17:47:22 2015 +0000 |
tree | 4d6333e1a67b0a4b295aa5bf677284e2c6918da1 | |
parent | 9d7ef168252200dcc89a49b72f6ce90ace17c95c [diff] |
ONOS-1756: Improve CLI auto completers - Add more ICMP types and codes - Add completer for --icmp6Type - Add completer for --icmp6Code - Add completer for --extHdr It is a multiValued option. For example, the following command will match an IPv6 packet with both fragment and routing extension header: add-point-intent --ethType IPV6 --extHdr FRAG --extHdr ROUTING NOTE: OVS 2.3.1 does not support OFPXMC_OFB_IPV6_EXTHDR match field yet. - Change parameter of TrafficSelector.matchIPv6ExthdrFlags() from int to short since that field is 9 bits only Change-Id: I55944399f3985f2cc09330a726f21983de273341
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.