Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wicked show-xml eth0 shows info about all interfaces (not filtering) #735

Open
nirmoy opened this issue Feb 20, 2018 · 2 comments
Open

wicked show-xml eth0 shows info about all interfaces (not filtering) #735

nirmoy opened this issue Feb 20, 2018 · 2 comments

Comments

@nirmoy
Copy link

nirmoy commented Feb 20, 2018

'wicked show-xml eth0' it should display information about that specific network interface but instead it's showing info about all interfaces (bsc#954758).

@nirmoy nirmoy changed the title wicked show-xml eth0' shows info about all interfaces (not filtering) wicked show-xml eth0 shows info about all interfaces (not filtering) Feb 20, 2018
@mtomaschewski
Copy link
Member

Use e.g. ni_string_array_t as match filter (empty array == all), not just char *ifname to permit:

  • "wicked show-xml eth0 eth1"
  • "wicked show-xml" == "wicked show-xml all"

mtomaschewski added a commit that referenced this issue Mar 23, 2018
client: fix show-xml to filter by interface name (issue #735,bsc#954758)
@asmorodskyi
Copy link
Contributor

this issue can be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants