Skip to content

Commit

Permalink
doc:examples: Add reference for NM default config
Browse files Browse the repository at this point in the history
  • Loading branch information
slyon committed Jul 16, 2024
1 parent 980af55 commit 309e905
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,14 +205,16 @@ DHCP can be used to receive one of the IP addresses for the interface. In this c

# How to use NetworkManager as a renderer

Netplan supports both `networkd` and NetworkManager as back ends. You can specify which network back end should be used to configure particular devices by using the `renderer` key. You can also delegate all configuration of the network to NetworkManager itself by specifying only the `renderer` key:
Netplan supports both `networkd` and `NetworkManager` as back ends. You can specify which network back end should be used to configure particular devices by using the `renderer` key. You can also delegate all configuration of the network to NetworkManager itself by specifying only the `renderer` key:

```yaml
network:
version: 2
renderer: NetworkManager
```

See also: [NetworkManager default configuration](/nm-all)

# How to configure interface bonding

Bonding is configured by declaring a bond interface with a list of physical interfaces and a bonding mode:
Expand Down

0 comments on commit 309e905

Please sign in to comment.