summaryrefslogtreecommitdiff
path: root/mtu1280d.c
AgeCommit message (Collapse)Author
2025-02-28Update mtu1280d.c to fix gcc warningspatch-2marekm72
2020-06-28experimental code to watchdog and reset nfqueueHEADmasterjfesler
2016-06-26cleanup so we can publishJason Fesler
2015-02-21Stop marking packets. Use the verdict API which exists in even older ↵root
versions of the library (makes debian happy).
2015-02-20Figured out NF_DROPJason Fesler
2015-02-18Change our mechanism to mark packets instead of drop packets.Jason Fesler
Dropping wasn't working. :(
2015-02-17Add debug wrapperJason Fesler
Add check for packet length. If packet length is small enough, accept the pakcet instead of rejecting and sending PTB. This is a workaround for iptables routing "too many" packets to me; even with length matching both as the length module and via the u32 matching module, iptables is still sending me packets following the first big packet.
2015-02-17Rename to mtu1280dJason Fesler