From 9861673574097a07eb1590d17eda6fb4c175eebc Mon Sep 17 00:00:00 2001 From: Susant Sahani Date: Sat, 29 Apr 2017 23:34:17 +0530 Subject: conf parser: add config_parse_ip_port --- man/systemd.netdev.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index cb2bd23f71..f9b558520b 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. -- cgit v1.2.3