Replies: 1 comment 3 replies
-
|
The limitation exists in |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Right so we have for instance code which looks like this
inputs/variables.cfand we have many network ranges defined like this.
and later in
inputs/classes.cfIf we change the first block to
then CFengine complains about
Which makes sense as we are using a non multiple of 8 block. However, we strongly feel this is a bug? Most modern languages have moved away from mask tables only being built in 8-bit chunks.
How do we get around this?
EDIT: Seems the error originates from this
core/libcfnet/addr_lib.c
Line 237 in ff09a71
Could a solution be to change this
core/libcfnet/addr_lib.c
Lines 246 to 254 in ff09a71
to this instead?
Beta Was this translation helpful? Give feedback.
All reactions