diff options
author | Yusuke Iwase <iwase.yusuke0@gmail.com> | 2015-08-07 10:24:23 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-08-08 13:24:19 +0900 |
commit | 964df7e69d1d5661eda0f7051903e2fe10d4bdab (patch) | |
tree | fc64f301675c899c5d8eb6935b7d5d39bc9955a0 /debian/clean | |
parent | e8cda9e30af21e4c3c0972bf018cb1e521bce559 (diff) |
ofproto_v1_5_parser: Add new table feature properties support
OpenFlow Spec 1.5 introduces new table feature properties as following.
enum ofp_table_feature_prop_type {
...
OFPTFPT_WRITE_COPYFIELD = 18, /* Write Copy-Field property. */
OFPTFPT_WRITE_COPYFIELD_MISS = 19, /* Write Copy-Field for table-miss. */
OFPTFPT_APPLY_COPYFIELD = 20, /* Apply Copy-Field property. */
OFPTFPT_APPLY_COPYFIELD_MISS = 21, /* Apply Copy-Field for table-miss. */
OFPTFPT_PACKET_TYPES = 22, /* Packet types property. */
...
}
This patch adds these properties support.
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'debian/clean')
0 files changed, 0 insertions, 0 deletions