loop init
[ferm.git] / test / modules / string.ferm
blob73478f3f0d1d6c486c892a6f15843acbdb9ef3eb
1 table filter chain INPUT {
2     mod string string "foo bar" ACCEPT;
3     mod string algo kmp from 64 to 128 hex-string "deadbeef" ACCEPT;