From 2ae7505f011441d4209216e99398e677d7dbbcab Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Tue, 23 Feb 2016 00:29:32 +0100 Subject: [PATCH] man: network - clarify BindCarrier documentation Make it clear that we are talking of links (in the sense used in networkd) and not ports. Addresses issue #964. --- man/systemd.network.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/man/systemd.network.xml b/man/systemd.network.xml index a6e059ed17..752a15a4e0 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -370,11 +370,9 @@ BindCarrier= - A port or a list of ports. When set, controls the - behavior of the current interface. When all ports in the list - are in an operational down state, the current interface is brought - down. When at least one port has carrier, the current interface - is brought up. + A link name or a list of link names. When set, controls the behavior of the current + link. When all links in the list are in an operational down state, the current link is brought + down. When at least one link has carrier, the current interface is brought up.