diff options
author | John Estabrook <jestabro@vyos.io> | 2021-12-13 11:47:12 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-13 11:47:12 -0600 |
commit | 88c38dda4b872d2108156b56538302f4c5058a7e (patch) | |
tree | 61022da45ce9cbba1865ec36c29ef546cbbf8ee0 /interface-definitions/https.xml.in | |
parent | 9191455f1d563f34f709b3021fc01b37755201b3 (diff) | |
parent | 0e3c35e6517f5cfebb4206c735a2ea976a7fd383 (diff) | |
download | vyos-1x-88c38dda4b872d2108156b56538302f4c5058a7e.tar.gz vyos-1x-88c38dda4b872d2108156b56538302f4c5058a7e.zip |
Merge pull request #1105 from jestabro/uds
http-api: T4071: allow API to bind to unix domain socket
Diffstat (limited to 'interface-definitions/https.xml.in')
-rw-r--r-- | interface-definitions/https.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/https.xml.in b/interface-definitions/https.xml.in index d26cd5e7a..33e43a432 100644 --- a/interface-definitions/https.xml.in +++ b/interface-definitions/https.xml.in @@ -101,6 +101,12 @@ <hidden/> </properties> </leafNode> + <leafNode name="socket"> + <properties> + <help>Run server on Unix domain socket</help> + <valueless/> + </properties> + </leafNode> </children> </node> <node name="api-restrict"> |