diff options
Diffstat (limited to 'docs/vpp/configuration/interfaces')
| -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 -------------- |
