luci-mod-status: nftables.js: correct icmp display
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
(cherry picked from commit 6a03a88430
)
This commit is contained in:
parent
e07607129e
commit
2878b35deb
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ var expr_translations = {
|
|||
'ip.dport': _('Destination port', 'nft ip dport'),
|
||||
'ip6.saddr': _('Source IPv6', 'nft ip6 saddr'),
|
||||
'ip6.daddr': _('Destination IPv6', 'nft ip6 daddr'),
|
||||
'icmp.code': _('ICMPv6 code', 'nft icmpv6 code'),
|
||||
'icmp.type': _('ICMPv6 type', 'nft icmpv6 type'),
|
||||
'icmp.code': _('ICMP code', 'nft icmp code'),
|
||||
'icmp.type': _('ICMP type', 'nft icmp type'),
|
||||
'icmpv6.code': _('ICMPv6 code', 'nft icmpv6 code'),
|
||||
'icmpv6.type': _('ICMPv6 type', 'nft icmpv6 type'),
|
||||
'tcp.sport': _('TCP source port', 'nft tcp sport'),
|
||||
|
|
Loading…
Reference in a new issue