Igalia / pflua

Packet filtering in Lua
Other
313 stars 39 forks source link

Generate 'ether' clauses, and IPv6 addresses and netmasks. #219

Closed kbara closed 9 years ago

kbara commented 9 years ago

This relies on https://github.com/Igalia/pflua/pull/213 or equivalent work being merged.

kbara commented 9 years ago

An example of a filter which works after rebasing on #213 , but not on master: not not not dst net 76.75.61.0/26 or net 205 && sctp and icmp6

kbara commented 9 years ago

Tested against 1f446ac6; enough equivalent work has been merged that this now passes, so can be merged after review.

dpino commented 9 years ago

LGTM.

kbara commented 9 years ago

Merging despite test failure; it's an artefact of the version of master that this was based on, and does not appear when this is merged onto current master.