alakiza

Results 5 comments of alakiza

same how to reproduce: 1) install xt_NAT 2) configure as you want 3) From client: masscan xxx.xxx.xxx.xxx/xx --ports U:1-65535 --adapter-port 40000-48191 --rate 1000

this is not a fix, but module doesn't crash and cpu not stuck (just comment printk) ``` diff --git a/xt_NAT.c b/xt_NAT.c index 739de02..5ac268d 100644 --- a/xt_NAT.c +++ b/xt_NAT.c @@ -625,7...

> Hi. Looks great. Is it possible to add ipv6 support? Hi. I'll try later, because I need to build a test bench with ipv6.

1) Syntax changed Now you can write parameters in any order Now the syntax has become more similar to tc utility 2) filter net6 added

> @svlobanov small update in code > > oopt = conf_get_opt("pppoe", "vlan-mon-enable"); if (opt && atoi(opt) == 0) log_error("pppoe: vlan-mon disabled\n"); else { load_vlan_mon(s); log_error("pppoe: vlan-mon enabled\n"); } > >...