mirror of
https://github.com/bgp/bgpq4
synced 2025-02-28 08:53:11 +00:00
Empty objects handling: explicit deny-any instead of implicit accept-any.
This commit is contained in:
@@ -189,6 +189,12 @@ sx_radix_tree_new(int af)
|
||||
return rt;
|
||||
};
|
||||
|
||||
int
|
||||
sx_radix_tree_empty(struct sx_radix_tree* t)
|
||||
{
|
||||
return t->head == NULL;
|
||||
};
|
||||
|
||||
struct sx_radix_node*
|
||||
sx_radix_node_new(struct sx_prefix* prefix)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user