diff options
| author | Alex Kudentsov <43482574+alexk37@users.noreply.github.com> | 2026-01-30 21:13:06 +0700 |
|---|---|---|
| committer | Alex Kudentsov <43482574+alexk37@users.noreply.github.com> | 2026-01-30 21:25:49 +0700 |
| commit | b6f7cbda1580e20d40d82e619d3731a3cef2c8c8 (patch) | |
| tree | 4e9b66b4196f7b531218a4893bce96b089cd6100 | |
| parent | 670e9bb98bc1123e81b4bd99983b4ef8b9d5833c (diff) | |
| download | vyos-documentation-b6f7cbda1580e20d40d82e619d3731a3cef2c8c8.tar.gz vyos-documentation-b6f7cbda1580e20d40d82e619d3731a3cef2c8c8.zip | |
vpp: fix bonding inreface examples
vpp: fix bonding inreface examples #2
| -rw-r--r-- | docs/vpp/configuration/interfaces/bonding.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/vpp/configuration/interfaces/bonding.rst b/docs/vpp/configuration/interfaces/bonding.rst index 1f287c4e..3d5c71cf 100644 --- a/docs/vpp/configuration/interfaces/bonding.rst +++ b/docs/vpp/configuration/interfaces/bonding.rst @@ -141,7 +141,7 @@ For detailed information about kernel interface integration, see :doc:`kernel`. .. code-block:: none - set vpp interfaces bonding bond0 kernel-interface vpptap0 + set vpp interfaces bonding bond0 kernel-interface vpptun0 .. important:: @@ -169,10 +169,10 @@ Here's a complete example configuring a bonding interface with LACP: set vpp interfaces bonding bond0 member interface eth1 # Create kernel interface for OS integration - set vpp interfaces bonding bond0 kernel-interface vpptap0 + set vpp interfaces bonding bond0 kernel-interface vpptun0 # Configure IP on kernel interface - set vpp kernel-interfaces vpptap0 address 192.168.1.10/24 + set vpp kernel-interfaces vpptun0 address 192.168.1.10/24 Best Practices -------------- |
