From 518a4db6282f2a3afe64880ded5f6be3777d3a5b Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Thu, 9 Jul 2020 12:30:39 +0200 Subject: [PATCH] Add a changelog entry for the esx NIC limit changes This was forgotten in 4bd375b6ce3a4c134bab19cd7c9a7a83609547c8 Signed-off-by: Bastien Orivel Reviewed-by: Andrea Bolognani --- NEWS.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index cc35cb26b2..1928220854 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -20,6 +20,11 @@ v6.6.0 (unreleased) * **Improvements** + * esx: Change the NIC limit for recent virtualHW versions + + Specifying a virtualHW version greater or equal to 7 (ESXi 4.0) will allow + you to use up to 10 NICs instead of 4 as it was previously. + * **Bug fixes**