mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-08 20:58:20 +03:00
conf parser: add config_parse_ip_port
This commit is contained in:
parent
9cdf4e3d7d
commit
9861673574
@ -600,8 +600,8 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>Configures the default destination UDP port on a per-device basis.
|
<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.
|
If destination port is not specified then Linux kernel default will be used.
|
||||||
Set destination port 4789 to get the IANA assigned value,
|
Set destination port 4789 to get the IANA assigned value. If not set or if the
|
||||||
and destination port 0 to get default values.</para>
|
destination port is assigned the empty string the default port of 4789 is used.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
@ -646,13 +646,13 @@
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><varname>TOS=</varname></term>
|
<term><varname>TOS=</varname></term>
|
||||||
<listitem>
|
<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>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><varname>TTL=</varname></term>
|
<term><varname>TTL=</varname></term>
|
||||||
<listitem>
|
<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>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
@ -676,7 +676,8 @@
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><varname>DestinationPort=</varname></term>
|
<term><varname>DestinationPort=</varname></term>
|
||||||
<listitem>
|
<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>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user