diff options
| author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2025-03-20 16:49:46 +0100 |
|---|---|---|
| committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2025-04-14 11:50:41 +0200 |
| commit | f7c5c77376b9138d239cdccda605713b5d7681e1 (patch) | |
| tree | 6d4d12413d9408868be0104928f393dbb4c17a75 /interface-definitions/include | |
| parent | f3e77facc06750caafb100cdc6e96a1dc362182a (diff) | |
| download | vyos-1x-f7c5c77376b9138d239cdccda605713b5d7681e1.tar.gz vyos-1x-f7c5c77376b9138d239cdccda605713b5d7681e1.zip | |
kea: T7281: Add support for ping-check in Kea
Diffstat (limited to 'interface-definitions/include')
| -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 --> |
