From 44113897d3083484b53572bfa8b256a05e673c62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20V=C3=B8lker?= Date: Mon, 15 Sep 2025 11:16:18 +0200 Subject: [PATCH] kea: T6211: add VRF support for KEA dhcp server (#1637) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: David Vølker --- docs/configuration/vrf/index.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/configuration/vrf/index.rst b/docs/configuration/vrf/index.rst index 9082e8d4..1a129f12 100644 --- a/docs/configuration/vrf/index.rst +++ b/docs/configuration/vrf/index.rst @@ -122,6 +122,27 @@ routing protocol inside a given vrf: - :ref:`routing-ospfv3`: ``set vrf name protocols ospfv3 ...`` - :ref:`routing-static`: ``set vrf name protocols static ...`` +Services +------- + +Currently the following services can be created isolated in VRFs + +- :ref:`dhcp-server` + +The CLI configuration is same as mentioned in above articles. The only +difference is, that each service used, must be prefixed with the `vrf +name ` command. + +Example +^^^^^^^ + +The following commands would be required to set options for a given service +inside a given vrf: + +- :ref:`dhcp-server`: ``set vrf name service dhcp-server ...`` +- :ref:`dhcp-server`: ``set vrf name service dhcpv6-server ...`` + + Operation =========