Sorin,
I’m treating this change as a continuation of the other changed titled “support
for custom VXLAN tunnel port”.
High level comment is:
There may be a STT port and UDP port with the same destination port number. We
might need to specify the tunneling protocol or the L4 protocol as key as we
On Wed, Jan 21, 2015 at 10:23:18PM +, Sorin Vinturis wrote:
> At the moment the OVS extension supports only one VXLAN tunnel that
> is cached in the extension switch context. Replaced the latter
> cached pointer with an array list that contains all VXLAN tunnel
> vports.
>
> Signed-off-by: Sor