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 12:28:31 +0200
commita00f3bfd0ff580625f63f024bdce9ed55100d63d (patch)
treed66cc255f5b042db52f56620db7ed9d039b2426a /interface-definitions/include
parenta672c7c012b85cd2950403400900453aa318613b (diff)
downloadvyos-1x-a00f3bfd0ff580625f63f024bdce9ed55100d63d.tar.gz
vyos-1x-a00f3bfd0ff580625f63f024bdce9ed55100d63d.zip
dhcp-server: T3841: add option to perform ICMP check before address assignment
(cherry picked from commit 83ea0cb273e29db22062cc133b6eabd4ba2761c7)
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 -->