summaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-05-07 19:03:46 +0300
committerYuriy Andamasov <yuriy@andamasov.com>2026-05-07 19:03:46 +0300
commit2d8b96f776bff0d1f2f89270f96a2bd3a7f79c5c (patch)
treee2451f7374cee9c1251b615a7e8f6a8673089eab /AGENTS.md
parent36101fd850a94244a2e226517bec61f5a72d397b (diff)
downloadipaddrcheck-2d8b96f776bff0d1f2f89270f96a2bd3a7f79c5c.tar.gz
ipaddrcheck-2d8b96f776bff0d1f2f89270f96a2bd3a7f79c5c.zip
general: T8595: clean leaked internal references
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 5853ee3..8a48518 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -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