summaryrefslogtreecommitdiff
path: root/pimd/pim_vxlan_instance.h
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_vxlan_instance.h')
-rw-r--r--pimd/pim_vxlan_instance.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_vxlan_instance.h b/pimd/pim_vxlan_instance.h
index 3f99483fbe..5b35bcbeaa 100644
--- a/pimd/pim_vxlan_instance.h
+++ b/pimd/pim_vxlan_instance.h
@@ -36,6 +36,7 @@ struct pim_vxlan_instance {
/* device used by the dataplane to terminate multicast encapsulated
* vxlan traffic
*/
+ struct interface *term_if_cfg;
struct interface *term_if;
};