diff options
author | John Estabrook <jestabro@vyos.io> | 2021-12-10 14:41:23 -0600 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2021-12-13 11:20:00 -0600 |
commit | 0e3c35e6517f5cfebb4206c735a2ea976a7fd383 (patch) | |
tree | a11a590051ad67a7ba866587d599322a06069998 /interface-definitions | |
parent | 92c4cc5e1248b3c7ffda03e23eeb21e2073ba7f0 (diff) | |
download | vyos-1x-0e3c35e6517f5cfebb4206c735a2ea976a7fd383.tar.gz vyos-1x-0e3c35e6517f5cfebb4206c735a2ea976a7fd383.zip |
http-api: T4071: allow API to bind to unix domain socket
Diffstat (limited to 'interface-definitions')
-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"> |