aboutsummaryrefslogtreecommitdiff
path: root/lib/cfm.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cfm.h')
-rw-r--r--lib/cfm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cfm.h b/lib/cfm.h
index 1c46ffa8..334b80c0 100644
--- a/lib/cfm.h
+++ b/lib/cfm.h
@@ -29,6 +29,7 @@ struct cfm_settings {
int interval; /* The requested transmission interval. */
bool extended; /* Run in extended mode. */
bool opup; /* Operational State. */
+ uint16_t ccm_vlan; /* CCM Vlan tag. Zero if none. */
};
void cfm_init(void);