mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Firewall: added missing translation for short IPv6 protcol in ruletable
This commit is contained in:
@@ -2472,7 +2472,7 @@ END
|
|||||||
my $prot;
|
my $prot;
|
||||||
if ($$hash{$key}[8]){
|
if ($$hash{$key}[8]){
|
||||||
if ($$hash{$key}[8] eq "IPv6"){
|
if ($$hash{$key}[8] eq "IPv6"){
|
||||||
push (@protocols,"IPv6 Encap")
|
push (@protocols,$Lang::tr{'fwdfw prot41 short'})
|
||||||
}else{
|
}else{
|
||||||
push (@protocols,$$hash{$key}[8]);
|
push (@protocols,$$hash{$key}[8]);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -964,6 +964,7 @@
|
|||||||
'fwdfw pol text1' => 'Firewall-Standardverhalten für von der Firewall selbst initiierte Verbindungen.',
|
'fwdfw pol text1' => 'Firewall-Standardverhalten für von der Firewall selbst initiierte Verbindungen.',
|
||||||
'fwdfw pol title' => 'Standardverhalten der Firewall',
|
'fwdfw pol title' => 'Standardverhalten der Firewall',
|
||||||
'fwdfw prot41' => 'IPv6 Encapsulation (Protokoll 41)',
|
'fwdfw prot41' => 'IPv6 Encapsulation (Protokoll 41)',
|
||||||
|
'fwdfw prot41 short' => 'IPv6 Encap',
|
||||||
'fwdfw red' => 'ROT',
|
'fwdfw red' => 'ROT',
|
||||||
'fwdfw reread' => 'Änderungen übernehmen',
|
'fwdfw reread' => 'Änderungen übernehmen',
|
||||||
'fwdfw rule action' => 'Regelaktion:',
|
'fwdfw rule action' => 'Regelaktion:',
|
||||||
|
|||||||
@@ -989,6 +989,7 @@
|
|||||||
'fwdfw pol text1' => 'Sets the default firewall behaviour for connections initiated by the firewall itself. Attention! You may lock yourself out.',
|
'fwdfw pol text1' => 'Sets the default firewall behaviour for connections initiated by the firewall itself. Attention! You may lock yourself out.',
|
||||||
'fwdfw pol title' => 'Default firewall behaviour',
|
'fwdfw pol title' => 'Default firewall behaviour',
|
||||||
'fwdfw prot41' => 'IPv6 Encapsulation (Protocol 41)',
|
'fwdfw prot41' => 'IPv6 Encapsulation (Protocol 41)',
|
||||||
|
'fwdfw prot41 short' => 'IPv6 Encap',
|
||||||
'fwdfw red' => 'RED',
|
'fwdfw red' => 'RED',
|
||||||
'fwdfw reread' => 'Apply changes',
|
'fwdfw reread' => 'Apply changes',
|
||||||
'fwdfw rule action' => 'Rule action:',
|
'fwdfw rule action' => 'Rule action:',
|
||||||
|
|||||||
Reference in New Issue
Block a user