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

Improve networkctl address status reporting #10839

Closed
ghost opened this issue Nov 19, 2018 · 0 comments · Fixed by #13511
Closed

Improve networkctl address status reporting #10839

ghost opened this issue Nov 19, 2018 · 0 comments · Fixed by #13511
Labels
network RFE 🎁 Request for Enhancement, i.e. a feature request

Comments

@ghost
Copy link

ghost commented Nov 19, 2018

Is your feature request related to a problem? Please describe.
Even when particular interface is controlled with systemd-networkd it's still possible to assign addresses to it using external tools (scripts, ip, NetworkManager etc). Would be nice to distinguish between addresses assigned by systemd-networkd from those assigned by external tools.

Describe the solution you'd like
For example, running "networkctl status enp0s1" should give output like

● 1: enp0s1
       Link File: /lib/systemd/network/99-default.link
    Network File: /etc/systemd/network/enp.network
            Type: ether
           State: routable (configured)
 ...
         Address: 10.1.1.110 (DHCP, systemd-networkd)
                        10.1.1.140 (alias, systemd-networkd)
                        10.1.1.141
...

Describe alternatives you've considered
None: I'm not aware of other tools capable of this. Would be happy to stand corrected.

@ghost ghost changed the title Improve networkctl status reporting Improve networkctl address status reporting Nov 19, 2018
@poettering poettering added RFE 🎁 Request for Enhancement, i.e. a feature request network labels Nov 19, 2018
ssahani added a commit to ssahani/systemd that referenced this issue Sep 9, 2019
ssahani added a commit to ssahani/systemd that referenced this issue Sep 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
network RFE 🎁 Request for Enhancement, i.e. a feature request
Development

Successfully merging a pull request may close this issue.

2 participants