summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-11-17 18:48:46 +0100
committerChristian Poessinger <christian@poessinger.com>2021-11-17 18:48:46 +0100
commitfd4e5422b11ad9d908b4c0fcbfa4e76993cb2eb6 (patch)
tree45c4df1d10438d544b873a70c5126df06d4a2a15 /docs
parentad1cc02a66035dde8e2f3416a6ce913260baf0da (diff)
downloadvyos-documentation-fd4e5422b11ad9d908b4c0fcbfa4e76993cb2eb6.tar.gz
vyos-documentation-fd4e5422b11ad9d908b4c0fcbfa4e76993cb2eb6.zip
bond: add note about eve-ng NIC driver
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/interfaces/bonding.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/configuration/interfaces/bonding.rst b/docs/configuration/interfaces/bonding.rst
index 13203d15..e0f2c576 100644
--- a/docs/configuration/interfaces/bonding.rst
+++ b/docs/configuration/interfaces/bonding.rst
@@ -315,6 +315,16 @@ a per VIF IPv4 address.
set interfaces bonding bond0 member interface eth1
set interfaces bonding bond0 member interface eth2
+
+.. note:: If you happen to run this in a virtual environment like by EVE-NG
+ you need to ensure your VyOS NIC is set to use the e1000 driver. Using the
+ default ``virtio-net-pci`` or the ``vmxnet3`` driver will not work. ICMP
+ messages will not be properly processed. They are visible on the virtual wire
+ but will not make it fully up the networking stack.
+
+ You can check your NIC driver by issuing :opcmd:`show interfaces ethernet
+ eth0 physical | grep -i driver`
+
Cisco Catalyst
==============