cregit-Linux how code gets into the kernel

Release 4.7 include/uapi/linux/netconf.h

#ifndef _UAPI_LINUX_NETCONF_H_

#define _UAPI_LINUX_NETCONF_H_

#include <linux/types.h>
#include <linux/netlink.h>


struct netconfmsg {
	
__u8	ncm_family;
};

enum {
	
NETCONFA_UNSPEC,
	
NETCONFA_IFINDEX,
	
NETCONFA_FORWARDING,
	
NETCONFA_RP_FILTER,
	
NETCONFA_MC_FORWARDING,
	
NETCONFA_PROXY_NEIGH,
	
NETCONFA_IGNORE_ROUTES_WITH_LINKDOWN,
	
__NETCONFA_MAX
};

#define NETCONFA_MAX	(__NETCONFA_MAX - 1)

#define NETCONFA_ALL	-1


#define NETCONFA_IFINDEX_ALL		-1

#define NETCONFA_IFINDEX_DEFAULT	-2

#endif /* _UAPI_LINUX_NETCONF_H_ */

Overall Contributors

PersonTokensPropCommitsCommitProp
nicolas dichtelnicolas dichtel5086.21%342.86%
zhang shengjuzhang shengju46.90%114.29%
andy gospodarekandy gospodarek23.45%114.29%
stephen hemmingerstephen hemminger23.45%228.57%
Total58100.00%7100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}