bridge: Don't update CFM on synthetic interfaces.
authorEthan Jackson <ethan@nicira.com>
Tue, 13 Sep 2011 05:39:01 +0000 (22:39 -0700)
committerEthan Jackson <ethan@nicira.com>
Tue, 13 Sep 2011 05:39:01 +0000 (22:39 -0700)
commit21d486606d67881c9dccb59a6f0ba6cbd1af5dfa
treef7d44e6a7e90db048fc9c4fa7fe1427d75cee6d5
parent8e9ce036dd93307b50b9189438b3929234391d61
bridge: Don't update CFM on synthetic interfaces.

Synthetic interfaces don't have database records so it doesn't make
sense to update them.  In some situations this could cause a
segmentation fault.

Reported-by: Paul Ingram <paul@nicira.com>
Bug #7278.
vswitchd/bridge.c