mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
wlanap: mon-device no longer displayed
This commit is contained in:
@@ -521,6 +521,7 @@ if ($status){
|
|||||||
$count++;
|
$count++;
|
||||||
}
|
}
|
||||||
for (my $i=0;$i<$#txpower_cmd;$i=$i+4){
|
for (my $i=0;$i<$#txpower_cmd;$i=$i+4){
|
||||||
|
next if (@txpower_cmd[$i] =~ /mon/i);
|
||||||
if ($count % 2){
|
if ($count % 2){
|
||||||
$col="bgcolor='$color{'color20'}'";
|
$col="bgcolor='$color{'color20'}'";
|
||||||
}else{
|
}else{
|
||||||
|
|||||||
@@ -985,7 +985,7 @@
|
|||||||
'fwdfw from' => 'From:',
|
'fwdfw from' => 'From:',
|
||||||
'fwdfw hint ip1' => 'The last generated rule may never match, because source and destination subnets may overlap.',
|
'fwdfw hint ip1' => 'The last generated rule may never match, because source and destination subnets may overlap.',
|
||||||
'fwdfw hint ip2' => 'Please double-check if this rule makes sense: ',
|
'fwdfw hint ip2' => 'Please double-check if this rule makes sense: ',
|
||||||
'fwdfw hint mac' => 'The targetgroup contains MAC addresses which will be skipped during rulecreation.',
|
'fwdfw hint mac' => 'The destination group contains MAC addresses, which will be skipped during rule creation.',
|
||||||
'fwdfw iface' => 'Interface',
|
'fwdfw iface' => 'Interface',
|
||||||
'fwdfw ipsec network' => 'IPsec networks:',
|
'fwdfw ipsec network' => 'IPsec networks:',
|
||||||
'fwdfw log' => 'Log',
|
'fwdfw log' => 'Log',
|
||||||
|
|||||||
Reference in New Issue
Block a user