You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ndcli list ips 87.106.1.1/32 -a ip,status,pool,layer3domain
INFO - Result for list ips 87.106.1.1/32
ip status pool layer3domain layer3domain
87.106.1.1 Available 51862-global 51862-global
87.106.1.1 Available 6724-global 6724-global
87.106.1.1 Static MORE-BAP-HOLDING default default
87.106.1.1 Available dummy dummy
desired behaviour:
$ ndcli list ips 87.106.1.1/32 -a ip,status,pool,layer3domain
INFO - Result for list ips 87.106.1.1/32
ip status pool layer3domain
87.106.1.1 Available 51862-global
87.106.1.1 Available 6724-global
87.106.1.1 Static MORE-BAP-HOLDING default
87.106.1.1 Available dummy
$ ndcli list ips 87.106.1.1/32 -a ip,status,pool
INFO - Result for list ips 87.106.1.1/32
ip status pool
87.106.1.1 Available
87.106.1.1 Available
87.106.1.1 Static MORE-BAP-HOLDING
87.106.1.1 Available
The text was updated successfully, but these errors were encountered:
actual behaviour
desired behaviour:
The text was updated successfully, but these errors were encountered: