summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGaige B Paulsen <gaige@cluetrust.com>2025-05-07 15:44:34 -0400
committerGitHub <noreply@github.com>2025-05-08 05:44:34 +1000
commit7a4f22fc4a63bad749b4128495d7dae8917d0b0e (patch)
tree0e68c36d01d5b4fff8f793b2a29faadc789511be /README.md
parent29e8caf907063c2b4c4d2b65861ad595c10c8fb0 (diff)
downloadvyos.vyos-7a4f22fc4a63bad749b4128495d7dae8917d0b0e.tar.gz
vyos.vyos-7a4f22fc4a63bad749b4128495d7dae8917d0b0e.zip
T7162: interface preflight (#397)
* T7162: interface preflight * fix: update with changes from PR 396 * fix: re-run pre-commit for missed updates * fix: typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5d8e1e8b..6650cb67 100644
--- a/README.md
+++ b/README.md
@@ -210,12 +210,15 @@ Additionally:
on the local network
- eth1 and eth2 should be defined and uncofirgured (they'll be overwritten by the tests)
- eth3 and beyond should not be present or interface-related tests will fail
+- when using VMs for testing, ensure that the interfaces don't use `virtio`, as it will supress
+ some interface configurations. `e1000e` is a good choice for testing.
- eth0 is also expected to show `duplex auto` and `speed auto` in the output of `show interfaces`,
however others are not due to the fact that they are repeatedly deleted and recreated
which causes the default values to be hidden.
## Changelogs
-<!--Add a link to a changelog.md file or an external docsite to cover this information. -->
+
+Change logs are available [here](https://github.com/vyos/vyos.vyos/blob/main/CHANGELOG.rst).
## Release notes