amorenoz / ovs-dbg

Scripts to help debug OVS and OVN
Apache License 2.0
23 stars 8 forks source link

DP tree: support multiple recirc actions #100

Closed amorenoz closed 2 years ago

amorenoz commented 2 years ago

An action such as this: actions:br-link1,pop_vlan,ct,recirc(0x612),ct(zone=8),recirc(0x613), dp-extra-info:miniflow_bits(6,2)

is valid, we should show both recirculated flows

amorenoz commented 2 years ago

Fixed by #104