vswitchd: Drop redundant 'iface_cfg' parameter to set_up_iface().
authorBen Pfaff <blp@nicira.com>
Mon, 27 Sep 2010 18:09:19 +0000 (11:09 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 11 Oct 2010 17:40:05 +0000 (10:40 -0700)
commit75ae71da6b2fe14e5d8b3e2a4c39019bf5d7ee29
tree7214d1a43790456ee80d17c00a6cb2e296cb10fc
parent17a07f9f9d07f07d8dbb33ea1f8c9e53c89639de
vswitchd: Drop redundant 'iface_cfg' parameter to set_up_iface().

iface_cfg is also available as iface->cfg, so there's no benefit in also
passing it as a separate parameter.

Also, get rid of the one-liner reconfigure_iface() function that wasn't
helping with anything.
vswitchd/bridge.c