From b6f7cbda1580e20d40d82e619d3731a3cef2c8c8 Mon Sep 17 00:00:00 2001 From: Alex Kudentsov <43482574+alexk37@users.noreply.github.com> Date: Fri, 30 Jan 2026 21:13:06 +0700 Subject: vpp: fix bonding inreface examples vpp: fix bonding inreface examples #2 --- docs/vpp/configuration/interfaces/bonding.rst | 6 +++--- 1 file 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 -------------- -- cgit v1.2.3