]> git.proxmox.com Git - ovs.git/commit - lib/dpif-netdev.c
dpif-netdev: Fix a zero-rate bug for meter
authorAli Volkan ATLI <volkan.atli@argela.com.tr>
Wed, 27 Sep 2017 15:33:57 +0000 (18:33 +0300)
committerAndy Zhou <azhou@ovn.org>
Wed, 27 Sep 2017 17:35:28 +0000 (10:35 -0700)
commit2029ce9ac3a601b82cd86a064fd2a8615c000283
treeaa6e19ec06f96305663643440f13e6f76581880a
parent119385781336dabeb29410fb5036302f726c6f05
dpif-netdev: Fix a zero-rate bug for meter

Open vSwitch daemon crashes (by receiving signal SIGFPE,
Arithmetic exception) when a controller tries to send
a meter-mod message with zero rate.

Signed-off-by: Ali Volkan ATLI <volkan.atli@argela.com.tr>
Signed-off-by: Andy Zhou <azhou@ovn.org>
lib/dpif-netdev.c
ofproto/ofproto-dpif.c