[NETNS][IPV6]: Make bindv6only sysctl per namespace.
[deliverable/linux.git] / include / net / netns / ipv6.h
CommitLineData
b0f159db
DL
1/*
2 * ipv6 in net namespaces
3 */
4
5#ifndef __NETNS_IPV6_H__
6#define __NETNS_IPV6_H__
7
760f2d01
DL
8struct ctl_table_header;
9
10struct netns_sysctl_ipv6 {
11#ifdef CONFIG_SYSCTL
12 struct ctl_table_header *table;
13#endif
99bc9c4e 14 int bindv6only;
760f2d01
DL
15};
16
b0f159db 17struct netns_ipv6 {
760f2d01 18 struct netns_sysctl_ipv6 sysctl;
b0f159db
DL
19};
20#endif
This page took 0.025066 seconds and 5 git commands to generate.