Skip to content

Commit

Permalink
doc:tutorial: fix whitespace formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
slyon committed Apr 24, 2024
1 parent 3ee377f commit ff5db92
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/netplan-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ After creating a new configuration as described in [Using netplan set to enable
3: enp6s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 00:16:3e:0c:97:8a brd ff:ff:ff:ff:ff:ff
inet 10.33.59.157/24 metric 100 brd 10.33.59.255 scope global dynamic enp6s0
valid_lft 3589sec preferred_lft 3589sec
valid_lft 3589sec preferred_lft 3589sec
```

* Using the `netplan status` command:
Expand All @@ -427,18 +427,18 @@ After creating a new configuration as described in [Using netplan set to enable
You should see an output similar to this:

```
Online state: online
Online state: online
DNS Addresses: 127.0.0.53 (stub)
DNS Search: lxd
DNS Search: lxd

● 3: enp6s0 ethernet UP (networkd: enp6s0)
MAC Address: 00:16:3e:0c:97:8a (Red Hat, Inc.)
Addresses: 10.33.59.157/24 (dhcp)
DNS Addresses: 10.33.59.1
DNS Search: lxd
Routes: default via 10.33.59.1 from 10.33.59.157 metric 100 (dhcp)
10.33.59.0/24 from 10.33.59.157 metric 100 (link)
10.33.59.1 from 10.33.59.157 metric 100 (dhcp, link)
DNS Search: lxd
Routes: default via 10.33.59.1 from 10.33.59.157 metric 100 (dhcp)
10.33.59.0/24 from 10.33.59.157 metric 100 (link)
10.33.59.1 from 10.33.59.157 metric 100 (dhcp, link)

2 inactive interfaces hidden. Use "--all" to show all.
```
Expand Down

0 comments on commit ff5db92

Please sign in to comment.