tunneling: Separate out multicast port pools.
authorJesse Gross <jesse@nicira.com>
Tue, 8 Nov 2011 04:01:52 +0000 (20:01 -0800)
committerJesse Gross <jesse@nicira.com>
Tue, 8 Nov 2011 06:21:12 +0000 (22:21 -0800)
commitbb635d0e59ecae66eeae25924eddcfccbd6f3512
tree9d52f32f6f49d762156aa55c3f757b1441951df1
parent859ad376132e1eb13d0a1a28cae2c477300fd45f
tunneling: Separate out multicast port pools.

Currently multicast and unicast tunnel ports share port pools but
there's no overlap between the two in the lookup, which means that
we can do a lookup that has no chance of ever finding a port.  This
separates them out.

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