NETPLAN-STATUS(8) | NETPLAN-STATUS(8) |
netplan-status - query networking state of the running system
netplan [--debug] status -h|--help
netplan [--debug] status [interface]
netplan status [interface] queries the current network configuration and displays it in human-readable format.
You can specify interface to display the status of a specific interface.
Currently, netplan status depends on systemd-networkd as a source of data and will try to start it if it's not masked.
The output format is similar to popular diff tools, such diff and git diff. Configuration present only in the system (and therefore missing in the Netplan YAML) will be displayed with a + sign and will be highlighted in green. Configuration present only in Netplan (and therefore missing in the system) will be displayed with a - sign and highlighted in red. The same is applied to network interfaces.
netplan(5), netplan-get(8), netplan-ip(8)
Danilo Egea Gondolfo (danilo.egea.gondolfo@canonical.com).