Sounds like a good idea to me. I applied the following incremental. diff --git a/lib/cfm.c b/lib/cfm.c index b6994fc..d62d4e2 100644 --- a/lib/cfm.c +++ b/lib/cfm.c @@ -599,9 +599,10 @@ cfm_print_details(struct ds *ds, const struct cfm *cfm) struct remote_mp *rmp; ds_put_format(ds, "---- %s ----\n", cfm->name); - ds_put_format(ds, "MPID %"PRIu64":%s%s%s\n", cfm->mpid, + ds_put_format(ds, "MPID %"PRIu64":%s%s%s%s\n", cfm->mpid, cfm->extended ? " extended" : "", cfm_get_fault(cfm) ? " fault" : "", + cfm->fault_override >= 0 ? " fault_override" : "", cfm->unexpected_recv ? " unexpected_recv" : ""); ds_put_format(ds, "\topstate: %s\n", cfm->opup ? "up" : "down"); -- 1.7.8.3
_______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev