36 lines
1.2 KiB
Diff
36 lines
1.2 KiB
Diff
|
From f4fabea55429077c2a4e94fe8015c4ab57f58ff3 Mon Sep 17 00:00:00 2001
|
||
|
From: Fernando Fernandez Mancera <ffmancera@riseup.net>
|
||
|
Date: Mon, 15 Feb 2021 11:02:55 +0100
|
||
|
Subject: [PATCH] README: remove "slaves" leftover from documentation
|
||
|
|
||
|
Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
|
||
|
---
|
||
|
README.md | 4 ++--
|
||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/README.md b/README.md
|
||
|
index 6b15673..06a8b1b 100644
|
||
|
--- a/README.md
|
||
|
+++ b/README.md
|
||
|
@@ -300,7 +300,7 @@ different or the profile may not be tied to an interface at all.
|
||
|
|
||
|
The `zone` option sets the firewalld zone for the interface.
|
||
|
|
||
|
-Slaves to the bridge, bond or team devices cannot specify a zone.
|
||
|
+Ports to the bridge, bond or team devices cannot specify a zone.
|
||
|
|
||
|
|
||
|
### `ip`
|
||
|
@@ -367,7 +367,7 @@ The IP configuration supports the following options:
|
||
|
|
||
|
**Note:** When `route_append_only` or `rule_append_only` is not specified, the `network` role deletes the current routes or routing rules.
|
||
|
|
||
|
-**Note:** Slaves to the bridge, bond or team devices cannot specify `ip` settings.
|
||
|
+**Note:** Ports to the bridge, bond or team devices cannot specify `ip` settings.
|
||
|
|
||
|
### `ethtool`
|
||
|
|
||
|
--
|
||
|
2.29.2
|
||
|
|