Split a network into equal subnets. Pick current and new prefix, get full list.
4 subnets
Count = 2^(new − old). Each block sized 2^(32 − new). Capped at 1024 rows for browser sanity.
192.168.1.0/24 → /26 → 4 × /26 subnetsYes. For varied sizes use VLSM Calculator.
Larger splits (e.g. /0 → /24 = 16M rows) would freeze the page. Copy logic scales, UI does not.