From 7c5d82806c11886bcc08821584fe51790a593feb Mon Sep 17 00:00:00 2001 From: Hans Dedecker Date: Thu, 4 Dec 2014 12:07:18 +0000 Subject: netifd: Add igmpversion config support Config support to set the IGMP host version on device level; possible values are : 1 : IGMPv1 2 : IGMPv2 3 : IGMPv3 Signed-off-by: Hans Dedecker Cleand up and simplified Signed-off-by: Steven Barth --- system-dummy.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'system-dummy.c') diff --git a/system-dummy.c b/system-dummy.c index 76c6ffa..9542d3c 100644 --- a/system-dummy.c +++ b/system-dummy.c @@ -215,6 +215,12 @@ bool system_resolve_rpfilter(const char *filter, unsigned int *id) return true; } +bool system_resolve_igmpversion(const unsigned int version, unsigned int *id) +{ + *id = 0; + return true; +} + int system_add_iprule(struct iprule *rule) { return 0; -- cgit v1.2.3