ofproto: Report 0 Mbps when speed not available instead of 100 Mbps.
[openvswitch] / tests / openssl.supp
1 # suppress OpenSSL errors from valgrind
2
3 {
4    BN_mod_inverse
5    Memcheck:Cond
6    fun:BN_mod_inverse
7 }
8
9 {
10    BN_div
11    Memcheck:Cond
12    fun:BN_div
13 }