diff --git a/doc/examples.md b/doc/examples.md index 7f227408f..7ddfdee79 100644 --- a/doc/examples.md +++ b/doc/examples.md @@ -205,7 +205,7 @@ 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: @@ -213,6 +213,8 @@ network: 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: