scripts/ValidateParameters/netaddr/ip/glob.py (9 lines): - line 22: #TODO: Add support for abbreviated ipglobs. - line 23: #TODO: e.g. 192.0.*.* == 192.0.* - line 24: #TODO: *.*.*.* == * - line 25: #TODO: Add strict flag to enable verbose ipglob checking. - line 186: #TODO: this is a workaround, it is produces non-optimal but valid - line 187: #TODO: glob conversions. Fix inner function so that is always - line 188: #TODO: produces a valid glob. - line 194: #TODO: this is still not completely optimised but is good enough - line 195: #TODO: for the moment. scripts/ValidateParameters/netaddr/eui/__init__.py (7 lines): - line 80: #TODO: Improve string parsing here. - line 81: #TODO: Accept full MAC/EUI-48 addressses as well as XX-XX-XX - line 82: #TODO: and just take /16 (see IAB for details) - line 245: #TODO: Improve string parsing here. - line 246: #TODO: '00-50-C2' is actually invalid. - line 247: #TODO: Should be '00-50-C2-00-00-00' (i.e. a full MAC/EUI-48) - line 530: # TODO - settable slices. scripts/ValidateParameters/netaddr/fbsocket.py (1 line): - line 114: #TODO: optimise this ... use inet_aton with mods if available ... scripts/ValidateParameters/netaddr/ip/__init__.py (1 line): - line 781: #TODO: deprecate this option in netaddr 0.8.x