mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
Firewall/Log, uppercase IPv6 proto, closes https://github.com/opnsense/core/issues/3734
This commit is contained in:
parent
da4a241cfd
commit
1a46ff7399
@ -198,7 +198,7 @@ function parse_filter_line($line, $interface_names = array())
|
||||
$flent['class'] = $rule_data[$field++];
|
||||
$flent['flowlabel'] = $rule_data[$field++];
|
||||
$flent['hlim'] = $rule_data[$field++];
|
||||
$flent['proto'] = $rule_data[$field++];
|
||||
$flent['proto'] = strtoupper($rule_data[$field++]);
|
||||
$flent['protoid'] = $rule_data[$field++];
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user