From 82999c9c7a1ce57debe893b25ca752d3bbc949fb Mon Sep 17 00:00:00 2001 From: Culsu Date: Sun, 29 Nov 2020 22:32:24 +0100 Subject: [PATCH] Added hint how to restart the network interface (after adding alias) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df8994b..8f2641a 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ jail_enable="YES" ``` You may need to replace the interface name `em0` with the one in use on your system. -To apply the alias to the interface you can use the netif rc script: `/etc/rc.d/netif restart`. +You might need to restart the interface to apply the alias: `/etc/rc.d/netif restart`. ### Create the jail ```