creating a default subnet 25/2525/1
authorColin Dixon <ckd@us.ibm.com>
Thu, 7 Nov 2013 20:27:16 +0000 (14:27 -0600)
committerColin Dixon <ckd@us.ibm.com>
Thu, 7 Nov 2013 22:39:32 +0000 (16:39 -0600)
This changes how SwitchManager handles subnets so that when there are
no configured subents, it returns a default subnet that spans all ports
in the network and spans all IP addresses, i.e., 0.0.0.0/0.

This makes it so that HostTracker will discover all hosts by default
instead of only discovering hosts in configured subents. This, in turn,
makes SimpleForwarding forward traffic correctly without any
configuration.

Change-Id: Ice31b6035b970dd69fc69df3d9560b4aac41630d
Signed-off-by: Colin Dixon <ckd@us.ibm.com>

No differences found