tunneling: Reduce priority of multicast tunnels.
authorJesse Gross <jesse@nicira.com>
Sun, 6 Nov 2011 00:18:04 +0000 (17:18 -0700)
committerJesse Gross <jesse@nicira.com>
Tue, 8 Nov 2011 03:53:49 +0000 (19:53 -0800)
commit859ad376132e1eb13d0a1a28cae2c477300fd45f
tree3f5742784de52aba6139726967a97bfc20f37ae8
parentcdb1a85bba8adf03e6dac40e603f0cb7206fe2d6
tunneling: Reduce priority of multicast tunnels.

It's possible to have an incoming packet that matches both a unicast
and multicast tunnel if the source address corresponds to the remote_ip
of a unicast tunnel and the destination is multicast.  Currently this
will match the multicast tunnel but in reality the unicast tunnel
should probably be considered more specific.  This is actually a
common situation in protocols that use a combination of multicast
for flooding and unicast for responses.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/tunnel.c