X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto.c;h=02769fe8f4dd5532212a1d6001b57737c8c1c7ed;hb=1b63b91eb085b381d0a765855a11a27d9d43c27d;hp=ada11ab11a5e8659c120de6a60bffc757dd45bdb;hpb=8b81d1ef3ca5f1815267a12d44b6ebc96b5a45c1;p=sliver-openvswitch.git diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index ada11ab11..02769fe8f 100644 --- a/ofproto/ofproto.c +++ b/ofproto/ofproto.c @@ -1859,7 +1859,8 @@ ofproto_add_flow(struct ofproto *ofproto, const struct match *match, * OFPERR_* OpenFlow error code on failure, or OFPROTO_POSTPONE if the * operation cannot be initiated now but may be retried later. * - * This is a helper function for in-band control and fail-open. */ + * This is a helper function for in-band control and fail-open and the "learn" + * action. */ int ofproto_flow_mod(struct ofproto *ofproto, struct ofputil_flow_mod *fm) OVS_EXCLUDED(ofproto_mutex)