X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-provider.h;h=600b92be9e3c56808f26884e3545c17554c2cec4;hb=1a6495b5223687dc0998cbf2ab59aad312980f9f;hp=54d97f186c0b7799b227f37933a71e28a6d857b5;hpb=390eadaa790e7442d1738933937150c49e96d3d4;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-provider.h b/ofproto/ofproto-provider.h index 54d97f186..600b92be9 100644 --- a/ofproto/ofproto-provider.h +++ b/ofproto/ofproto-provider.h @@ -161,6 +161,8 @@ struct ofproto *ofproto_lookup(const char *name); struct ofport *ofproto_get_port(const struct ofproto *, ofp_port_t ofp_port); /* An OpenFlow port within a "struct ofproto". + * + * The port's name is netdev_get_name(port->netdev). * * With few exceptions, ofproto implementations may look at these fields but * should not modify them. */