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)
commit0f4f4a610a24098a98de64bccaeb29ba5621e01d
tree20a1a32ad6bc9d3717e3c7037e709610eb8a3a0b
parent46415c9085ef6b7386943b1714754150487b6cff
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.
lib/netdev-provider.h
lib/netdev.c