diff options
| author | David Stevens <dlstevens@us.ibm.com> | 2004-01-28 22:58:29 -0800 |
|---|---|---|
| committer | Patrick McHardy <kaber@trash.net> | 2004-01-28 22:58:29 -0800 |
| commit | aef22e5b8f3374b0552bc80edf82f1093d72dc79 (patch) | |
| tree | ce9fcacb7cb8e37aac930d9f73769cfcc8bc9f11 /include/linux/inetdevice.h | |
| parent | 6e22ce74ea0666a869ce82f418ce78b5be089fb4 (diff) | |
[IPV4]: Add per-device sysctl to force IGMP version.
Diffstat (limited to 'include/linux/inetdevice.h')
| -rw-r--r-- | include/linux/inetdevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/inetdevice.h b/include/linux/inetdevice.h index 18913dfaddb1..1c5eb02667bb 100644 --- a/include/linux/inetdevice.h +++ b/include/linux/inetdevice.h @@ -21,6 +21,7 @@ struct ipv4_devconf int medium_id; int no_xfrm; int no_policy; + int force_igmp_version; void *sysctl; }; |
