]> git.karo-electronics.de Git - karo-tx-linux.git/blob - include/uapi/linux/netconf.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[karo-tx-linux.git] / include / uapi / linux / netconf.h
1 #ifndef _UAPI_LINUX_NETCONF_H_
2 #define _UAPI_LINUX_NETCONF_H_
3
4 #include <linux/types.h>
5 #include <linux/netlink.h>
6
7 struct netconfmsg {
8         __u8    ncm_family;
9 };
10
11 enum {
12         NETCONFA_UNSPEC,
13         NETCONFA_IFINDEX,
14         NETCONFA_FORWARDING,
15         NETCONFA_RP_FILTER,
16         NETCONFA_MC_FORWARDING,
17         __NETCONFA_MAX
18 };
19 #define NETCONFA_MAX    (__NETCONFA_MAX - 1)
20
21 #define NETCONFA_IFINDEX_ALL            -1
22 #define NETCONFA_IFINDEX_DEFAULT        -2
23
24 #endif /* _UAPI_LINUX_NETCONF_H_ */