Skip to content

Commit

Permalink
lwaftr: supply mandatory padding value in native_binding_table_from_ietf
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneia committed Nov 16, 2022
1 parent 4e56332 commit b0ea121
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/ptree/support/snabb-softwire-v3.lua
Expand Up @@ -206,7 +206,8 @@ local function native_binding_table_from_ietf(ietf)
port_set={
psid_length=entry.port_set.psid_len,
reserved_ports_bit_count=entry.port_set.psid_offset
}
},
padding = 0
}
end
return {softwire=softwire}
Expand Down

0 comments on commit b0ea121

Please sign in to comment.