diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-02-19 19:59:32 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-02-21 20:40:57 +0100 |
commit | 7cececb2ea707a6d9b063538cf986fd27edd8cd3 (patch) | |
tree | e270e43c9203e5b4c1559ce90ce1dd8852aa6e42 /man/systemd.network.xml | |
parent | 837f57da416be279ef5793e43b34e41247aa90a2 (diff) |
networkd: turn on LLDP reception by default, in "routers-only" mode
This way "networkctl status" becomes a bit more useful by default, as router
information is just visible, without any further configuration.
LLDP reception is fully passive and relatively low simple and low traffic,
hence this should be safe to enable by default.
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r-- | man/systemd.network.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 2de2a550db..bbdcace563 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -339,7 +339,7 @@ <literal>routers-only</literal>. When true, incoming LLDP packets are accepted and a database of all LLDP neighbors maintained. If <literal>routers-only</literal> is set only LLDP data of various types of routers is collected and LLDP data about other types of devices ignored (such as stations, telephones and - others). If false, LLDP reception is disabled. Defaults to <literal>false</literal>. Use + others). If false, LLDP reception is disabled. Defaults to <literal>routers-only</literal>. Use <citerefentry><refentrytitle>networkctl</refentrytitle><manvolnum>1</manvolnum></citerefentry> to query the collected neighbor data. </para> |