From 384c5750aac9dbf4fa3e7134aebd4999b25e911e Mon Sep 17 00:00:00 2001 From: Elyse Salberg Date: Thu, 5 Oct 2017 15:08:32 -0400 Subject: [PATCH] Remove old incorrect instruction for promiscuous networking in README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 3d167aad..a96bd3f2 100644 --- a/README.md +++ b/README.md @@ -267,10 +267,6 @@ Normal interface - VLAN - static IPv4: netmask => '255.255.255.0', } -Promiscuous interface: - To set a static or dynamic interface to promiscuous mode (RedHat only), add: - promisc => true - Flush IP addresses: Network scripts on RHEL7 do not flush IP addresses, so you eventually end up with multiple of them, passing `flush => true` will run `ip addr flush` on given interface before notifying the network service.