From 653a6eed8d12dd6054f19ccacfeb35a0817e0b97 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 4 Sep 2019 16:37:16 +0200 Subject: bonding: T1614: use new bonding CLI for link members --- docs/interfaces/bonding.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs/interfaces/bonding.rst') diff --git a/docs/interfaces/bonding.rst b/docs/interfaces/bonding.rst index d865eb78..72deb03b 100644 --- a/docs/interfaces/bonding.rst +++ b/docs/interfaces/bonding.rst @@ -54,10 +54,8 @@ Now bond some physical interfaces into bond0: .. code-block:: sh - set interfaces ethernet eth0 bond-group 'bond0' - set interfaces ethernet eth0 description 'member of bond0' - set interfaces ethernet eth1 bond-group 'bond0' - set interfaces ethernet eth1 description 'member of bond0' + set interfaces bonding bond0 member interface eth0 + set interfaces bonding bond0 member interface eth1 After a commit you may treat bond0 as almost a physical interface (you can't change its` duplex, for example) and assign IPs or VIFs on it. -- cgit v1.2.3