diff options
-rw-r--r-- | ryu/lib/ofctl_v1_4.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ryu/lib/ofctl_v1_4.py b/ryu/lib/ofctl_v1_4.py index 7e40d3cc..05a266e9 100644 --- a/ryu/lib/ofctl_v1_4.py +++ b/ryu/lib/ofctl_v1_4.py @@ -522,7 +522,8 @@ def get_table_features(dp, waiters): ofproto.OFPTFPT_INSTRUCTIONS_MISS] p_type_next_tables = [ofproto.OFPTFPT_NEXT_TABLES, - ofproto.OFPTFPT_NEXT_TABLES_MISS] + ofproto.OFPTFPT_NEXT_TABLES_MISS, + ofproto.OFPTFPT_TABLE_SYNC_FROM] p_type_actions = [ofproto.OFPTFPT_WRITE_ACTIONS, ofproto.OFPTFPT_WRITE_ACTIONS_MISS, |