openflow/set_config: Fix config_flags value to be more easy to understand
This commit is contained in:
parent
fe854a6271
commit
422ab63dad
2 changed files with 13 additions and 13 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue