Re: [ovs-dev] [cfm_v2 9/9] cfm: Write remote MPIDs to the database.

2011-09-09 Thread Ethan Jackson
> cfm_destroy() should free ->rmps. good catch. Thanks for the review, On Fri, Sep 9, 2011 at 11:39, Ben Pfaff wrote: > On Thu, Sep 08, 2011 at 06:59:53PM -0700, Ethan Jackson wrote: >> A controller may want to know which MPIDs are reachable from an >> interface configured with CFM.  This patch

Re: [ovs-dev] [cfm_v2 9/9] cfm: Write remote MPIDs to the database.

2011-09-09 Thread Ben Pfaff
On Thu, Sep 08, 2011 at 06:59:53PM -0700, Ethan Jackson wrote: > A controller may want to know which MPIDs are reachable from an > interface configured with CFM. This patch regularly writes this > information to the database. > > Bug #7014. I think it would be nice if ofproto_port_get_cfm_remote

[ovs-dev] [cfm_v2 9/9] cfm: Write remote MPIDs to the database.

2011-09-08 Thread Ethan Jackson
A controller may want to know which MPIDs are reachable from an interface configured with CFM. This patch regularly writes this information to the database. Bug #7014. --- lib/cfm.c | 23 +++ lib/cfm.h |2 ++ ofproto/ofproto-dpif.c