diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-23 16:57:38 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-23 16:57:38 +0200 |
commit | 7762e74d928e9f23360798a21c8dd970579365b6 (patch) | |
tree | 0fd3fb95213d98d31f2e5995631170493f957193 /interface-definitions | |
parent | f480f236d8bd43bbfc5928702a94d6b3684cbb68 (diff) | |
download | vyos-1x-7762e74d928e9f23360798a21c8dd970579365b6.tar.gz vyos-1x-7762e74d928e9f23360798a21c8dd970579365b6.zip |
container: T2216: add option to "disable" a container
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/containers.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/containers.xml.in b/interface-definitions/containers.xml.in index 286b4942a..d990e41a3 100644 --- a/interface-definitions/containers.xml.in +++ b/interface-definitions/containers.xml.in @@ -22,6 +22,7 @@ </properties> </leafNode> #include <include/generic-description.xml.i> + #include <include/generic-disable-node.xml.i> <tagNode name="environment"> <properties> <help>Add custom environment variables</help> |