[
https://issues.apache.org/jira/browse/CLOUDSTACK-9740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15869539#comment-15869539
]
ASF GitHub Bot commented on CLOUDSTACK-9740:
--------------------------------------------
Github user ustcweizhou commented on the issue:
https://github.com/apache/cloudstack/pull/1909
@niteshsarda in my opinion, what we should change is the search processing,
not the process on creating nic response.
to be clear, in server/src/com/cloud/network/NetworkServiceImpl.java
```
public List<? extends Nic> listNics(ListNicsCmd cmd)
```
> Search for secondary IP of NIC that is attached to an instance is not working
> -----------------------------------------------------------------------------
>
> Key: CLOUDSTACK-9740
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9740
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: API, Management Server
> Reporter: Nitesh Sarda
>
> If instance has more than one secondary IP assigned and administrator
> attempts to search that list, all IPs are displayed instead of being filtered
> by the search string.
> in web UI:
> CCP dashboard -> Instances -> <Instance name> -> NICs -> ”View Secondary IPs”
> -> Search for a IP, but the search returns all the IPs in the list
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)