View | Details | Raw Unified | Return to bug 224019
Collapse All | Expand All

(-)/sys/netgraph/ng_patch.h (-1 / +1 lines)
Lines 86-92 Link Here
86
86
87
#define	NG_PATCH_CONFIG_TYPE_INFO {					\
87
#define	NG_PATCH_CONFIG_TYPE_INFO {					\
88
	{ "count",		&ng_parse_uint32_type		},	\
88
	{ "count",		&ng_parse_uint32_type		},	\
89
	{ "csum_flags",		&ng_parse_uint64_type		},	\
89
	{ "csum_flags",		&ng_parse_uint32_type		},	\
90
	{ "ops",		&ng_patch_ops_array_type		},	\
90
	{ "ops",		&ng_patch_ops_array_type		},	\
91
	{ NULL }							\
91
	{ NULL }							\
92
}
92
}

Return to bug 224019