Acked-by: Jarno Rajahalme <[email protected]> On Dec 10, 2013, at 11:19 PM, Ben Pfaff <[email protected]> wrote:
> Signed-off-by: Ben Pfaff <[email protected]> > --- > ofproto/ofproto-provider.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/ofproto/ofproto-provider.h b/ofproto/ofproto-provider.h > index 54d97f1..600b92b 100644 > --- a/ofproto/ofproto-provider.h > +++ b/ofproto/ofproto-provider.h > @@ -162,6 +162,8 @@ 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. */ > struct ofport { > -- > 1.7.10.4 > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
