Tcl Library Source Code

View Ticket
Login
Ticket UUID: 0fc3770ef50ec3c83460f6852cebb3074ee5e630
Title: Request for IPv6 support in the function ::ip::nextNet
Type: RFE Version: 1.2
Submitter: anonymous Created on: 2014-02-03 23:13:31
Subsystem: ip Assigned To:
Priority: 5 Medium Severity: Minor
Status: Open Last Modified: 2014-02-04 20:09:49
Resolution: None Closed By: nobody
    Closed on:
Description:
Reference material
http://www2.tcl.tk/13489

Looking over the above functions listed on the webpage, it seems possible to do a unified nextNet function that will function for Ipv4 and IPv6. 

The underlying string operations would require some additional functions not laid out on the referenced page, but are fairly trivial to code.
User Comments: aku added on 2014-02-04 20:09:49:
Nit: The proper reference is http://wiki.tcl.tk/13489
Please supply a patch implementing the feature.