diff options
author | Daniil Baturin <daniil@baturin.org> | 2019-09-04 17:08:36 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2019-09-04 17:09:23 +0200 |
commit | 9e42f2f599e8bf3976277daca7adefe0ec4f143c (patch) | |
tree | a712a7a6c695bc427a66381e4cdc384c574c16e8 /interface-definitions | |
parent | f2a3f5467941e67b7846df874262dae943193a25 (diff) | |
download | vyos-1x-9e42f2f599e8bf3976277daca7adefe0ec4f143c.tar.gz vyos-1x-9e42f2f599e8bf3976277daca7adefe0ec4f143c.zip |
[service https] T1443: use "listen-address" option instead of "listen-addresses"
to follow the established convention.
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/https.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/https.xml b/interface-definitions/https.xml index 7a87133f3..a3bcacc09 100644 --- a/interface-definitions/https.xml +++ b/interface-definitions/https.xml @@ -9,7 +9,7 @@ <priority>1001</priority> </properties> <children> - <tagNode name="listen-addresses"> + <tagNode name="listen-address"> <properties> <help>Addresses to listen for HTTPS requests</help> <valueHelp> |