cregit-Linux how code gets into the kernel

Release 4.12 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_INPUT,
	
__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 Dichtel5083.33%337.50%
Zhang Shengju46.67%112.50%
Andy Gospodarek23.33%112.50%
Stephen Hemminger23.33%225.00%
David Ahern23.33%112.50%
Total60100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.