enum acl_access control)
{
struct acl_addr* node = acl_find_or_create(acl_interface, addr, addrlen, control);
- node->is_inteface = 1;
+ node->is_interface = 1;
return node;
}
verbose(VERB_ALGO, "%s query from %s port %d because of "
"%s/%d %s%s", action, a, (int)port, n,
acladdr->node.net,
- acladdr->is_inteface?"(ACL on interface IP) ":"",
+ acladdr->is_interface?"(ACL on interface IP) ":"",
acl_access_to_str(acl));
} else {
verbose(VERB_ALGO, "%s query from %s port %d", action, a,
/** size of the tag_datas array */
size_t tag_datas_size;
/* If the acl node is for an interface */
- int is_inteface;
+ int is_interface;
/* view element, NULL if none */
struct view* view;
};