diff options
author | Andrei Pavel <andrei@isc.org> | 2022-11-25 22:51:51 +0100 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2022-11-25 23:17:08 +0100 |
commit | 03423adcd288c90ee0a338ab5d48609aea82e3ea (patch) | |
tree | 984d01344b1aa2ebce9214ad143c4bb9604c8fe7 /doc/examples/netconf | |
parent | [#2650] make bump-lib-versions.sh write ChangeLog entry too (diff) | |
download | kea-03423adcd288c90ee0a338ab5d48609aea82e3ea.tar.xz kea-03423adcd288c90ee0a338ab5d48609aea82e3ea.zip |
[#2651] release changes
Diffstat (limited to 'doc/examples/netconf')
-rw-r--r-- | doc/examples/netconf/simple-dhcp4.json | 2 | ||||
-rw-r--r-- | doc/examples/netconf/simple-dhcp6.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/netconf/simple-dhcp4.json b/doc/examples/netconf/simple-dhcp4.json index 56407b2da9..3e2105e2af 100644 --- a/doc/examples/netconf/simple-dhcp4.json +++ b/doc/examples/netconf/simple-dhcp4.json @@ -61,7 +61,7 @@ }, // Comment is optional. You can put some notes here. - "comment": "Kea DHCP4 server serving network on floor 13" + "comment": "Kea DHCPv4 server serving network on floor 13" } }, diff --git a/doc/examples/netconf/simple-dhcp6.json b/doc/examples/netconf/simple-dhcp6.json index ef07dd8f71..4393f67606 100644 --- a/doc/examples/netconf/simple-dhcp6.json +++ b/doc/examples/netconf/simple-dhcp6.json @@ -62,7 +62,7 @@ }, // Comment is optional. You can put some notes here. - "comment": "Kea DHCP6 server serving network on floor 13" + "comment": "Kea DHCPv6 server serving network on floor 13" } }, |