From 525593a7db4a00063a57e146d6e251277a35fe45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Fri, 5 Oct 2018 00:00:00 +0000 Subject: [PATCH] networking: ifup is configured by /etc/network/interfaces --- README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.adoc b/README.adoc index 844884f..8073c0b 100644 --- a/README.adoc +++ b/README.adoc @@ -2455,6 +2455,8 @@ Enable: /sbin/ifup -a .... +That command goes over all (`-a) the interfaces in `/etc/network/interfaces` and brings them up. + Disable: ....