index
:
ipaddrcheck.git
circinus
cla
crux
current
equuleus
master
mergify/bp/circinus/pr-11
revert-1-patch-1
sagitta
An IPv4 and IPv6 validation utility for use in scripts (mirror of https://github.com/vyos/ipaddrcheck.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
integration_tests.sh
Age
Commit message (
Collapse
)
Author
2024-01-04
Add --range-prefix-length option
Daniil Baturin
to require the range boundaries to lie within the same subnet of a given size
2024-01-03
Complete implementation of IPv4 and IPv6 address range checks
Daniil Baturin
* Add IPv6 range checking and tests for it * Expose both options in the help message * Explain in comments how the range checking logic works
2022-09-06
T4472: add an option for verifying IPv4 ranges (#6)
Daniil Baturin
2020-06-10
Remove some extra whitespace.
Daniil Baturin
2020-06-10
Add tests for --is-any-host
Daniil Baturin
2018-11-29
T816: add unit tests for the case of IPv6 addresses with multiple double ↵
Daniil Baturin
semicolons.
2018-05-12
Resolve license inconsistencies (should be GPLv2+), update version and ↵
Daniil Baturin
copyrights.
2013-06-03
Add boilerplates for is-any-host and is-any-net.
Daniil Baturin
2013-06-02
Fix some typos in integration tests.
Stanislav Tkachenko
2013-06-02
Added a few integration tests
Stanislav Tkachenko
2013-05-31
Remove fake failure from integration tests.
Daniil Baturin
2013-05-30
Add missing license headers.
Daniil Baturin
2013-05-30
Add integration tests skeleton and some testcases, include in "make check" ↵
Daniil Baturin
target.