diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-09-19 11:31:01 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-09-19 11:31:22 +0200 |
commit | 59e5b5eb4c0507f9d3831483152a748b58560bfd (patch) | |
tree | d5689b6e683396ec0f02760c54d1048096e09ab6 /interface-definitions/include/dhcp/ping-check.xml.i | |
parent | 83ea0cb273e29db22062cc133b6eabd4ba2761c7 (diff) | |
download | vyos-1x-59e5b5eb4c0507f9d3831483152a748b58560bfd.tar.gz vyos-1x-59e5b5eb4c0507f9d3831483152a748b58560bfd.zip |
xml: dhcp-server: move building blocks to dhcp subdirectory
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..a506f68e4 --- /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 --> |