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:
Jon Siwek 2012-03-26 14:35:01 -05:00
parent d889f14638
commit 0ceca706f6
3 changed files with 14 additions and 13 deletions

View file

@ -1,4 +1 @@
{
2001:78:1:32::1,
2001:78:1:32::2
}
[2001:78:1:32::1, 2001:78:1:32::2]