summaryrefslogtreecommitdiff
path: root/src/network/networkd-network.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-12-10 19:03:08 +0100
committerLennart Poettering <lennart@poettering.net>2014-12-10 19:07:48 +0100
commit7303ec8f3009d6630a994644ad9e539813badc52 (patch)
tree9a6a6c2e74f293b057db7570cdf0f4fbd5c55080 /src/network/networkd-network.c
parent96aad8d15a324d0e956a4e5653a11a67b209b41a (diff)
networkd: rename section [BridgePort] → [Bridge]
Let's stick to generic sections that describe the general technology, instead of specific per-object sections, unless we really have a reason to do that otherwise.
Diffstat (limited to 'src/network/networkd-network.c')
-rw-r--r--src/network/networkd-network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-network.c b/src/network/networkd-network.c
index 075596af6b..ef9e0a8c35 100644
--- a/src/network/networkd-network.c
+++ b/src/network/networkd-network.c
@@ -97,7 +97,7 @@ static int network_load_one(Manager *manager, const char *filename) {
"Route\0"
"DHCP\0"
"DHCPv4\0"
- "BridgePort\0",
+ "Bridge\0",
config_item_perf_lookup, network_network_gperf_lookup,
false, false, true, network);
if (r < 0)