From 97748cae2e6261d8fdc7c331a4d82828ac51ed81 Mon Sep 17 00:00:00 2001 From: Jakub Grajciar Date: Thu, 4 Oct 2018 11:05:35 +0200 Subject: IGMP: proxy device Create 'proxy device' per VRF and add one upstream and one or many downstream interfaces. Change-Id: I1cef05fb01e73a5b483c7a2f4debaaeffe2c8155 Signed-off-by: Jakub Grajciar --- src/plugins/igmp/igmp_format.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/igmp/igmp_format.h') diff --git a/src/plugins/igmp/igmp_format.h b/src/plugins/igmp/igmp_format.h index 84862bb3afc..b7e6c954ac9 100644 --- a/src/plugins/igmp/igmp_format.h +++ b/src/plugins/igmp/igmp_format.h @@ -36,6 +36,8 @@ extern u8 *format_igmp_src_addr_list (u8 * s, va_list * args); extern u8 *format_igmp_key (u8 * s, va_list * args); +extern u8 *format_igmp_proxy_device_id (u8 * s, va_list * args); + #endif /* IGMP_FORMAT_H */ /* -- cgit 1.2.3-korg