bridge: Ignore "null" interfaces as required.
authorEthan Jackson <ethan@nicira.com>
Mon, 21 May 2012 20:20:18 +0000 (13:20 -0700)
committerEthan Jackson <ethan@nicira.com>
Mon, 21 May 2012 20:20:18 +0000 (13:20 -0700)
commit046f1f89e6d7716581de207dd0c54421926bc25b
treede42f4e44fe4129e994781b57e743cc76a28128e
parent749ae9504293dbb695dd67402acbd47acbcbeb83
bridge: Ignore "null" interfaces as required.

Commit bae7208e91a0 (bridge: Refactor bridge_reconfigure().)
introduced a regression in which the switch would attempt to
instantiate "null" interfaces in the datapath. This would, of
course, fail and trigger a warning.  Though harmless, these
warnings confused users.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
vswitchd/bridge.c