MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3-linux / RemoveTag

Method RemoveTag

src/python/openvpn3/ConfigManager.py:130–133  ·  view source on GitHub ↗
(self, tagvalue)

Source from the content-addressed store, hash-verified

128 #
129 @__delete_check
130 def RemoveTag(self, tagvalue):
131 if tagvalue.startswith('system:') is True:
132 raise RuntimeError('System tags cannot be removed by users')
133 self.__config_intf.RemoveTag(tagvalue)
134
135
136 ##

Callers 1

cmd_config_manageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected