summaryrefslogtreecommitdiff
path: root/interface-definitions/service_config-sync.xml.in
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-05-04 21:26:48 +0200
committerGitHub <noreply@github.com>2024-05-04 21:26:48 +0200
commit6fca9567c9f6ff8784d47f803bad0c6995ce62e1 (patch)
treed440a9ec979c3edaa53577d87a97871b8a19e042 /interface-definitions/service_config-sync.xml.in
parent39cc8f1306f075352e5b2ca2532ac24d5cb0bee1 (diff)
parent57a29624bb8f544588f7d4a70b975610bb65b90c (diff)
downloadvyos-1x-6fca9567c9f6ff8784d47f803bad0c6995ce62e1.tar.gz
vyos-1x-6fca9567c9f6ff8784d47f803bad0c6995ce62e1.zip
Merge pull request #3387 from vyos/mergify/bp/sagitta/pr-3384
T6287: Config-sync add the ability to configure API port (backport #3384)
Diffstat (limited to 'interface-definitions/service_config-sync.xml.in')
-rw-r--r--interface-definitions/service_config-sync.xml.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/interface-definitions/service_config-sync.xml.in b/interface-definitions/service_config-sync.xml.in
index e9ea9aa4b..648c14aee 100644
--- a/interface-definitions/service_config-sync.xml.in
+++ b/interface-definitions/service_config-sync.xml.in
@@ -34,6 +34,10 @@
</constraint>
</properties>
</leafNode>
+ #include <include/port-number.xml.i>
+ <leafNode name="port">
+ <defaultValue>443</defaultValue>
+ </leafNode>
<leafNode name="timeout">
<properties>
<help>Connection API timeout</help>