diff options
author | Steven Barth <steven@midlink.org> | 2014-12-23 14:12:32 +0100 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-12-23 14:12:32 +0100 |
commit | 6b4570a107447034b5ae3861a7ca388d3052460a (patch) | |
tree | 5f65dc9775616c84d1e52c1d7c870244750addff /system-dummy.c | |
parent | 02713a50084b26a927d5d1f95455829d320aa4e1 (diff) |
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 <dedeckeh@gmail.com>
Cleaned up and simplified.
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat (limited to 'system-dummy.c')
-rw-r--r-- | system-dummy.c | 6 |
1 files changed, 0 insertions, 6 deletions
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; |