X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif-xlate.c;h=da538b7f8d807931e0aec36131ba0a8a0c67c65f;hb=HEAD;hp=57e84a72d7e9cc9b5f955f2e21c8800481810e97;hpb=d73728e6bc30c8e6b393699ef78eb7919b1c68c5;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c index 57e84a72d..da538b7f8 100644 --- a/ofproto/ofproto-dpif-xlate.c +++ b/ofproto/ofproto-dpif-xlate.c @@ -1778,11 +1778,7 @@ process_special(struct xlate_ctx *ctx, const struct flow *flow, bfd_process_packet(xport->bfd, flow, packet); /* If POLL received, immediately sends FINAL back. */ if (bfd_should_send_packet(xport->bfd)) { - if (xport->peer) { - ofproto_dpif_monitor_port_send_soon(xport->ofport); - } else { - ofproto_dpif_monitor_port_send_soon_safe(xport->ofport); - } + ofproto_dpif_monitor_port_send_soon(xport->ofport); } } return SLOW_BFD;