diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-02 21:04:30 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-05-02 21:04:30 +0200 |
commit | dd40ed58b9e50d40cd395e67be3e9bccfb89e1f6 (patch) | |
tree | 65912073e72ab37fabd79346a5acdbd0dfd29ac9 /interface-definitions/netns.xml.in | |
parent | dd92f14b9d70956c6604f8fbbce0950f6d6c8a1d (diff) | |
download | vyos-1x-dd40ed58b9e50d40cd395e67be3e9bccfb89e1f6.tar.gz vyos-1x-dd40ed58b9e50d40cd395e67be3e9bccfb89e1f6.zip |
netns: T6295: disable incomplete support in VyOS 1.4 sagitta
The netns support currently available on the VyOS CLI is only a
proof-of-technology, we have no real support for any service behind it.
In order to not confuse anyone on the LTS branch we decided to remove the
netns option for interfaces until there is a proper usecase and implementation
available.
Diffstat (limited to 'interface-definitions/netns.xml.in')
-rw-r--r-- | interface-definitions/netns.xml.in | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/interface-definitions/netns.xml.in b/interface-definitions/netns.xml.in deleted file mode 100644 index d5026bfae..000000000 --- a/interface-definitions/netns.xml.in +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0"?> -<interfaceDefinition> - <node name="netns" owner="${vyos_conf_scripts_dir}/netns.py"> - <properties> - <help>Network namespace</help> - <priority>10</priority> - </properties> - <children> - <tagNode name="name"> - <properties> - <help>Network namespace name</help> - <constraint> - <regex>[a-zA-Z0-9-_]{1,100}</regex> - </constraint> - <constraintErrorMessage>Netns name must be alphanumeric and can contain hyphens and underscores.</constraintErrorMessage> - </properties> - <children> - #include <include/generic-description.xml.i> - </children> - </tagNode> - </children> - </node> -</interfaceDefinition> |