From: Susant Sahani Date: Sat, 29 Apr 2017 18:04:17 +0000 (+0530) Subject: conf parser: add config_parse_ip_port X-Git-Tag: v234~258^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9861673574097a07eb1590d17eda6fb4c175eebc;p=thirdparty%2Fsystemd.git conf parser: add config_parse_ip_port --- diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index cb2bd23f713..f9b558520b6 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -600,8 +600,8 @@ 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. + 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. @@ -646,13 +646,13 @@ TOS= - Specifies the TOS value to use in outgoing packets. Ranges [1-255]. + Specifies the TOS value to use in outgoing packets. Ranges [1-255]. TTL= - Specifies the TTL value to use in outgoing packets. Ranges [1-255]. + Specifies the TTL value to use in outgoing packets. Ranges [1-255]. @@ -676,7 +676,8 @@ DestinationPort= - Specifies destination port. Defaults to 6081. + Specifies destination port. Defaults to 6081. If not set or assigned the empty string, the default + port of 6081 is used.