From: Jesse Gross Date: Mon, 18 Jan 2010 22:26:02 +0000 (-0500) Subject: netdev: Compare full arguments instead of hash for reconfigure. X-Git-Tag: v1.0.0~259^2~273 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0f4f4a610a24098a98de64bccaeb29ba5621e01d;hp=0f4f4a610a24098a98de64bccaeb29ba5621e01d;p=sliver-openvswitch.git netdev: Compare full arguments instead of hash for reconfigure. We only reconfigure netdevs if the arguments have changed, which was previously detected based on a hash. This stores and compares the full argument list to avoid any chance of missing changes due to collisions. ---