cREoz

Results 2 comments of cREoz

``` diff --git a/iptables-module/xt_mpeg2ts.c b/iptables-module/xt_mpeg2ts.c index 91ae4a0..ca4e5f0 100644 --- a/iptables-module/xt_mpeg2ts.c +++ b/iptables-module/xt_mpeg2ts.c @@ -1299,14 +1299,12 @@ static void mpeg2ts_seq_stop(struct seq_file *s, void *v) static int mpeg2ts_seq_show_real(struct mpeg2ts_stream *stream, struct seq_file...

This patch to get module worked on Debian 8.4, Kernel 4.5.4-1~bpo8+1 (2016-05-13): - fixed msg_level parm init value set on module load - fixed compile error: - linux [seq_file: Remove...