summaryrefslogtreecommitdiff
path: root/interface-definitions/include
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-09-19 11:14:43 +0200
committerChristian Poessinger <christian@poessinger.com>2021-09-19 11:14:43 +0200
commit83ea0cb273e29db22062cc133b6eabd4ba2761c7 (patch)
tree0eb0abea3645e6e377501e69ed3475363df780b2 /interface-definitions/include
parenta8ccf72c222caad8cd7aaca9bca773be39e87f5c (diff)
downloadvyos-1x-83ea0cb273e29db22062cc133b6eabd4ba2761c7.tar.gz
vyos-1x-83ea0cb273e29db22062cc133b6eabd4ba2761c7.zip
dhcp-server: T3841: add option to perform ICMP check before address assignment
Diffstat (limited to 'interface-definitions/include')
-rw-r--r--interface-definitions/include/dhcp-ping-check.xml.i8
1 files changed, 8 insertions, 0 deletions
diff --git a/interface-definitions/include/dhcp-ping-check.xml.i b/interface-definitions/include/dhcp-ping-check.xml.i
new file mode 100644
index 000000000..0b2a1214a
--- /dev/null
+++ b/interface-definitions/include/dhcp-ping-check.xml.i
@@ -0,0 +1,8 @@
+<!-- include start from dhcp-ping-check.xml.i -->
+<leafNode name="ping-check">
+ <properties>
+ <help>Sends ICMP Echo request to the address being assigned</help>
+ <valueless/>
+ </properties>
+</leafNode>
+<!-- include end -->