netdev: Compare full arguments instead of hash for reconfigure.
authorJesse Gross <jesse@nicira.com>
Mon, 18 Jan 2010 22:26:02 +0000 (17:26 -0500)
committerJesse Gross <jesse@nicira.com>
Mon, 18 Jan 2010 23:29:26 +0000 (18:29 -0500)
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.


No differences found