Skip to content

Commit

Permalink
Merge pull request #97 from amorenoz/odp_ports
Browse files Browse the repository at this point in the history
odp: use default decoder for ports
  • Loading branch information
amorenoz authored Mar 4, 2022
2 parents 5c0c03c + 88bbdca commit 05bbba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ovs_dbg/odp.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def _tnl_action_decoder(cls):
"tnl_push": nested_kv_decoder(
KVDecoders(
{
"tnl_port": decode_int,
"tnl_port": decode_default,
"header": nested_kv_decoder(
KVDecoders(
{
Expand Down Expand Up @@ -400,7 +400,7 @@ def _tnl_action_decoder(cls):
}
)
),
"out_port": decode_int,
"out_port": decode_default,
}
)
)
Expand Down

0 comments on commit 05bbba3

Please sign in to comment.