orber_acl
orber_acl
Module
orber_acl
Module summary
Orber ACL operations
Description
This module contains functions intended for analyzing Access Control List (ACL) filters. The filters uses a extended format of Classless Inter Domain Routing (CIDR). For example, "123.123.123.10"
limits the connection to that particular host, while "123.123.123.10/17"
allows connections to or from any host equal to the 17 most significant bits. Orber also allow the user to specify a certain port or port range, for example, "123.123.123.10/17#4001"
and "123.123.123.10/17#4001/5001"
respectively. IPv4 or none compressed IPv6 strings are accepted.
Exports
match(IP, Direction) -> boolean()
match(IP, Direction, GetInfo) -> Reply
Types:
IP =