openflow/set_config: Fix config_flags value to be more easy to understand

This commit is contained in:
Eishun Kondoh 2019-06-04 18:49:34 +09:00
parent fe854a6271
commit 422ab63dad
2 changed files with 13 additions and 13 deletions

View file

@ -296,8 +296,8 @@ enums = [
port_blocked: 1 <<< 8
],
config_flags: [
drop: 1 <<< 0,
reasm: 1 <<< 1
fragment_drop: 1 <<< 0,
fragment_reassemble: 1 <<< 1
],
controller_max_len: [
max: 0xFFE5,