]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
conf parser: add config_parse_ip_port 5808/head
authorSusant Sahani <susant@redhat.com>
Sat, 29 Apr 2017 18:04:17 +0000 (23:34 +0530)
committerSusant Sahani <susant@redhat.com>
Sat, 29 Apr 2017 18:04:17 +0000 (23:34 +0530)
man/systemd.netdev.xml

index cb2bd23f7133d2665a23f38edf6c6155b11a527b..f9b558520b68c4c576b86564426bef9d1c0d4913 100644 (file)
       <listitem>
         <para>Configures the default destination UDP port on a per-device basis.
         If destination port is not specified then Linux kernel default will be used.
-        Set destination port 4789 to get the IANA assigned value,
-        and destination port 0 to get default values.</para>
+        Set destination port 4789 to get the IANA assigned value. If not set or if the
+        destination port is assigned the empty string the default port of 4789 is used.</para>
       </listitem>
     </varlistentry>
     <varlistentry>
       <varlistentry>
         <term><varname>TOS=</varname></term>
         <listitem>
-          <para>Specifies the TOS value to use in outgoing packets. Ranges [1-255]. </para>
+          <para>Specifies the TOS value to use in outgoing packets. Ranges [1-255].</para>
         </listitem>
       </varlistentry>
       <varlistentry>
         <term><varname>TTL=</varname></term>
         <listitem>
-          <para>Specifies the TTL value to use in outgoing packets. Ranges [1-255]. </para>
+          <para>Specifies the TTL value to use in outgoing packets. Ranges [1-255].</para>
         </listitem>
       </varlistentry>
       <varlistentry>
     <varlistentry>
       <term><varname>DestinationPort=</varname></term>
       <listitem>
-        <para>Specifies destination port. Defaults to 6081.</para>
+        <para>Specifies destination port. Defaults to 6081. If not set or assigned the empty string, the default
+        port of 6081 is used.</para>
       </listitem>
     </varlistentry>
     <varlistentry>