diff options
author | Simon Horman <horms@verge.net.au> | 2014-02-26 16:26:06 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-02-27 13:59:39 +0900 |
commit | c70836e57537a45bdf4ca7617480657b5e35a04c (patch) | |
tree | 4484a0d93572dfeaadb4f654a1d9debd517bba25 | |
parent | db3e8d470d172fd93a65c6b0d713639196e8724e (diff) |
of14: Add table feature table sync from property
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | ryu/ofproto/ofproto_v1_4_parser.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ryu/ofproto/ofproto_v1_4_parser.py b/ryu/ofproto/ofproto_v1_4_parser.py index 197df580..c869fc03 100644 --- a/ryu/ofproto/ofproto_v1_4_parser.py +++ b/ryu/ofproto/ofproto_v1_4_parser.py @@ -2293,6 +2293,7 @@ class OFPTableFeaturePropActions(OFPTableFeatureProp): @OFPTableFeatureProp.register_type(ofproto.OFPTFPT_NEXT_TABLES) @OFPTableFeatureProp.register_type(ofproto.OFPTFPT_NEXT_TABLES_MISS) +@OFPTableFeatureProp.register_type(ofproto.OFPTFPT_TABLE_SYNC_FROM) class OFPTableFeaturePropNextTables(OFPTableFeatureProp): _TABLE_ID_PACK_STR = '!B' |