1 /* Licensed to the public under the Apache License 2.0. */
5 return L.Class.extend({
6 title: _('Firewall (IPv6)'),
8 rrdargs: function(graph, host, plugin, plugin_instance, dtype) {
10 title: "%H: Firewall: Processed bytes in %pi",
12 number_format: "%5.1lf%sB/s",
13 totals_format: "%5.1lf%sB",
15 types: [ "ipt_bytes" ],
24 title: "%H: Firewall: Processed packets in %pi",
26 number_format: "%5.1lf P/s",
27 totals_format: "%5.1lf%s",
29 types: [ "ipt_packets" ],