diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 2000-12-12 23:12:22 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 2000-12-12 23:12:22 +0000 |
| commit | eb1fc88909d13eef8d4f9dcce36d7e019aa2304f (patch) | |
| tree | 20e88a5fc5295a3d749528da960427dc1dbaa003 /sys/netgraph | |
| parent | d00a91423de97a7d0718e847cca4f38678046387 (diff) | |
Notes
Diffstat (limited to 'sys/netgraph')
| -rw-r--r-- | sys/netgraph/ng_one2many.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netgraph/ng_one2many.h b/sys/netgraph/ng_one2many.h index 182a7d127a83b..79d45b3394631 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 } \ } \ |
