]> git.ipfire.org Git - thirdparty/lldpd.git/commit
lldpcli: add "configure system hostname ." to use node name
authorVincent Bernat <vincent@bernat.im>
Sun, 13 Aug 2017 13:13:07 +0000 (15:13 +0200)
committerVincent Bernat <vincent@bernat.im>
Sun, 13 Aug 2017 13:13:07 +0000 (15:13 +0200)
commita9d00cbdfff465f20be3a6bc5b2f16fec5a91b71
tree11459b0a7c510d63c62b857a5ac7c5c829975c13
parente636354acc473497477713cdc28ad4bef4becfca
lldpcli: add "configure system hostname ." to use node name

This is a shortcut to "configure system hostname nodename". By default,
lldpd will use the FQDN (resolving the node name using the local
resolver). We let lldpcli interpret "." as a special request to override
this value with the node name (output of "uname -n").

Fix #154
NEWS
src/client/conf-system.c
src/client/lldpcli.8.in