From b75f2601db67975bc3b647e5a9d11b17625e67c8 Mon Sep 17 00:00:00 2001 From: Christer Edwards Date: Wed, 20 Nov 2019 19:52:11 -0700 Subject: [PATCH] add missing sysrc --- docs/chapters/networking.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chapters/networking.rst b/docs/chapters/networking.rst index 3f7961f0..48c2f258 100644 --- a/docs/chapters/networking.rst +++ b/docs/chapters/networking.rst @@ -79,7 +79,7 @@ First, create the loopback interface: .. code-block:: shell ishmael ~ # sysrc cloned_interfaces+=lo1 - ishmael ~ # ifconfig_lo1_name="bastille0" + ishmael ~ # sysrc ifconfig_lo1_name="bastille0" ishmael ~ # service netif cloneup ishmael ~ # ifconfig bastille0 inet 10.17.89.10