summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph')
-rw-r--r--sys/netgraph/ng_one2many.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netgraph/ng_one2many.h b/sys/netgraph/ng_one2many.h
index 182a7d1..79d45b3 100644
--- a/sys/netgraph/ng_one2many.h
+++ b/sys/netgraph/ng_one2many.h
@@ -73,8 +73,8 @@ struct ng_one2many_config {
/* Keep this in sync with the above structure definition */
#define NG_ONE2MANY_CONFIG_TYPE_INFO(atype) { \
{ \
- { "xmitAlg", &ng_parse_uint64_type }, \
- { "failAlg", &ng_parse_uint64_type }, \
+ { "xmitAlg", &ng_parse_uint32_type }, \
+ { "failAlg", &ng_parse_uint32_type }, \
{ "enabledLinks", (atype) }, \
{ NULL } \
} \
OpenPOWER on IntegriCloud