summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2000-12-12 23:12:22 +0000
committerarchie <archie@FreeBSD.org>2000-12-12 23:12:22 +0000
commit36e782e2e6f7c0ef9208ccdae2bf70b0baaebdef (patch)
tree0fa19c373ef3adb5b3eb9058f7a2a816f1ba20d2 /sys/netgraph
parent665c0a9634c4e32f785a874f60fe82cf4ca5b591 (diff)
downloadFreeBSD-src-36e782e2e6f7c0ef9208ccdae2bf70b0baaebdef.zip
FreeBSD-src-36e782e2e6f7c0ef9208ccdae2bf70b0baaebdef.tar.gz
Fix bug in parse type for struct ng_one2many_config.
Reported by: Yian Zhu <Yian.Zhu@qobra.com>
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