diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-09-04 16:37:16 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-11-07 21:54:51 +0100 |
commit | 653a6eed8d12dd6054f19ccacfeb35a0817e0b97 (patch) | |
tree | cd906d64d9d3cdf691e8fa8747dc390aa6e13bb9 /docs | |
parent | df6bf5aa7b6e37d91d2a3de2abea4c894ddaebae (diff) | |
download | vyos-documentation-653a6eed8d12dd6054f19ccacfeb35a0817e0b97.tar.gz vyos-documentation-653a6eed8d12dd6054f19ccacfeb35a0817e0b97.zip |
bonding: T1614: use new bonding CLI for link members
Diffstat (limited to 'docs')
-rw-r--r-- | docs/interfaces/bonding.rst | 6 |
1 files changed, 2 insertions, 4 deletions
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. |