amorenoz / ovs-dbg

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

ovs-offline: lack routing information for native tunneling #73

Open SalDaniele opened 2 years ago

SalDaniele commented 2 years ago

If the OVS set up being replicated uses native tunneling, the ovs routing information is needed to recreate the live behavior.

For example, ofproto/trace traces that require tunneling will throw an error "native tunnel routing failed".

Related issue: #66