blob: 5d958968f5cfbb3cf20c007a4992600a12a542c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0"?>
<interfaceDefinition>
<node name="netns" owner="${vyos_conf_scripts_dir}/netns.py">
<properties>
<help>Network namespace</help>
<priority>291</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>
|