ca5e8e6c85
There was not a default IP version in "ip availability list" command, if we used this command without "--ip-version" option, the output was different from the outputs with the option "--ip-version 4" and "--ip-version 6" and it is not right. This patch add default IP version (default is 4) in ``ip availability list`` command and make this command work properly without ``--ip-version`` option. And also fix the help message. Change-Id: Idc08ab6eaf05946eb2ab59bfb3d4497a383d987d Closes-Bug: #1592761
6 lines
210 B
YAML
6 lines
210 B
YAML
---
|
|
fixes:
|
|
- Add default IP version in ``ip availability list`` command and make
|
|
this command work properly without ``--ip-version`` option.
|
|
[Bug `1592761 <https://bugs.launchpad.net/bugs/1592761>`_]
|