diff options
author | Indrajit Raychaudhuri <irc@indrajit.com> | 2024-01-21 18:56:18 -0600 |
---|---|---|
committer | Indrajit Raychaudhuri <irc@indrajit.com> | 2024-02-01 15:44:31 -0600 |
commit | d9ed904b72fdf6641b0f7d5316207a99ef90a711 (patch) | |
tree | be7b62abdbb0784e95af80b11d72f878f4d06744 /op-mode-definitions/container.xml.in | |
parent | fd3b3f3b9fff5c7621fb04684ea0fede58a296da (diff) | |
download | vyos-1x-d9ed904b72fdf6641b0f7d5316207a99ef90a711.tar.gz vyos-1x-d9ed904b72fdf6641b0f7d5316207a99ef90a711.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/container.xml.in')
-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> |