Closed deitch closed 6 months ago
The original had a typo, using ALUOpAdd for adding the netmask in the BPF operation, when it should have been ALUOpAnd (one letter difference). This made netmasked operations fail. It also therefore carried through to all of the tests.
ALUOpAdd
ALUOpAnd
Fixes #50
The original had a typo, using
ALUOpAdd
for adding the netmask in the BPF operation, when it should have beenALUOpAnd
(one letter difference). This made netmasked operations fail. It also therefore carried through to all of the tests.Fixes #50