mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-20 16:02:59 +02:00
Firewall: added missing translation for short IPv6 protcol in ruletable
This commit is contained in:
@@ -2472,7 +2472,7 @@ END
|
||||
my $prot;
|
||||
if ($$hash{$key}[8]){
|
||||
if ($$hash{$key}[8] eq "IPv6"){
|
||||
push (@protocols,"IPv6 Encap")
|
||||
push (@protocols,$Lang::tr{'fwdfw prot41 short'})
|
||||
}else{
|
||||
push (@protocols,$$hash{$key}[8]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user