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/include | |
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/include')
-rw-r--r-- | interface-definitions/include/interface/netns.xml.i | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/interface-definitions/include/interface/netns.xml.i b/interface-definitions/include/interface/netns.xml.i deleted file mode 100644 index fd6da8f37..000000000 --- a/interface-definitions/include/interface/netns.xml.i +++ /dev/null @@ -1,14 +0,0 @@ -<!-- include start from interface/netns.xml.i --> -<leafNode name="netns"> - <properties> - <help>Network namespace name</help> - <valueHelp> - <format>txt</format> - <description>Network namespace name</description> - </valueHelp> - <completionHelp> - <path>netns name</path> - </completionHelp> - </properties> -</leafNode> -<!-- include end --> |