cfm: Migrate cfm/show unixctl command to CFM module.
[sliver-openvswitch.git] / ofproto / ofproto-dpif.c
index d3cb92b..5807c56 100644 (file)
@@ -750,6 +750,7 @@ set_cfm(struct ofport *ofport_, const struct cfm *cfm,
 
         ofport->cfm->mpid = cfm->mpid;
         ofport->cfm->interval = cfm->interval;
+        ofport->cfm->name = cfm->name;
         memcpy(ofport->cfm->maid, cfm->maid, CCM_MAID_LEN);
 
         cfm_update_remote_mps(ofport->cfm, remote_mps, n_remote_mps);