diff options
| author | Daniil Baturin <daniil@vyos.io> | 2022-09-06 18:19:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-06 18:19:01 +0100 |
| commit | 6fd22cc8000e4e5c034617cd02cbd432d673c446 (patch) | |
| tree | 6a83556b4eb30be9274661a3f94211c6f0eed699 /src/ipaddrcheck_functions.h | |
| parent | f84754f9b92bd136ae6fa01b80608d44a13bfff7 (diff) | |
| download | ipaddrcheck-6fd22cc8000e4e5c034617cd02cbd432d673c446.tar.gz ipaddrcheck-6fd22cc8000e4e5c034617cd02cbd432d673c446.zip | |
T4472: add an option for verifying IPv4 ranges (#6)
Diffstat (limited to 'src/ipaddrcheck_functions.h')
| -rw-r--r-- | src/ipaddrcheck_functions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipaddrcheck_functions.h b/src/ipaddrcheck_functions.h index 73dd246..05a19c3 100644 --- a/src/ipaddrcheck_functions.h +++ b/src/ipaddrcheck_functions.h @@ -76,5 +76,6 @@ int is_ipv6_link_local(CIDR *address); int is_valid_intf_address(CIDR *address, char* address_str, int allow_loopback); int is_any_host(CIDR *address); int is_any_net(CIDR *address); +int is_ipv4_range(char* range_str, int verbose); #endif /* IPADDRCHECK_FUNCTIONS_H */ |
