X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=ofproto%2Fofproto-dpif.c;h=aba8e3ce08f329b604995de9367bbcae0e5a39c4;hb=db968317f3ab4c44dedd9a125333edaed1924de2;hp=39b83ef3b0da5229f14172d3195bec73d11625bb;hpb=439e4d8cdd9f99462cbe712082935e0c9a728e21;p=openvswitch diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index 39b83ef3..aba8e3ce 100644 --- a/ofproto/ofproto-dpif.c +++ b/ofproto/ofproto-dpif.c @@ -4046,7 +4046,6 @@ slave_enabled_cb(uint16_t ofp_port, void *ofproto_) case OFPP_NORMAL: case OFPP_FLOOD: case OFPP_ALL: - case OFPP_LOCAL: case OFPP_NONE: return true; case OFPP_CONTROLLER: /* Not supported by the bundle action. */