mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix similar issues with ValueTo* methods in the input framework
This commit is contained in:
parent
d6116b0141
commit
04c201393f
4 changed files with 87 additions and 12 deletions
|
@ -0,0 +1,2 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
warning: Value 'asdf' for stream 'denylist' is not a valid enum.
|
|
@ -0,0 +1,10 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
{
|
||||
[192.168.17.1] = [colors={
|
||||
Red,
|
||||
White
|
||||
}],
|
||||
[192.168.250.3] = [colors={
|
||||
Blue
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue