X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fofproto.c;h=849a376aec395c72c9b158976bc814362dd650d2;hb=e0b2332760c97b8dbe6fdd89e18634a7e8f8050e;hp=6fd2369d41c33c534b1542088b5e507ec0e788fd;hpb=81d1ea941425aea5eff1d9582ad12c9b3b528fe8;p=openvswitch diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index 6fd2369d..849a376a 100644 --- a/ofproto/ofproto.c +++ b/ofproto/ofproto.c @@ -430,7 +430,7 @@ ofproto_set_flow_eviction_threshold(struct ofproto *ofproto, unsigned threshold) } } -/* If forward_bpdu is true, the NORMAL action will forward frames with +/* If forward_bpdu is true, the NORMAL action will forward frames with * reserved (e.g. STP) destination Ethernet addresses. if forward_bpdu is false, * the NORMAL action will drop these frames. */ void @@ -442,7 +442,7 @@ ofproto_set_forward_bpdu(struct ofproto *ofproto, bool forward_bpdu) if (ofproto->ofproto_class->forward_bpdu_changed) { ofproto->ofproto_class->forward_bpdu_changed(ofproto); } - } + } } void