X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fofproto.h;h=e0c99eac88c1d8579772cc1f47bc8d6d7c83476d;hb=57d6a4c71bd0b4ed477ec273d4d4f84c5e4ed465;hp=4975a8d3b0bc60bd801b5af3424af7d86af9e0a7;hpb=084f529087b7d3a3b3e0df470ad4ad39800cbab5;p=openvswitch diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h index 4975a8d3..e0c99eac 100644 --- a/ofproto/ofproto.h +++ b/ofproto/ofproto.h @@ -160,6 +160,7 @@ void ofproto_set_extra_in_band_remotes(struct ofproto *, const struct sockaddr_in *, size_t n); void ofproto_set_in_band_queue(struct ofproto *, int queue_id); void ofproto_set_flow_eviction_threshold(struct ofproto *, unsigned threshold); +void ofproto_set_forward_bpdu(struct ofproto *, bool forward_bpdu); void ofproto_set_desc(struct ofproto *, const char *mfr_desc, const char *hw_desc, const char *sw_desc, const char *serial_desc,