Jesper Dangaard Brouer
Jesper Dangaard Brouer
> There is already VLAN support. Yes, even double-tagged VLAN support (which is run in production at @danielnielsennumber1 ). As @thebracket noticed in rchac/LibreQoS#26 the catch is that you need...
Because I don't use this software any longer... And I don't have time to maintain it for free any longer.
I have had two jQuery based graph modules recommended: - flot (http://code.google.com/p/flot/) -- Starting to become one of the "go to" libraries for jQuery charting - jqPlot (http://www.jqplot.com/) And some...
Think I like the "flot" (http://code.google.com/p/flot/) graph package best. Just need to find some time to play with it...
That does look super nice. But I'm not really developing this project any more...
> make: **\* /lib/modules/3.2.0-4-amd64/build: No such file or directory. Stop. This indicate you didn't install the kernel headers/build dependencies. Found an old Internet archive link to my old site: http://web.archive.org/web/20150329095630/http://www.iptv-analyzer.org/wiki/index.php/Compile_and_Install
I think we/you should use %pI6, I don't think we need backward compat with 2.6.29. I'm thinking of doing a release, before we start adding IPv6 support. This will give...
I did a release (0.9.4), so it will be easier to distinguish when IPv6 support gets added. We/you still have to fix up the match struct (mpeg2ts_stream_match), so we don't...
Look at how the "xt_hashlimit" module does this split, I think we should use that model. See code at: https://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git/tree/net/netfilter/xt_hashlimit.c
Poke @jordalgo as it looks related to improvement in PR #2795 And @viktormalik