> 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
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
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