afab1f5266
In order to validate correct input values for IP addresses new Opt was introduced. Validation is done on parsing level so there is no need to explicitly check for valid ip address in the code. Requirement for netaddr package was added. DocImpact Change-Id: I9adc30d9b989e8c636fefd435885c4c363ca540c Partial-Bug: #1284684
4 lines
35 B
Plaintext
4 lines
35 B
Plaintext
argparse
|
|
netaddr>=0.7.6
|
|
six>=1.7.0
|