Describe dummy test model. Work on OpenFlow intro.
[openvswitch] / lib / cfm.h
index de4c299268c8fc8b3bd11afdbe74745384b25628..8bb6778407e5cf6dddd09c937e5740119844b198 100644 (file)
--- a/lib/cfm.h
+++ b/lib/cfm.h
@@ -57,6 +57,8 @@ struct cfm_settings {
     uint16_t ccm_vlan;          /* CCM Vlan tag. Zero if none.
                                    CFM_RANDOM_VLAN if random. */
     uint8_t ccm_pcp;            /* CCM Priority. Zero if none. */
+
+    bool check_tnl_key;         /* Verify inbound packet key? */
 };
 
 void cfm_init(void);