]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_vxlan_instance.h
Merge pull request #6732 from opensourcerouting/printfrr-prep
[mirror_frr.git] / pimd / pim_vxlan_instance.h
index 3f99483fbe19c4a2841699231a36bb3b4f0afb17..5b35bcbeaa51cd627413eecd7fe078424e073f69 100644 (file)
@@ -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;
 };