]> git.ipfire.org Git - thirdparty/bird.git/commit
Trie: Clarify handling of less-common net types
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Mon, 29 Nov 2021 18:00:24 +0000 (19:00 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 2 Dec 2021 02:35:29 +0000 (03:35 +0100)
commit78ddfd2600a31305a78dc205b65deba6fb2e0240
tree1b617599e9bba4f969cd89f0bd327c31d7813c6c
parent14fc24f3a53ebc5525b854ccdc93274aa74a400f
Trie: Clarify handling of less-common net types

For convenience, Trie functions generally accept as input values not only
NET_IPx types of nets, but also NET_VPNx and NET_ROAx types. But returned
values are always NET_IPx types.
filter/trie.c