Merge pull request #5979 from ldir-EDB0/nftables

luci-mod-status: nftables.js: correct icmp display
This commit is contained in:
Jo-Philipp Wich 2022-09-19 09:01:26 +02:00 committed by GitHub
commit d8078cae25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'),