ipaddr icon indicating copy to clipboard operation
ipaddr copied to clipboard

adding iterators; isolating VERSION file

Open tilo opened this issue 1 year ago • 2 comments

@knu @hsbt Changes in this PR:

  • isolates the VERSION file

  • adds iterators:

    • .each : all addresses in a given range
    • .each_host : all usable host addresses in a given range
  • adds size helpers:

    • .ip_range_size : number of all addresses in given range
    • .usable_hosts_size : number of usable host addresses in given range

tilo avatar Nov 29 '24 13:11 tilo

@knu can this be merged?

tilo avatar Mar 25 '25 17:03 tilo

Can you separate isolate version constant and iterators and others?

hsbt avatar Sep 29 '25 01:09 hsbt