diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-09-19 11:14:43 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-09-19 11:14:43 +0200 |
commit | 83ea0cb273e29db22062cc133b6eabd4ba2761c7 (patch) | |
tree | 0eb0abea3645e6e377501e69ed3475363df780b2 /interface-definitions/include/dhcp-ping-check.xml.i | |
parent | a8ccf72c222caad8cd7aaca9bca773be39e87f5c (diff) | |
download | vyos-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/dhcp-ping-check.xml.i')
-rw-r--r-- | interface-definitions/include/dhcp-ping-check.xml.i | 8 |
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 --> |