diff options
author | Indrajit Raychaudhuri <irc@indrajit.com> | 2024-01-21 18:56:18 -0600 |
---|---|---|
committer | Indrajit Raychaudhuri <irc@indrajit.com> | 2024-01-22 00:54:35 -0600 |
commit | 323994ed0fc40b67a0aa7c839229864ccb6b0e33 (patch) | |
tree | 79e592dc02ea3f4ef9059c53b6f232c06ea9d5b1 /op-mode-definitions | |
parent | 2080f8edd69cdf7eed4bcfb739e68300faf0681f (diff) | |
download | vyos-1x-323994ed0fc40b67a0aa7c839229864ccb6b0e33.tar.gz vyos-1x-323994ed0fc40b67a0aa7c839229864ccb6b0e33.zip |
op-mode: T5966: Ensure top level property to avoid empty node
Since, we don't have op-mode operation for 'dns dynamic' anymore, we need
to add a top level property to avoid empty `templates-op/update/node.def`.
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/container.xml.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/op-mode-definitions/container.xml.in b/op-mode-definitions/container.xml.in index f581d39fa..96c582a83 100644 --- a/op-mode-definitions/container.xml.in +++ b/op-mode-definitions/container.xml.in @@ -154,6 +154,9 @@ </children> </node> <node name="update"> + <properties> + <help>Update data for a service</help> + </properties> <children> <node name="container"> <properties> |