]> git.proxmox.com Git - mirror_ovs.git/commit
connmgr: Suppress duplicate port status notifications.
authorBen Pfaff <blp@ovn.org>
Wed, 22 Aug 2018 21:59:24 +0000 (14:59 -0700)
committerBen Pfaff <blp@ovn.org>
Thu, 18 Oct 2018 15:15:15 +0000 (08:15 -0700)
commit042b8f42c6d20347916c70a058615d8b7470a319
tree8a723fddb0953ddb67c189faa84d2c16432d8a03
parent229486c2dfa9341cbdd4bb8be4f630429717ecb7
connmgr: Suppress duplicate port status notifications.

When the status of a port changes, ofproto calls into connmgr to notify
controllers.  Sometimes, particular changes are only visible to controllers
running specific versions of OpenFlow.  Until now, OVS would send those
controllers duplicate port status notifications.  This is unnecessary and
somewhat confusing.  This commit eliminates it.

This commit updates one of the tests not to expect duplicate notifications.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Numan Siddique <nusididq@redhat.com>
ofproto/connmgr.c
ofproto/connmgr.h
ofproto/ofproto.c
tests/lacp.at