# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-06-01 06:06+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "NETWORKD\\&.CONF" msgstr "" #. type: TH #: archlinux fedora-40 mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "systemd 255" msgstr "" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "networkd.conf" msgstr "" #. ----------------------------------------------------------------- #. * MAIN CONTENT STARTS HERE * #. ----------------------------------------------------------------- #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed msgid "networkd.conf, networkd.conf.d - Global Network configuration files" msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed msgid "/etc/systemd/networkd\\&.conf" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed msgid "/etc/systemd/networkd\\&.conf\\&.d/*\\&.conf" msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed msgid "/usr/lib/systemd/networkd\\&.conf\\&.d/*\\&.conf" msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-tumbleweed msgid "" "These configuration files control global network parameters\\&. Currently " "the DHCP Unique Identifier (DUID)\\&." msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "CONFIGURATION DIRECTORIES AND PRECEDENCE" msgstr "" #. type: Plain text #: archlinux fedora-40 mageia-cauldron opensuse-tumbleweed msgid "" "The default configuration is set during compilation, so configuration is " "only needed when it is necessary to deviate from those defaults\\&. The main " "configuration file is either in /usr/lib/systemd/ or /etc/systemd/ and " "contains commented out entries showing the defaults as a guide to the " "administrator\\&. Local overrides can be created by creating drop-ins, as " "described below\\&. The main configuration file can also be edited for this " "purpose (or a copy in /etc/ if it\\*(Aqs shipped in /usr/) however using " "drop-ins for local configuration is recommended over modifications to the " "main configuration file\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-tumbleweed msgid "" "In addition to the \"main\" configuration file, drop-in configuration " "snippets are read from /usr/lib/systemd/*\\&.conf\\&.d/, /usr/local/lib/" "systemd/*\\&.conf\\&.d/, and /etc/systemd/*\\&.conf\\&.d/\\&. Those drop-ins " "have higher precedence and override the main configuration file\\&. Files in " "the *\\&.conf\\&.d/ configuration subdirectories are sorted by their " "filename in lexicographic order, regardless of in which of the " "subdirectories they reside\\&. When multiple files specify the same option, " "for options which accept just a single value, the entry in the file sorted " "last takes precedence, and for options which accept a list of values, " "entries are collected as they occur in the sorted files\\&." msgstr "" #. type: Plain text #: archlinux fedora-40 mageia-cauldron msgid "" "When packages need to customize the configuration, they can install drop-ins " "under /usr/\\&. Files in /etc/ are reserved for the local administrator, who " "may use this logic to override the configuration files installed by vendor " "packages\\&. Drop-ins have to be used to override package drop-ins, since " "the main configuration file has lower precedence\\&. It is recommended to " "prefix all filenames in those subdirectories with a two-digit number and a " "dash, to simplify the ordering of the files\\&. This also defined a concept " "of drop-in priority to allow distributions to ship drop-ins within a " "specific range lower than the range used by users\\&. This should lower the " "risk of package drop-ins overriding accidentally drop-ins defined by " "users\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed msgid "" "To disable a configuration file supplied by the vendor, the recommended way " "is to place a symlink to /dev/null in the configuration directory in /etc/, " "with the same filename as the vendor configuration file\\&." msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "[NETWORK] SECTION OPTIONS" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed msgid "The following options are available in the [Network] section:" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed msgid "I" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed msgid "" "Takes a boolean\\&. If set to yes, then B measures the " "traffic of each interface, and BI shows the " "measured speed\\&. Defaults to no\\&." msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed msgid "Added in version 244\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed msgid "I" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed msgid "" "Specifies the time interval to calculate the traffic speed of each " "interface\\&. If I, the value is ignored\\&. Defaults to " "10sec\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed msgid "I" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed msgid "" "A boolean\\&. When true, B will remove rules that are not " "configured in \\&.network files (except for rules with protocol " "\"kernel\")\\&. When false, it will not remove any foreign rules, keeping " "them even if they are not configured in a \\&.network file\\&. Defaults to " "yes\\&." msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed msgid "Added in version 249\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed msgid "I" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed msgid "" "A boolean\\&. When true, B will remove routes that are not " "configured in \\&.network files (except for routes with protocol \"kernel\", " "\"dhcp\" when I is true or \"dhcp\", and \"static\" when " "I is true or \"static\")\\&. When false, it will not " "remove any foreign routes, keeping them even if they are not configured in a " "\\&.network file\\&. Defaults to yes\\&." msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed msgid "Added in version 246\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed msgid "I" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed msgid "" "Defines the route table name\\&. Takes a whitespace-separated list of the " "pairs of route table name and number\\&. The route table name and number in " "each pair are separated with a colon, i\\&.e\\&., \"I:I\"\\&. " "The route table name must not be \"default\", \"main\", or \"local\", as " "these route table names are predefined with route table number 253, 254, and " "255, respectively\\&. The route table number must be an integer in the range " "1\\&...4294967295, except for predefined numbers 253, 254, and 255\\&. This " "setting can be specified multiple times\\&. If an empty string is specified, " "then the list specified earlier are cleared\\&. Defaults to unset\\&." msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed msgid "Added in version 248\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed msgid "I" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed msgid "" "Specifies the default value for per-network I\\&. " "Takes a boolean or the special values \"prefer-public\" and \"kernel\"\\&. " "See for details in B(5)\\&. Defaults to \"no\"\\&." msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed msgid "Added in version 254\\&." msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "[DHCPV4] SECTION OPTIONS" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed msgid "" "This section configures the DHCP Unique Identifier (DUID) value used by DHCP " "protocol\\&. DHCPv4 client protocol sends IAID and DUID to the DHCP server " "when acquiring a dynamic IPv4 address if B\\&. IAID " "and DUID allows a DHCP server to uniquely identify the machine and the " "interface requesting a DHCP IP address\\&. To configure IAID and " "ClientIdentifier, see B(5)\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed msgid "The following options are understood:" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed msgid "I" msgstr "" #. type: Plain text #: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-tumbleweed msgid "" "Specifies how the DUID should be generated\\&. See \\m[blue]B\\m[]\\&\\s-2\\u[1]\\d\\s+2 for a description of all the options\\&." msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed msgid "" "This takes an integer in the range 0\\&...65535, or one of the following " "string values:" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed msgid "B" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed msgid "" "If \"DUIDType=vendor\", then the DUID value will be generated using " "\"43793\" as the vendor identifier (systemd) and hashed contents of " "B(5)\\&. This is the default if I is not specified\\&." msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed msgid "Added in version 230\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed msgid "B" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed msgid "" "If \"DUIDType=uuid\", and I is not set, then the product UUID " "is used as a DUID value\\&. If a system does not have valid product UUID, " "then an application-specific B(5) is used as a DUID value\\&. " "About the application-specific machine ID, see " "B(3)\\&." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed msgid "BI