X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fcfm.c;h=64ad18cfa817759e9b514cc3e04a06a636b3d82e;hb=ec9f40dce11c7e81bc41d42e3bbfaaf8287165ce;hp=4d4ebcbd944c5b4dcabce5ec6203578a8dab823f;hpb=4be5ac89bea2972007d53992be841e0e8eb3350b;p=sliver-openvswitch.git diff --git a/lib/cfm.c b/lib/cfm.c index 4d4ebcbd9..64ad18cfa 100644 --- a/lib/cfm.c +++ b/lib/cfm.c @@ -92,9 +92,9 @@ struct cfm { bool check_tnl_key; /* Verify the tunnel key of inbound packets? */ bool extended; /* Extended mode. */ bool demand; /* Demand mode. */ - bool booted; /* A full fault interval has occured. */ + bool booted; /* A full fault interval has occurred. */ enum cfm_fault_reason fault; /* Connectivity fault status. */ - enum cfm_fault_reason recv_fault; /* Bit mask of faults occuring on + enum cfm_fault_reason recv_fault; /* Bit mask of faults occurring on receive. */ bool opup; /* Operational State. */ bool remote_opup; /* Remote Operational State. */