From 80cd5f1b1fad6abdc1b6fc5148962962bdb4ae1d Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Tue, 21 May 2024 14:42:56 +0300 Subject: [PATCH] docs: update netdog reference Signed-off-by: Emmanuel Ferdman --- QUICKSTART-LOCAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QUICKSTART-LOCAL.md b/QUICKSTART-LOCAL.md index a48f590730c..bdbea0a0815 100644 --- a/QUICKSTART-LOCAL.md +++ b/QUICKSTART-LOCAL.md @@ -42,7 +42,7 @@ version = 1 dhcp4 = true ``` -This will prompt [netdog](https://github.com/bottlerocket-os/bottlerocket/blob/develop/sources/api/netdog/README.md) to set up `enp0s16` as the primary network interface with IPv4 networking configured via DHCP. +This will prompt [netdog](https://github.com/bottlerocket-os/bottlerocket/blob/develop/sources/netdog/README.md) to set up `enp0s16` as the primary network interface with IPv4 networking configured via DHCP. No dedicated DHCP server needs to be running on the host as QEMU will act as one on the virtual network interface. Note that for virtual machines launched with `start-local-vm`, the primary network interface will always be named `enp0s16`. The name will differ when running on bare metal or in a cloud environment.