From: Colin Dixon Date: Thu, 7 Nov 2013 20:27:16 +0000 (-0600) Subject: creating a default subnet X-Git-Tag: jenkins-controller-bulk-release-prepare-only-2-1~439^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=55c40fd972a68ae81a1c6b8a3e4977e2aa838464;hp=55c40fd972a68ae81a1c6b8a3e4977e2aa838464 creating a default subnet 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 ---