mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Change routing0_data_to_addrs BIF to return vector of addresses.
Because the order of addresses in type 0 routing headers is interesting/important.
This commit is contained in:
parent
d889f14638
commit
0ceca706f6
3 changed files with 14 additions and 13 deletions
|
@ -1,4 +1 @@
|
|||
{
|
||||
2001:78:1:32::1,
|
||||
2001:78:1:32::2
|
||||
}
|
||||
[2001:78:1:32::1, 2001:78:1:32::2]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue