#include <AccessList.h>
Public Member Functions | |
AccessList () | |
Constructor for AccessList. | |
int | readFromFile (string aFile) |
Reads an IP access list from a file. | |
int | checkHost (string &aHost) |
Authenticate a host. | |
void | display () |
Display the entire access list. | |
string | getError () |
get the resulting error/warnings after file parsing |
|
Authenticate a host.
|
|
Reads an IP access list from a file.
|