logo

utils-cidr

utilities to manipulate CIDR ip-ranges git clone https://anongit.hacktivis.me/git/utils-cidr.git

README.md (439B)


  1. # utils-cidr: utilities to manipulate CIDR ip-ranges
  2. Web-view of the manpages: https://hacktivis.me/git/utils-cidr.mdoc/
  3. ## Utilities
  4. * `cidr2list` - expand cidr ranges into a list
  5. ## Dependencies
  6. - POSIX utilities
  7. - C99 Compiler (gcc, clang, tcc, ...)
  8. - POSIX.1-2024 make (GNU Make, BSD Make, pdpmake, ...)
  9. ---
  10. ```
  11. Copyright © 2025 Haelwenn (lanodan) Monnier <contact+utils-cidr@hacktivis.me>
  12. SPDX-License-Identifier: MPL-2.0
  13. ```