summaryrefslogtreecommitdiff
path: root/interface-definitions/include/policy/host.xml.i
diff options
context:
space:
mode:
Diffstat (limited to 'interface-definitions/include/policy/host.xml.i')
-rw-r--r--interface-definitions/include/policy/host.xml.i14
1 files changed, 14 insertions, 0 deletions
diff --git a/interface-definitions/include/policy/host.xml.i b/interface-definitions/include/policy/host.xml.i
new file mode 100644
index 000000000..ac017c630
--- /dev/null
+++ b/interface-definitions/include/policy/host.xml.i
@@ -0,0 +1,14 @@
+<!-- include start from policy/host.xml.i -->
+<leafNode name="host">
+ <properties>
+ <help>Single host IP address to match</help>
+ <valueHelp>
+ <format>ipv4</format>
+ <description>Host address to match</description>
+ </valueHelp>
+ <constraint>
+ <validator name="ipv4-address"/>
+ </constraint>
+ </properties>
+</leafNode>
+<!-- include end -->