From 52c021ee0b0c6ad2128ed550c694aad0d11d4c3f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 21 Apr 2024 16:53:22 +0200 Subject: Adding upstream version 2.5.7. Signed-off-by: Daniel Baumann --- .../netconf/kea-dhcp6-operations/boot.json | 8 ++++++ .../netconf/kea-dhcp6-operations/logging.xml | 26 ++++++++++++++++++ .../netconf/kea-dhcp6-operations/netconf.json | 31 ++++++++++++++++++++++ .../netconf/kea-dhcp6-operations/startup.xml | 18 +++++++++++++ .../netconf/kea-dhcp6-operations/twopools.xml | 23 ++++++++++++++++ .../netconf/kea-dhcp6-operations/twosubnets.xml | 27 +++++++++++++++++++ 6 files changed, 133 insertions(+) create mode 100644 doc/examples/netconf/kea-dhcp6-operations/boot.json create mode 100644 doc/examples/netconf/kea-dhcp6-operations/logging.xml create mode 100644 doc/examples/netconf/kea-dhcp6-operations/netconf.json create mode 100644 doc/examples/netconf/kea-dhcp6-operations/startup.xml create mode 100644 doc/examples/netconf/kea-dhcp6-operations/twopools.xml create mode 100644 doc/examples/netconf/kea-dhcp6-operations/twosubnets.xml (limited to 'doc/examples/netconf/kea-dhcp6-operations') diff --git a/doc/examples/netconf/kea-dhcp6-operations/boot.json b/doc/examples/netconf/kea-dhcp6-operations/boot.json new file mode 100644 index 0000000..18d1da8 --- /dev/null +++ b/doc/examples/netconf/kea-dhcp6-operations/boot.json @@ -0,0 +1,8 @@ +{ + "Dhcp6": { + "control-socket": { + "socket-type": "unix", + "socket-name": "/tmp/kea6-ctrl-socket" + } + } +} diff --git a/doc/examples/netconf/kea-dhcp6-operations/logging.xml b/doc/examples/netconf/kea-dhcp6-operations/logging.xml new file mode 100644 index 0000000..7ce04e4 --- /dev/null +++ b/doc/examples/netconf/kea-dhcp6-operations/logging.xml @@ -0,0 +1,26 @@ + + + eth1 + + + 1 + + 2001:db8::1:0 + 2001:db8::1:ffff + 2001:db8::1:0/112 + + 2001:db8::/64 + + + /tmp/kea6-ctrl-socket + unix + + + kea-dhcp6 + + stderr + + 99 + DEBUG + + diff --git a/doc/examples/netconf/kea-dhcp6-operations/netconf.json b/doc/examples/netconf/kea-dhcp6-operations/netconf.json new file mode 100644 index 0000000..653a40c --- /dev/null +++ b/doc/examples/netconf/kea-dhcp6-operations/netconf.json @@ -0,0 +1,31 @@ +{ + "Netconf": + { + "managed-servers": + { + "dhcp6": + { + "control-socket": + { + "socket-type": "unix", + "socket-name": "/tmp/kea6-ctrl-socket" + } + } + }, + + "loggers": + [ + { + "name": "kea-netconf", + "output-options": + [ + { + "output": "stderr" + } + ], + "severity": "DEBUG", + "debuglevel": 99 + } + ] + } +} diff --git a/doc/examples/netconf/kea-dhcp6-operations/startup.xml b/doc/examples/netconf/kea-dhcp6-operations/startup.xml new file mode 100644 index 0000000..b085833 --- /dev/null +++ b/doc/examples/netconf/kea-dhcp6-operations/startup.xml @@ -0,0 +1,18 @@ + + + 1 + + 2001:db8::1:0 + 2001:db8::1:ffff + 2001:db8::1:0/112 + + 2001:db8::/64 + + + eth1 + + + /tmp/kea6-ctrl-socket + unix + + diff --git a/doc/examples/netconf/kea-dhcp6-operations/twopools.xml b/doc/examples/netconf/kea-dhcp6-operations/twopools.xml new file mode 100644 index 0000000..8fb32c9 --- /dev/null +++ b/doc/examples/netconf/kea-dhcp6-operations/twopools.xml @@ -0,0 +1,23 @@ + + + 1 + + 2001:db8::1:0 + 2001:db8::1:ffff + 2001:db8::1:0/112 + + + 2001:db8::2:0 + 2001:db8::2:ffff + 2001:db8::2:0/112 + + 2001:db8::/64 + + + eth1 + + + /tmp/kea6-ctrl-socket + unix + + diff --git a/doc/examples/netconf/kea-dhcp6-operations/twosubnets.xml b/doc/examples/netconf/kea-dhcp6-operations/twosubnets.xml new file mode 100644 index 0000000..ba68a06 --- /dev/null +++ b/doc/examples/netconf/kea-dhcp6-operations/twosubnets.xml @@ -0,0 +1,27 @@ + + + 1 + + 2001:db8:1:: + 2001:db8:1::ffff + 2001:db8:1::/112 + + 2001:db8:1::/64 + + + 2 + + 2001:db8:2:: + 2001:db8:2::ffff + 2001:db8:2::/112 + + 2001:db8:2::/64 + + + eth1 + + + /tmp/kea6-ctrl-socket + unix + + -- cgit v1.2.3