From 6b4570a107447034b5ae3861a7ca388d3052460a Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 23 Dec 2014 14:12:32 +0100 Subject: netifd: Add mldversion config support Config support to set the MLD host version on device level; possible values are : 1 : MLDv1 2 : MLDv2 Signed-off-by: Hans Dedecker Cleaned up and simplified. Signed-off-by: Steven Barth --- system-dummy.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'system-dummy.c') diff --git a/system-dummy.c b/system-dummy.c index 9542d3c..76c6ffa 100644 --- a/system-dummy.c +++ b/system-dummy.c @@ -215,12 +215,6 @@ 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.1