Move setting Nicira datapath ID out of kernel.
authorJustin Pettit <jpettit@nicira.com>
Sat, 24 Jan 2009 01:30:16 +0000 (17:30 -0800)
committerJustin Pettit <jpettit@nicira.com>
Sat, 24 Jan 2009 01:30:16 +0000 (17:30 -0800)
commit056ae92b0c448a2b7349815d6f291a3e6364b360
tree9ab607e059f063e8ebd9368eed1d03f8a222b934
parentaa2981338fc6556b00b49762a53768e734a4a7dd
Move setting Nicira datapath ID out of kernel.

When generating the datapath id/mac address for an OpenFlow device, the
kernel checks the DMI for a suitable one in a Nicira UUID.  If one is
not found, then a random address is generated.  This patch makes it so
that a random address is always generated.  The DMI Nicira UUID check is
now done in the init script, which overrides the random address
generated when the datapath was created.  Ripping code out of the kernel
is good.
datapath/dp_dev.c
debian/openflow-switch.init
debian/openflow-switch.template