diff options
| author | Yuriy Andamasov <yuriy@andamasov.com> | 2026-05-07 19:03:46 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@andamasov.com> | 2026-05-07 19:03:46 +0300 |
| commit | 2d8b96f776bff0d1f2f89270f96a2bd3a7f79c5c (patch) | |
| tree | e2451f7374cee9c1251b615a7e8f6a8673089eab | |
| parent | 36101fd850a94244a2e226517bec61f5a72d397b (diff) | |
| download | ipaddrcheck-2d8b96f776bff0d1f2f89270f96a2bd3a7f79c5c.tar.gz ipaddrcheck-2d8b96f776bff0d1f2f89270f96a2bd3a7f79c5c.zip | |
general: T8595: clean leaked internal references
| -rw-r--r-- | AGENTS.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ ## Project purpose -C utility for IPv4/IPv6 address and prefix validation in shell scripts. Used by VyOS as the canonical "is this string a valid IP / network / host / CIDR?" checker invoked from XML validators and conf-mode scripts. Fast and exit-status-driven (intended for `if ipaddrcheck --is-ipv4 ...; then ...`). +C utility for IPv4/IPv6 address and prefix validation in shell scripts. Used by VyOS as the canonical "is this string a valid IP / network / host / CIDR?" checker invoked from XML validators and conf-mode scripts. Fast and exit-status-driven (intended for `if ipaddrcheck --is-ipv4...; then...`). ## Tech stack |
